Project Context:
I'm using it as a digital eye for my Destiny Ghost model. So I don't really need the rotary/button function (it's just an added bonus), just need it do display a blue moving circle:
Does anyone know if this can work off an Arduino UNO/mega. When I read the docs it's all based off an ESP32. I'm wondering if this will work with off an UNO/Mega. Will the connections still be the same (5v-5v,gnd-gnd,rx-tx,tx-rx. Do I use the UART side or the other side? Which one's better?) and how does it get programmed?
Has anyone played around with this model or similar and got it working? Just curious.
Thanks.
Thanks for the help. I followed the documentation they have, but I keep getting a compiling error.
Alternatives for process.h: []C:\Users\PC\Documents\Arduino\libraries\lvgl\src\osal\lv_windows.c:14:10: fatal error: process.h: No such file or directory
14 | #include <process.h>ResolveLibrary(process.h)
| ^~~~~~~~~~~ -> candidates: []
compilation terminated.
exit status 1
Error compiling for board ESP32S3 Dev Module.