Card used to increase memory? #91
NapierDeltic
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Technically, yes, it would help in the memory department First of all, if i want to go down the route of hyper optimalisations, i could write my own png decoder, and have it load line by line (and somehow make this work with lvgl), but this is insanely difficult and i don't think it's worth the effort. If i had an sd, yes, i could slowly decode the .png, then let lvgl load in the bitmap (which still takes a huge amount of memory(!)) Second, png is really not an ideal for this. JPG or QOI would be way better for this. Sadly Moonraker doesn't support JPG or QOI, so i can't use them |
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
-
Hi suchmememanyskill. First of all thanks for this excellent development!
Question from a complete newbie: SD card cannot be used to increase stored data capacity (thumbnail case discussed on reddit)?
Beta Was this translation helpful? Give feedback.
All reactions