-
VSCode, PlatformIO (latest)
platformio.ini:
```
[env:featheresp32-s2]
platform = espressif32
board = featheresp32-s2
framework = arduino
lib_deps =
plerup/EspSoftwareSerial@^7.0.0
arca…
-
Hi,
I get the following error when I try to compile the code with your library for nodemcu (ESP-12).
It works fine with the Adafruit library.
```
#include
#include // Core graphics libra…
-
Hi Indrekluuk,
I want to install a camera modul following your instructions. I managed to open the LiveOV7670.ino. Then I managed to include the library Adafruit GFX library. But now it again tells m…
-
Can anyone, please, help me with this isuue?
Arduino: 1.8.10 (Windows 7), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 921600, None"
Multiple libraries were found for "PubSubClient.h"
In file included …
-
there are servral function to set the font postition in the u8g2 library.But it can't use the the U8g2_for_Adafruit_GFX.
here is the lost function:
`void setFontPosBaseline(void) { u8g2_SetFontPosBa…
-
Hallo,
I am getting started working with this library. Would you it be possibale if someone could explain me how I can put a text on top of a bitmap.
Thanks
-
Hi Neil!
I've tried to compile your Explorer app with Eclipse and ESP-IDF. Eclipse is configured based on your youtube tutorial. I've been experimenting with ESP32 for just a couple of days. I've cop…
-
I would like to show an image (BMP, png, jpg or sprite) from SPIFFS to VGA (MODE640x400 or any).
How is this possible?
-
I'm using the adafruit lib like this:
`#include // Core graphics library
#include // Hardware-specific library
#include
#define TFT_RST -1
#define TFT_SCLK 5
#define TFT_CS 16
…
-
Hi,
I have been looking for the other fonts mentioned in the ReadMe - mainly the font_10x11. I could not see it in any of the uploaded files, or the Adafruit GFX library. Any help with this would be…