Files
pico-time/config.example.py
T
gballan 52530ab2ff
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
[Issue #12] - Adding config options for configuring the pins used for SDA/SCL for the display
2026-09-09 14:15:35 -04:00

13 lines
492 B
Python

# Wi-Fi credentials
WIFI_SSID = "YourSSID" # Set this to your Wi-Fi network name
WIFI_PASSWORD = "YourPassword" # Set this to your Wi-Fi network password
# Display Settings
DISPLAY_SDA_PIN = 4 # Default SDA pin is GP4
DISPLAY_SCL_PIN = 5 # Default SCL pin is GP5
# Time settings
USE_24_HOUR = False # Set this to True for 24-hour time (no AM/PM)
UTC_OFFSET = -5 # Set this to your desired NTP server
DST_OBSERVED = True # Set this to false if you don't observe Daylight Savings Time