A CircuitPython-based cryptocurrency price ticker display project for the LilyGo T-Display-S3 that shows real-time prices and trends for your favorite cryptocurrencies.
- Real-time cryptocurrency price monitoring
- Top 20 cryptocurrencies selection
- 24-hour price change indicators
- Battery monitoring with charging status
- Display rotation support (180°)
- Persistent coin selection storage
- Battery level indicator with color coding
- Power on the device
- Wait for WiFi connection
- Select your desired cryptocurrencies from the top 20 list
- Button 0:
- Short press: Next coin
- Long press (2s): Rotate display
- Button 1 (in selection mode):
- Short press: Toggle coin selection
- Long press (5s): Save selection and start monitoring
- T-Display-S3 board
- USB Type-C cable
- CircuitPython
- Required libraries:
- adafruit_display_text
- adafruit_requests
- wifi
- displayio
- analogio (for battery monitoring)
- Install CircuitPython on your board
- Copy the following files to your board:
- code.py
- All required libraries
- Configure your WiFi credentials in code.py:
WIFI_SSID = "your_wifi_name" WIFI_PASSWORD = "your_wifi_password"





