💡 Join the discussion and share your thoughts and ideas!
If you like this project, consider supporting it:
Check video on : https://youtu.be/xI7gzPFtZZY
This project uses a LilyGo AMOLED display (with plans to support more displays in the future) to show live Bitcoin price data and other information, such as date and time. It leverages LVGL for the graphical interface and Binance WebSocket for real-time cryptocurrency data.
- Wi-Fi Provisioning: Allows Wi-Fi configuration through a QR code on the display.
- Binance WebSocket: Fetches real-time Bitcoin prices and updates the UI.
- Binance Candle Stick Data: Displays candlestick chart information for Bitcoin.
- Time and Date: Updates time and date from an NTP server based on the configured time zone.
-
Clone this repository.
-
Open the project in PlatformIO
-
Configure your time zone in the
Config.h
file:#define TIME_ZONE "AST-3" // Replace with your desired time zone