-
Where do I get these libraries from? Which versions?
// ESP32 libraries used:
// - WiFiMulti
// - nvs
// - Adafruit_ST7735
// - ArduinoOTA
// - PubSubClientenc_dt_pin
// - SD
// - FS…
ghost updated
4 years ago
-
* [x] CPython Library - https://github.com/pimoroni/st7735-python
* [ ] CircuitPython Library
* [ ] Pico
* [x] Pico SDK C++ Library
* [x] MicroPython Bindings
* [x] Examples
* [ ] Do…
-
Hello everyone,
when i add the library in a sub folder i get compile errors from the fonts :-/
`sketch\src\TFT\_fonts\arial10.c:43:7: error: unknown type name '_smCharType'
const _smCharType ima…
-
This is a common display driver.
There's already some source code there, it's just not finished yet
-
As metioned in this post https://github.com/adafruit/Adafruit-ST7735-Library/issues/33
>
>
>
> I have a TFT with the same IC and SKU but it has a red tab on the screen protector. This TFT "work…
-
PROMT
Hello! I very much like the project of radio on esp32. I have such question. Why only ili9163? With other lcd, for example St7735 will be options? Thanks.
-
I'm not sure I can say this is an issue related to your software (which, by the way, is incredible: kudos!). However, I'm using an ST7735 cheap clone and I can't put the screen in landscape mode (out …
-
Hi
I tried to compile your code for stm32F103C8T6 and get the error message sdfat.h not found.
I tried some libs I found, adafruit etc. It does not help out.
May I ask you which lib you are using?…
-
hello i use the nucleo 64 from STM with the micro STM32F103RB
SO if i do a simple program the blink led, it work.
but when i try program to use the TFT i have a error
and the error apear when …
-
I want to build one badge on my own, but I would like to use St7735 based display. Ugfx has a driver for it. What should I do to make it work? Should I edit the files in `components\ugfx-glue`?