mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
add framebuffer
This commit is contained in:
parent
353046f092
commit
95a29d7e61
@ -220,7 +220,7 @@ virtual void
|
|||||||
uint16_t
|
uint16_t
|
||||||
textcolor, ///< 16-bit background color for print()
|
textcolor, ///< 16-bit background color for print()
|
||||||
textbgcolor; ///< 16-bit text color for print()
|
textbgcolor; ///< 16-bit text color for print()
|
||||||
|
uint8_t *framebuffer;
|
||||||
protected:
|
protected:
|
||||||
void
|
void
|
||||||
charBounds(char c, int16_t *x, int16_t *y,
|
charBounds(char c, int16_t *x, int16_t *y,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user