Commit Graph

80 Commits

Author SHA1 Message Date
Thomas Farstrike eb342d3d3c Add custom font preparation 2025-11-21 18:48:27 +01:00
Thomas Farstrike e56f7f3d22 Remove unused hello_world.c 2025-10-25 19:19:25 +02:00
Thomas Farstrike 58220110ed Remove useless hello_world.c 2025-10-24 23:19:15 +02:00
Thomas Farstrike 5c81ae4340 Disable webcam stuff on macOS 2025-10-24 23:18:35 +02:00
Thomas Farstrike 8102a74084 Time QR decoding and add kdmukai's speedups
240x240 image decoding goes from 1800ms to 406ms. Thanks, @kdmukai!
2025-07-06 00:35:11 +02:00
Thomas Farstrike c2b3490657 Move from ~/sources to ~/projects 2025-06-15 10:25:38 +02:00
Thomas Farstrike 00f51afd79 Change PiggyOS to MicroPythonOS 2025-06-05 00:02:16 +02:00
Thomas Farstrike 2778c277d6 add c_mpos/micropython.cmake to fix qr decoding in ESP32 build 2025-06-02 17:20:45 +02:00
Thomas Farstrike e63c9d4040 cleanups 2025-05-19 08:56:26 +02:00
Thomas Farstrike b70202eabd QR decode: memory leak on ESP32 is fixed! 2025-05-15 16:48:05 +02:00
Thomas Farstrike 6432b650cc QR decode: memleak might be fixed 2025-05-15 16:38:53 +02:00
Thomas Farstrike 65fe0ba84a QR decode: try catching 2025-05-15 16:32:08 +02:00
Thomas Farstrike c2b7b7628b webcam: correct buffer size 2025-05-15 16:31:51 +02:00
Thomas Farstrike 2083e47e3d Use standard 'b' for memoryview 2025-05-15 16:12:18 +02:00
Thomas Farstrike 7239f70442 QR decoding: fix memory leak 2025-05-15 15:42:18 +02:00
Thomas Farstrike 6631b98b48 Add QR code scanning labels 2025-05-15 13:28:04 +02:00
Thomas Farstrike f982f28f54 camera: add status label, hide buttons until found 2025-05-15 12:49:27 +02:00
Thomas Farstrike 5a05457ef6 add qrdecode_rgb565 2025-05-14 22:38:31 +02:00
Thomas Farstrike 2534efbd5f webcam: add support for outputting rgb565 format 2025-05-14 22:09:26 +02:00
Thomas Farstrike 6fa0530957 Fix typo 2025-05-14 14:55:58 +02:00
Thomas Farstrike e35f60c9da Merge branch 'webcam-works' 2025-05-14 14:54:32 +02:00
Thomas Farstrike a47ce6ccae comments 2025-05-14 14:51:40 +02:00
Thomas Farstrike e796830334 webcam: keep aspect ratio 2025-05-14 14:22:18 +02:00
Thomas Farstrike 9b6a197e17 webcam: fix debug prints 2025-05-14 14:18:29 +02:00
Thomas Farstrike dd4975d50f webcam.c: cleanups 2025-05-14 14:18:01 +02:00