-
hello masters, I am having a problem, I would like to use 6 button keypad on my ka-radio32, I have alread done one radio with encoder and it works fine, Now I can't go trough proper configuration for …
-
The code is a little bit old - but works after some work. Thank you
1. Do not use new versions of the library. Only old ones will work and have no problem with Color565.
```
#include // m…
-
Pinout for TFT lcd with ST7735S controller
![esp-radio-tft-st7735s-pinout](https://cloud.githubusercontent.com/assets/17388366/26601455/89bb651c-4588-11e7-8eb0-e9917e98b5a8.png)
-
I'm using a Wemos/Lolin 1.44" 128x128 7735 TFT. It's the one that plugs into the Lolin D32 Pro and I think the same as the Adafruit 1.44" TFT.
I've set the display type to DISP_TYPE_ST7735R (B se…
-
## Bug Report
### Current behavior
There is some code in place to force a recompile of everything when the compilation options change (e.g. when selecting a different board or board options). Howe…
-
Thank you for your excellent functions for the ST7735.
The function
void lcdInit(int iLCDType, uint32_t u32Speed, uint8_t u8CSPin, uint8_t u8DCPin, uint8_t u8RSTPin, uint8_t u8BLPin) does not have …
-
Have a brand new Trinket M0. Using Arduino IDE 2.0. Only doing a single eye. Verifying the code is giving me this error. Attached error log. This is without modifying the code. These libs instal…
-
The below provided is our code-
#include
#include
// Install the "XPT2046_Touchscreen" library by Paul Stoffregen to use the Touchscreen - https://github.com/PaulStoffregen/XPT2046_Touchscreen…
-
#define BLUE 0x001F /* 0, 0, 255 */
tft.fillScreen(BLUE);
Why?
-
Hi I have made my custom hardware where I am custom SPI pins to communicate with VS1053b chip and A TFT Display.
I am able to test my display properly but not able to run VS1053b.
I checked with l…