From ce0b5454aeee15ea3a531e99ad7664b259431c2e Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 4 Feb 2026 19:15:20 +0000 Subject: [PATCH] Add 'CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md' --- .../projects/ReachTruckApp/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md diff --git a/CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md b/CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md new file mode 100644 index 0000000..54c32bb --- /dev/null +++ b/CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md @@ -0,0 +1,11 @@ +# libraries +- needs the keyboard library i wrote for the cardputer +- other libraries should be findable in the circuitpy bundle :) + +# other dependencies +- relies on there being a `barcodes` folder on the cardputer itself, with a barcode named `RT17.bmp` and another named `HERA.bmp` + +# notes +- rt scanner can't scan barcodes from this screen +- the downtime log isn't fully finished +- is a good code base for a probably impractical reach truck task helper :P \ No newline at end of file