echo-lalia / MicroHydra

MicroHydra is a simple, 'OS-like', MicroPython based app switcher designed for ESP32 based devices.
GNU General Public License v3.0
158 stars 14 forks source link

Kanji Library Speed Optimization #96

Closed RealClearwave closed 2 months ago

RealClearwave commented 2 months ago

50% Faster, 300% More Characters. Since latest Microhydra doesn't want to boot on my device, the library is tested on V1.1

echo-lalia commented 2 months ago

Cool, I'm happy to test this out for v2.x, thanks again for the contribution!

PS: I'll be adding more info on booting v2.x soon :) The files in src/ won't work directly (It requires you run the pre-processing scripts in /tools, which outputs device-specific code in MicroHydra/. The releases section also has some pre-compiled .mpy files for each device, but I'll probably add device-specific .py files there too, later.)