50 Commits

Author SHA1 Message Date
e72f00690f added code snippet for display bmp and png 2026-02-07 21:51:50 +00:00
c32b562c9d Update 'CARDPUTER CircuitPython/projects/udp_socket_chat/code.py' 2026-02-07 18:00:00 +00:00
9b2e6bbed5 Upload files to 'CARDPUTER CircuitPython/projects/udp_socket_chat' 2026-02-05 22:48:51 +00:00
19040e1eeb Add 'CARDPUTER CircuitPython/projects/udp_socket_chat/readme.md' 2026-02-05 22:48:17 +00:00
4e7418e93b Update 'CARDPUTER CircuitPython/keyboard.py' 2026-02-05 22:42:14 +00:00
bf4780dcea Add 'CARDPUTER CircuitPython/projects/udp_socket_chat/code.py' 2026-02-05 22:41:27 +00:00
3f6ff246fb Add 'CARDPUTER CircuitPython/projects/CardPal/readme.md' 2026-02-05 00:05:41 +00:00
f46ab997dd cardpal
having recursion issues (try going in and out of a menu repeatedly you will see what i mean)
2026-02-04 23:59:44 +00:00
3d5d7ea51b Update 'CARDPUTER CircuitPython/wifi_switcher/code.py'
added "connecting..." message so it doesnt look like fail hang to user
2026-02-04 23:51:31 +00:00
ce6f3f7231 adjustments to wifi_switcher 2026-02-04 21:43:18 +00:00
cedb25e5bc Add 'CARDPUTER CircuitPython/wifi_switcher/readme.md' 2026-02-04 21:36:32 +00:00
e1d17c7e00 sample settings.toml
you will need to fill this in accordingly. they will not be added automatically to the menu items so be sure to update the code as well. you might find a settings.toml already filled in somewhere on disk
2026-02-04 21:34:08 +00:00
0094d9502c wifi switcher
seamlessly choose between saved wifi options on cardputer boot. write ssid and password combinations in settings.toml then just add them to the (list of) list "wifi_options". the menu will adjust accordingly so add as many or as few as you like. menu will in theory go off the screen if it is a long list
2026-02-04 21:32:37 +00:00
c61dc3e301 Add 'CARDPUTER CircuitPython/projects/tumblr/settings.toml' 2026-02-04 20:28:01 +00:00
024e351b12 Update 'CARDPUTER CircuitPython/projects/tumblr/readme.md' 2026-02-04 20:20:29 +00:00
0cf56f02a4 Add 'CARDPUTER CircuitPython/projects/tumblr/readme.md' 2026-02-04 20:14:30 +00:00
8cd734cbde Add 'CARDPUTER CircuitPython/projects/tumblr/code.py'
no changes have been made to the oslike boilerplate yet haha im just getting started
2026-02-04 20:12:53 +00:00
afafd89a81 Add 'CARDPUTER CircuitPython/oslike_boilerplate/readme.md' 2026-02-04 20:11:31 +00:00
03f2cf5f4b Add 'CARDPUTER CircuitPython/oslike_boilerplate/code.py' 2026-02-04 20:09:36 +00:00
ce0b5454ae Add 'CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md' 2026-02-04 19:15:20 +00:00
7b9c98a9b3 Add 'CARDPUTER CircuitPython/projects/ReachTruckApp/code.py'
almost usable, (maybe not practical) - downtime is not currently saved or loaded to a file but i have a headache rn. the file should be a simple log.txt saved to the sd card ("/sd/log.txt") where the entire list is saved to and loaded from at the start and with every edit. on the "view log" page, the system should only show entries that match today's date.  THEN there needs to be another page for viewing the entire log and scrolling through it properly.

also, the rt scanner cant scan barcodes on this screen as i discovered recently. FML. Maybe just tape them to the fucking back of the cardputer hahaha
2026-02-04 19:10:44 +00:00
3f0d0785a1 init
needs cleaning up seen obisidan notes
2025-10-08 20:28:54 +00:00
99eef19846 Update 'CARDPUTER CircuitPython/projects/README.md' 2025-04-20 14:12:12 +00:00
f9e22c9643 Update 'CARDPUTER CircuitPython/projects/README.md' 2025-04-20 14:11:51 +00:00
70f930a430 Update 'CARDPUTER CircuitPython/projects/README.md' 2025-04-20 14:11:28 +00:00
ed36fd8334 Update 'CARDPUTER CircuitPython/projects/README.md' 2025-04-20 14:11:16 +00:00
6033297cd4 Add 'CARDPUTER CircuitPython/README.md' 2025-04-20 14:06:33 +00:00
cube
9970fd3af3 only interacts with .txt files for simplicity 2025-03-07 18:44:05 +00:00
fc2757aa47 Add 'CARDPUTER CircuitPython/projects/README.md' 2025-03-07 13:25:42 +00:00
48c3a79d3a Update 'CARDPUTER CircuitPython/projects/text_editor.py'
almost a fully functional text editor aside from no line scrolling - can save files and open them. no error handling has been set for folders, i assume they will break the program ;P
2025-03-07 13:12:23 +00:00
dceb058f61 Update 'CARDPUTER CircuitPython/projects/text_editor.py' 2025-03-07 12:20:46 +00:00
74efe3a9a5 Update 'CARDPUTER CircuitPython/boot.py' 2025-03-07 12:20:14 +00:00
656e1a921c Upload files to 'CARDPUTER CircuitPython' 2025-03-07 03:34:56 +00:00
2ac17bbf44 Delete 'CARDPUTER CircuitPython/boot.py' 2025-03-07 03:30:42 +00:00
69e251de73 Add 'CARDPUTER CircuitPython/boot.py' 2025-03-07 03:30:34 +00:00
09af281c3b Update 'CARDPUTER CircuitPython/projects/text_editor.py' 2025-03-06 01:28:46 +00:00
19d0950145 check if key pressed is alphanumeric
also happens to ignore unknown key presses
2025-03-06 01:28:13 +00:00
5adb93218a Update 'CARDPUTER CircuitPython/projects/text_editor.py' 2025-03-05 13:17:42 +00:00
f116dfc4c2 Update 'CARDPUTER CircuitPython/projects/text_editor.py' 2025-03-05 12:25:29 +00:00
1fddfb37cc Update 'CARDPUTER CircuitPython/sdcard_test.py' 2025-03-05 11:53:56 +00:00
186d0e16a7 Add 'CARDPUTER CircuitPython/sdcard_test.py' 2025-03-05 11:52:17 +00:00
abb9291ee3 Update 'CARDPUTER CircuitPython/keyboard_test.py' 2025-03-05 11:48:43 +00:00
e247568aa8 Update 'CARDPUTER CircuitPython/text_editor.py' 2025-03-05 11:43:34 +00:00
1990806aab Update 'CARDPUTER CircuitPython/full_display_test.py' 2025-03-05 11:37:48 +00:00
7956c0453d Update 'CARDPUTER CircuitPython/keyboard.py' 2025-03-04 23:19:20 +00:00
36fbebe672 Update 'CARDPUTER CircuitPython/keyboard.py' 2025-03-04 23:18:29 +00:00
381b980a45 Update 'CARDPUTER CircuitPython/full_display_test.py' 2025-03-04 23:18:11 +00:00
Cube
34767d8f69 improove 2025-03-04 13:02:37 +00:00
Cube
139222b912 improve 2025-03-04 12:54:48 +00:00
Cube
6b1e73d06c init 2025-03-04 12:38:06 +00:00