GaryZ88
GaryZ88
Hi, I didn't use any assembly in this project, it is a pure C implementation. There is one Arduino directive I used, "PROGMEM", it will force the compiler to put...
Please noted that I disabled all the CPU clock speed emulation code to improve the speed and program size. If you are using ESP32, you have to add back the...
It can't. But I can direct you the location to tune the graphics refresh rate and CPU speed: tamalib.c - tamalib_mainloop_step_by_step() cpu.c - Search the variable "CPU_SPEED_RATIO" ArduinoGotchi.ino - hal_sleep_until()...
It looks great. Originally, my plan is to use Seeeduino and fit everything inside a small 3DP box. My port works well in Seeeduino except status save, because Seeeduino does...