-
hi,it is necessary to display the ADC value or any int16_t digit value by what function it can be done,i dont find it in library if i use
int16_t adc ;
//for example adc=120;
ST7735_WriteString(…
-
Using VS/PlatformIO.
First attempt: Ethernet.h: No such file or directory. Followed suggested link and added lib_deps = arduino-libraries/Ethernet@^2.0.0 to platformio.ini.
Second attempt: SoapESP32…
-
Greetings,
I am working on a project using the super-cheap STM32F103 board and I was so glad to have seen you working on an STM32 adaptation for your library.
However, the STM32 branch isn't compa…
MiLeG updated
2 years ago
-
Hello, I'm having some problems while setting up my project.
I'm using an ESP32 WROOM and this [I2C OLED 128x32](https://www.aliexpress.com/item/32983556053.html) from AliExpress with the LongTextS…
-
Hi, Trying to get a 7789 display to work with an esp32. I run usersetup and it reports correct pinout.
When running this the display shows black and white corrupt image.
Run colour test and the dis…
-
The latest version of this research moved [here](https://github.com/rosmo-robot/Open-Core-M5stack/blob/main/v2/readme.md)
Very rough sketch of CERN licenced [ESP32…
samuk updated
2 years ago
-
Hi Christian,
First let me thank you for the detailed description of this specific model of this very popular component tester. It was a pleasure to read. And second I don't have an issue, just a que…
-
I have found this snippet of code in User_Setup.h
#ifndef USER_SETUP_LOADED // Lets PlatformIO users define settings in
// platformio.ini, see notes in "Tools" folder.
…
-
[User_Setup and Sketch.zip](https://github.com/Bodmer/TFT_eSPI/files/6671630/User_Setup.and.Sketch.zip)
Maybe you will need a pinout
![image](https://user-images.githubusercontent.com/58369670/12…
-
TFT_eSPI tft = TFT_eSPI(); // Invoke custom library
call to 'TFT_eSPI::TFT_eSPI(int16_t, int16_t)' uses the default argument for parameter 1, which is not yet defined
No change in the code. We…