This is a demo project showcasing the integration of an ESP32 with a Waveshare 1.9-inch ePaper display using PlatformIO. The project demonstrates the basic functionality of displaying text and graphics on the ePaper display.
- ESP32 Development Board: Any ESP32 development board should work.
- Waveshare 1.9-inch ePaper Display: Make sure to connect it properly to the ESP32.
- PlatformIO: This project is set up to be built and uploaded using PlatformIO. Make sure to have it installed.
Connect the Waveshare 1.9-inch ePaper display to the ESP32 development board according to the manufacturer's specifications. You will need to connect power, ground, the I2C pins and the two GPIOs used for RESET and BUSY.
- src: Contains the source code of the ESP32 ePaper demo.
- main.cpp: The main application file.
- lib: Library dependencies, managed by PlatformIO. The
waveshare-epd-1in9
lib is found in here
- Open the project in PlatformIO.
- Build the project to check for any errors.
- Upload the code to your ESP32 development board.
After uploading the code to your ESP32, open the serial monitor to view the output. The demo should initialize the ePaper display and show random temp and humidity vaules on screen.
If you encounter any issues, double-check your wiring, ensure that the libraries are installed correctly, and consult the documentation of both the ESP32 board and the Waveshare ePaper display.
Feel free to contribute to the project by creating issues or submitting pull requests. Your feedback and improvements are highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to Waveshare for providing the 1.9-inch ePaper display.
- This project was built using the ESP32 platform and PlatformIO.
Happy Hacking!