Added Bias-T toggle confirmation

Backlight setting save bugfix
Updated binary
This commit is contained in:
furrtek 2018-01-08 03:47:37 +00:00
parent 3193c6ee99
commit f0c912be2e
13 changed files with 206 additions and 173 deletions

View file

@ -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")