Skip to content

Commit 0800142

Browse files
committed
docs(steami_screen): add examples in readme
1 parent 79d2313 commit 0800142

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

lib/steami_screen/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

285292
Run with:
286293

0 commit comments

Comments
 (0)