mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 06:17:42 +00:00
Added Bias-T toggle confirmation
Backlight setting save bugfix Updated binary
This commit is contained in:
@@ -62,9 +62,9 @@ def convert_png(file):
|
||||
if j % 8 == 7:
|
||||
f.write("0x%0.2X, " % data)
|
||||
data = 0
|
||||
|
||||
|
||||
f.write("\n")
|
||||
if i < rgb_im.size[0] - 1:
|
||||
if i < rgb_im.size[1] - 1:
|
||||
f.write(' ') # Tab
|
||||
|
||||
f.write("};\n")
|
||||
|
Reference in New Issue
Block a user