From 3f6ff246fb4726365656f3a17e0062527349f375 Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 5 Feb 2026 00:05:41 +0000 Subject: [PATCH] Add 'CARDPUTER CircuitPython/projects/CardPal/readme.md' --- CARDPUTER CircuitPython/projects/CardPal/readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CARDPUTER CircuitPython/projects/CardPal/readme.md diff --git a/CARDPUTER CircuitPython/projects/CardPal/readme.md b/CARDPUTER CircuitPython/projects/CardPal/readme.md new file mode 100644 index 0000000..230c314 --- /dev/null +++ b/CARDPUTER CircuitPython/projects/CardPal/readme.md @@ -0,0 +1,13 @@ +# dependencies +- needs the keyb.py in lib +- needs settings.toml in root, containing ssids and passwords according to the wifi_options list + containing tumblr access codes for future + +# features +- uses wifi switcher on boot +- basic home menu for sd, tumblr (empty), web server (empty) +- view file list on sd card, can open text files (probably crashes on anything else) +- displays own ip address in header + +# issues +- the page displays are recursively called and using "return" does not appear to free up space so after a few backwards and forwards through menus eventually it will crash with pystack exhaustion or memory issue +- i got bored im moving onto something else \ No newline at end of file