8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7029b16 commit a1d9716Copy full SHA for a1d9716
docs/tc32/general.rst
@@ -36,4 +36,12 @@ The following hardware is supported:
36
- GPIO pins, via the `machine.Pin` class
37
- the screen, via the `tc32.Screen` class
38
- battery voltage measurement via `tc32.battery_mv()`
39
+- the button (via `Pin("BUTTON", Pin.IN)`).
40
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