From 99eef19846eb0c1f2a3ba18d3e579534470f4e85 Mon Sep 17 00:00:00 2001 From: cube Date: Sun, 20 Apr 2025 14:12:12 +0000 Subject: [PATCH] Update 'CARDPUTER CircuitPython/projects/README.md' --- CARDPUTER CircuitPython/projects/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CARDPUTER CircuitPython/projects/README.md b/CARDPUTER CircuitPython/projects/README.md index 1b6d840..c8b1165 100644 --- a/CARDPUTER CircuitPython/projects/README.md +++ b/CARDPUTER CircuitPython/projects/README.md @@ -13,7 +13,8 @@ A mostly functional, but incredibly basic text editor. - 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