Replies: 1 comment 1 reply
-
|
The biggest issue i keep running into is memory; the cyd only has 300k of memory, 200k is eaten up my misc processes (wifi, connection to the printer, screen), and lvgl has a limited memory pool. Esp32's with external psram would be a lot more feasible to do this on, but on the cyd? No. I struggle to get 32x32 png's to decode right. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did some searching and doesn't look like this question has ever been asked, or if it has, I wasn't able to find it here on github..
Anyways, CYD are apparently able to play back "video" (https://github.com/atomic14/esp32-tv)
and was wondering if it was even possible to implement this feature or if the esp32 has enough power to do this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions