Byte arrays from sdcard #3446
Unanswered
AnRich26
asked this question in
Q&A - Sprites
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day, i have been using the library for a while and found it to be a very good library. Recently i have been updating software from micropython over to arduino ide as its faster than micropython. However i ran in to problem, on micropython all my images are stored on sdcard pulled in line for line to full 320x240 st7789 display. All the images are saved in byte arrays .h files and called to the display via:
I have looked at all the tft examples and done some work on google looking for something close to what am trying to do and found your TFT_SD_BMP.zip, however its not close to what am trying to do. I am trying to read image from sdcard in byte arrays as it saves allot of space, and then spr_pushImage to display however trying to decode the micropython code into c++ code gives me dram out of bound errors.
My question basically how to push byte arrays from esp32 sdcard to display, thank you and enjoy the day.
Beta Was this translation helpful? Give feedback.
All reactions