From ed36fd833476f3e8a6e00b245dcb2a7703fa9bdc Mon Sep 17 00:00:00 2001 From: cube Date: Sun, 20 Apr 2025 14:11:16 +0000 Subject: [PATCH] Update 'CARDPUTER CircuitPython/projects/README.md' --- CARDPUTER CircuitPython/projects/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CARDPUTER CircuitPython/projects/README.md b/CARDPUTER CircuitPython/projects/README.md index e1a0dbe..580e51a 100644 --- a/CARDPUTER CircuitPython/projects/README.md +++ b/CARDPUTER CircuitPython/projects/README.md @@ -5,14 +5,17 @@ When using a file in CircuitPython, it needs to be renamed to "code.py" as this ## Text Editor A mostly functional, but incredibly basic text editor. + ### Features - Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.) - Save file - You only have to type the filename; the ".txt" extension will be automatically added. - 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 - 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. +- ### Dependencies - Keyboard library from this repository - adafruit_display_text from the bundle +- ### Issues - No line scrolling. Once you exceed 7 lines, you're guessing, bud - No folder support. It will only show text (.txt) files in the root /sd folder.