File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,9 +278,16 @@ Draws an analog-style clock.
278278
279279## Examples
280280
281- | Example | Description |
282- | ------------- | -------------------------- |
283- | ` watch.py ` | Analog clock display |
281+ | Example | Description | Dependency |
282+ | --------------------| --------------------------------------------------| -----------------|
283+ | hello_world.py | Basic screen usage (title, value, subtitle) | None |
284+ | gauge_demo.py | Circular gauge with distance sensor (VL53L1X) | VL53L1X |
285+ | graph_demo.py | Scrolling graph with light sensor data | APDS9960 |
286+ | compass_demo.py | Compass with heading from magnetometer | LIS2MDL |
287+ | face_gallery.py | Cycle through built-in face expressions | None |
288+ | comfort_bar_demo.py| Temperature bar display | HTS221 |
289+ | dpad_menu.py | Scrollable menu with D-pad input | MCP23009 |
290+ | watch.py | Analog clock using RTC | RTC |
284291
285292Run with:
286293
You can’t perform that action at this time.
0 commit comments