ioiotor

Results 6 comments of ioiotor

I used the font "[fusion-pixel-font-12px-monospaced-ttf-v2025.08.11.zip](https://github.com/TakWolf/fusion-pixel-font/releases/download/2025.08.11/fusion-pixel-font-12px-monospaced-ttf-v2025.08.11.zip)" to generate "FusionPixel12.c" based on "font_converter.py". After compiling the firmware, I tested it on the device and encountered no issues. "translation_zh.txt" contains the Chinese vocabulary...

The game file names appear as garbled characters. If all Chinese characters are included, the compiled firmware would be too large. I think we should add the basic Level 1...

Only enabling the Dynamic (all code pages supported) option will occupy 480KB, while a single codepage will not take up such a large amount of space. After enabling CONFIG_FATFS_API_ENCODING_UTF_8=y, the...

Sorry, I accidentally closed the PR... But I’ve now updated the code to the latest version and changed [RG_LANG_CHS] = "中文" to [RG_LANG_CHS] = "简体中文". Using just "中文" was too...

The font and the converted font files have been committed. They include the characters required for Chinese translation and a total of 3950 Chinese characters from the Level 1 set...

Thank you for taking the time to test. You are welcome to commit to my branch anytime. Additionally, I tested it on the esp32-p4, and the performance is much smoother.