We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e388 commit c3c401fCopy full SHA for c3c401f
lib/python/qmk/painter_qgf.py
@@ -372,8 +372,8 @@ def rgb888_to_qmk_hsv888(e):
372
delta_descriptor = QGFFrameDeltaDescriptorV1()
373
delta_descriptor.left = location[0]
374
delta_descriptor.top = location[1]
375
- delta_descriptor.right = location[0] + size[0]
376
- delta_descriptor.bottom = location[1] + size[1]
+ delta_descriptor.right = location[0] + size[0] - 1
+ delta_descriptor.bottom = location[1] + size[1] - 1
377
378
# Write the delta frame to the output
379
vprint(f'{f"Frame {idx:3d} delta":26s} {fp.tell():5d}d / {fp.tell():04X}h')
0 commit comments