iabdalkader
bab3d6bba0
modules: Use mp_obj_get_float_to_f/d.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-10-27 19:00:01 +01:00
Kwabena W. Agyeman
643676c2bb
modules/py_helper: Fix image allocation on file load.
2025-10-16 12:15:38 -07:00
iabdalkader
6a446b139b
modules/py_helper: Release the buffer used in set_to_framebuffer.
...
The buffer used to copy an image must be released after, so it
can be acquired later in equal_to_framebuffer.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-10-15 21:02:04 +02:00
Andrew Leech
fa65d7af94
modules: Replace FatFS calls with VFS abstraction.
...
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-10-14 12:17:12 +11:00
iabdalkader
d7e0a0fc96
misc: Fix code formatting.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-10-05 13:15:02 +02:00
iabdalkader
fbc8d14cda
modules: Update framebuffer API.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-09-02 16:05:55 +02:00
Kwabena W. Agyeman
1c962cb7a6
modules/py_helper: Add transform argument helper.
2025-07-31 13:26:14 -07:00
iabdalkader
85a1096986
modules: Use the new framebuffer API.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
modules
2025-07-23 18:24:55 +02:00
Kwabena W. Agyeman
eba2529237
modules/py_helper: Fix error arg_to_image error message typo.
2025-07-04 17:54:22 -07:00
iabdalkader
4ded9fba91
common: Remove xalloc.
...
Originally meant to abstract gc_collect but we could just use
m_alloc and friends. Also was meant to provide functions like
alloc0, alloc_maybe etc.. which are all available in MP anyway.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-27 14:50:16 +02:00
iabdalkader
72410dfc8c
common/csi: Add support for multiple CSIs.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-25 10:37:41 +02:00
iabdalkader
71689c4a4f
modules: Refactor framebuffer API to accept a context.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-26 16:29:30 +03:00
iabdalkader
daf2bb30da
misc: Restructure repo.
...
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-13 08:28:34 +02:00