|
|
@@ -6,6 +6,7 @@ When using a file in CircuitPython, it needs to be renamed to "code.py" as this
|
|
6
|
6
|
## Text Editor
|
|
7
|
7
|
A mostly functional, but incredibly basic text editor.
|
|
8
|
8
|
|
|
|
9
|
+
|
|
9
|
10
|
### Features
|
|
10
|
11
|
|
|
11
|
12
|
- Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.)
|
|
|
@@ -17,7 +18,8 @@ A mostly functional, but incredibly basic text editor.
|
|
17
|
18
|
|
|
18
|
19
|
- Keyboard library from this repository
|
|
19
|
20
|
- adafruit_display_text from the bundle
|
|
20
|
|
--
|
|
|
21
|
+
|
|
|
22
|
+
|
|
21
|
23
|
### Issues
|
|
22
|
24
|
|
|
23
|
25
|
- No line scrolling. Once you exceed 7 lines, you're guessing, bud
|