mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 20:31:27 +00:00
Lint
This commit is contained in:
parent
ac5b0d8a9a
commit
2a9981981e
@ -14,9 +14,9 @@ from qmk.painter_qgf import QGFBlockHeader, QGFFramePaletteDescriptorV1
|
||||
from milc.attrdict import AttrDict
|
||||
import qmk.painter
|
||||
|
||||
|
||||
DEFAULT_FMT = "PNG"
|
||||
|
||||
|
||||
def o24(i):
|
||||
return o16(i & 0xFFFF) + o8((i & 0xFF0000) >> 16)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user