UP 路径优化

This commit is contained in:
JiXieShi
2024-09-13 22:38:08 +08:00
parent d7d34508d6
commit 590ac774dd
34 changed files with 13 additions and 183 deletions

View File

@@ -134,7 +134,7 @@ def generate_and_write_chinese_array_output():
# 将数组格式化为文本输出并写入文件
text_output = format_chinese_array_as_text(chinese_array, size)
with open('chinese_array_output.txt', 'w') as file:
with open('oled_font_chuc.h', 'w') as file:
file.write(text_output)