improve flash useage
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user