Add new examples and ST7789 320x170 support

GUI examples require an extension library:

https://github.com/Bodmer/TFT_eWidget
This commit is contained in:
Bodmer
2022-07-22 18:09:09 +01:00
parent d94408bdaa
commit f2d8d2f26d
11 changed files with 1432 additions and 7 deletions

View File

@ -3753,7 +3753,7 @@ constexpr float LoAlphaTheshold = 1.0/32.0;
constexpr float HiAlphaTheshold = 1.0 - LoAlphaTheshold;
/***************************************************************************************
** Function name: drawPixel (aplha blended)
** Function name: drawPixel (alpha blended)
** Description: Draw a pixel blended with the screen or bg pixel colour
***************************************************************************************/
uint16_t TFT_eSPI::drawPixel(int32_t x, int32_t y, uint32_t color, uint8_t alpha, uint32_t bg_color)