浏览代码

Update 'CARDPUTER CircuitPython/projects/README.md'

cube 7 个月前
父节点
当前提交
70f930a430
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      CARDPUTER CircuitPython/projects/README.md

+ 3
- 0
CARDPUTER CircuitPython/projects/README.md 查看文件

@@ -7,16 +7,19 @@ When using a file in CircuitPython, it needs to be renamed to "code.py" as this
7 7
 A mostly functional, but incredibly basic text editor.
8 8
 
9 9
 ### Features
10
+
10 11
 - Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.)
11 12
 - Save file - You only have to type the filename; the ".txt" extension will be automatically added.
12 13
 - Open file - You can select from a list of files in the SD card. Still no line scrolling here, so only the first 7 files will be visible
13 14
 - If you open a file, the save menu conveniently fills in the filename for you, so you don't have to write it again to re-save.
14 15
 - 
15 16
 ### Dependencies
17
+
16 18
 - Keyboard library from this repository
17 19
 - adafruit_display_text from the bundle
18 20
 - 
19 21
 ### Issues
22
+
20 23
 - No line scrolling. Once you exceed 7 lines, you're guessing, bud
21 24
 - No folder support. It will only show text (.txt) files in the root /sd folder.
22 25
 - There are no confirmation or warning messages. Use with caution and be sure that you aren't using a repeat filename, or it will overwrite the file without warning.