TFT_eSPI/examples
Bodmer 4a52f5e685 Add ability to set ST7735 tab color from sketch
Use line is form:
tft.init(1);
or:
tft.init(INITR_REDTAB);
// Enumerated the configurations in library are:
#define INITR_GREENTAB
0x0
#define INITR_REDTAB    0x1
#define INITR_BLACKTAB  0x2
#define
INITR_GREENTAB2 0x3 // Use if you get random pixels on two edges of
green tab display
#define INITR_GREENTAB3 0x4 // Use if you get random
pixels on edge(s) of 128x128 screen
#define INITR_GREENTAB128 0x5 // Use
if you only get part of 128x128 screen in rotation 0 & 1
#define INITB
0xB
2018-05-25 22:48:22 +01:00
..
160 x 128 Fix issue in #110 2018-03-22 22:27:09 +00:00
320 x 240 Update weather station example 2018-04-23 20:05:50 +01:00
480 x 320 Fix issue in #110 2018-03-22 22:27:09 +00:00
Generic Add ability to set ST7735 tab color from sketch 2018-05-25 22:48:22 +01:00
Smooth Fonts Add smooth (antialiased) fonts 2018-02-24 19:02:20 +00:00
Sprite Add 1 bpp examples 2018-03-28 01:59:06 +01:00
Test and diagnostics Add ability to set ST7735 tab color from sketch 2018-05-25 22:48:22 +01:00
ePaper/Floyd_Steinberg Free the memory in example! 2018-04-03 01:09:10 +01:00