mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-20 15:40:26 -04:00
Added Bias-T toggle confirmation
Backlight setting save bugfix Updated binary
This commit is contained in:
parent
3193c6ee99
commit
f0c912be2e
13 changed files with 206 additions and 173 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue