improve flash useage

This commit is contained in:
Sheikah
2023-02-02 01:21:22 +08:00
parent 9343f8bff3
commit 504a985a49
100 changed files with 121 additions and 216 deletions

View File

@ -5,7 +5,7 @@ import framebuf
current_path = os.path.abspath(os.path.dirname(__file__))
def main():
block_width = 16
block_width = 8
block_height = 16
preview_path = os.path.join(current_path, "pix{}x{}.png".format(block_width, block_height))
c_output_path = os.path.join(current_path, "pix{}x{}.h".format(block_width, block_height))