HELP ME TO UNDERSTAND BETTER PLEASE . #1015
-
HELLO. void TFT_eSprite::drawPixel(int32_t x, int32_t y, uint32_t color) if (_bpp == 16)
} YOU ARE NOT USING WRITEDATA !! THEN HOW IT IS POSSIBLE TO SEND THE MESSAGE ( "drawPixel") TO THE LCD ? PLEASE KINDLY EXPLAIN. THANK YOU IN ADVANCE. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
That is a Sprite drawPixel function so it draws the pixel in the RAM buffer. Read more here. |
Beta Was this translation helpful? Give feedback.
-
Use pushSprite(), see examples. |
Beta Was this translation helpful? Give feedback.
-
This example is a good place to start. |
Beta Was this translation helpful? Give feedback.
Use pushSprite(), see examples.