Skip to content

Commit 9340e21

Browse files
authored
Berry: improve cam module and img class (#24128)
1 parent 56858d9 commit 9340e21

File tree

4 files changed

+348
-53
lines changed

4 files changed

+348
-53
lines changed

lib/libesp32/berry_tasmota/src/be_img_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class be_class_img (scope: global, name: img, strings: weak) {
2121
2222
GRAYSCALE, int(3)
2323
RGB565, int(0)
24+
RGB565LE, int(1)
2425
RGB888, int(5)
2526
JPEG, int(4)
2627

0 commit comments

Comments
 (0)