Skip to content

Commit 6ae1778

Browse files
Update CHANGELOG
1 parent a22dc17 commit 6ae1778

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Update to MicroPython 1.25.0 and LVGL 9.3.0
44
- About app: add info about over-the-air partitions
55
- OSUpdate app: check update depending on current hardware identifier, add "force update" option, improve user feedback
6-
- AppStore, Launcher, Settings: adjust for compatibility with LVGL 9.3.0
6+
- AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0
77

88
0.0.11
99
======

patches/ov5640_settings.h.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- lib/micropython/./ports/esp32/managed_components/espressif__esp32-camera/sensors/private_include/ov5640_settings.h.orig 2025-10-14 22:26:38.752674296 +0200
2+
+++ lib/micropython/./ports/esp32/managed_components/espressif__esp32-camera/sensors/private_include/ov5640_settings.h 2025-10-14 22:26:53.780918299 +0200
3+
@@ -232,7 +232,7 @@
4+
5+
static const DRAM_ATTR uint16_t sensor_fmt_rgb565[][2] = {
6+
{FORMAT_CTRL, 0x01}, // RGB
7+
- {FORMAT_CTRL00, 0x61}, // RGB565 (BGR)
8+
+ {FORMAT_CTRL00, 0x6F}, // RGB565 (RGB)
9+
{REGLIST_TAIL, 0x00}
10+
};
11+

0 commit comments

Comments
 (0)