Search found 2 matches
- Fri Aug 02, 2024 5:55 am
- Forum: ESP32 Arduino
- Topic: ESP32-S3 Dev - Simplewifiserver help
- Replies: 2
- Views: 1143
Re: ESP32-S3 Dev - Simplewifiserver help
I was able to fix it by replacing the code inside the while loop with an int. dependent on the value of the int, I was able to place code in the void loop within an if else statement, allowing for it to work correctly! #include <TFT_eSPI.h> #include <WiFi.h> #include <boost_gauge_images.h> #include ...
- Thu Aug 01, 2024 10:30 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S3 Dev - Simplewifiserver help
- Replies: 2
- Views: 1143
ESP32-S3 Dev - Simplewifiserver help
I bought a waveshare ESP32S3 1.28 inch display dev board. Messing around with it, and watching/following youtube videos, I was able to get a gauge that goes back and forth (non functional), this is using ccp images and bouncing the array from 1 to 61 to represent a moving needle. This worked perfect...