lovyan03

Results 162 comments of lovyan03

@prjh Yes, I do have a plan. I'll be maintaining the M5GFX to keep up with the LovyanGFX release. If LovyanGFX adopts it, it will be adopted by M5GFX within...

Hello, @7h30th3r0n3 . Please try the code below. ```cpp #include void setup() { M5.begin(); M5.Display.setFont(&fonts::efontCN_12); M5.Display.print("你好世界"); } ``` ![image](https://github.com/m5stack/M5Unified/assets/42724151/3bdfa1a0-7625-4b71-b61e-86ce1a3de0c7) I looked at the code in the URL you linked, and...