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("你好世界"); } ```  I looked at the code in the URL you linked, and...