Skip to content

Commit d96d6df

Browse files
committed
docs(lis2mdl): Add depedency for compass_display example.
1 parent a849196 commit d96d6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lis2mdl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ print("Register dump:", regs)
230230
| low_power_one_shot.py | Energy-efficient sampling example. Uses `power_off()` between readings and `read_one_shot()` every 10 seconds, then prints values and free memory. |
231231
| magnet_compass.py | Flat compass example that computes heading and cardinal direction from the LIS2MDL magnetic field. Useful for basic orientation demos. |
232232
| magnet_fieldForce.py | Magnetic field magnitude example that shows total field strength in microtesla. Useful for observing magnetic disturbances and relative field changes. |
233-
| compass_display.py | Graphical compass with OLED display |
233+
| compass_display.py | Graphical compass with OLED display. **Dependency: `steami_screen` driver/module required (`Screen`, `SSD1327Display`).** |
234234

235235
---
236236

0 commit comments

Comments
 (0)