help me please sd card (x) image file lcd use #83
-
I want to code the jpeg file like the link site above and use it for lcd. I would appreciate it if you could tell me how.
header file
#include "Arduino_DataBus.h" class Arduino_TFT_18bit : public Arduino_TFT void writeColor(uint16_t color) override; // TFT optimization code, too big for ATMEL family void drawBitmap(int16_t x, int16_t y, const uint8_t bitmap[], int16_t w, int16_t h, uint16_t color, uint16_t bg) override; protected: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
you may start from ImgViewer examples |
Beta Was this translation helpful? Give feedback.
you may start from ImgViewer examples