Consolidate formating
This commit is contained in:
@@ -38,7 +38,7 @@ with open("u_vga16.termfont.inc", "w") as fp:
|
||||
|
||||
for codepoint in range(32, 127): # ONLY SAVE ASCII (for now)
|
||||
fp.write("\t{" + ", ".join([f"0x{v:02X}" for v in chars.get(codepoint, [])]) + "},\n")
|
||||
|
||||
|
||||
fp.write("};")
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user