8000 Tweak documentation. · davidgiven/micropython@a1d9716 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1d9716

Browse files
committed
Tweak documentation.
1 parent 7029b16 commit a1d9716

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tc32/general.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ The following hardware is supported:
3636
- GPIO pins, via the `machine.Pin` class
3737
- the screen, via the `tc32.Screen` class
3838
- battery voltage measurement via `tc32.battery_mv()`
39+
- the button (via `Pin("BUTTON", Pin.IN)`).
3940

41+
Notable missing features:
42+
43+
- the screen is hardcoded for my LT716 smartwatch with a GC9106 80x160 screen.
44+
Other models seem to have different screens.
45+
- no power management (it will run for about 40 minutes off the battery).
46+
- no pin features except GPIO.
47+
- floating point.

0 commit comments

Comments
 (0)
0