Update CHANGELOG

This commit is contained in:
Thomas Farstrike
2025-10-15 09:39:19 +02:00
parent a22dc17306
commit 6ae1778bfc
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
- Update to MicroPython 1.25.0 and LVGL 9.3.0
- About app: add info about over-the-air partitions
- OSUpdate app: check update depending on current hardware identifier, add "force update" option, improve user feedback
- AppStore, Launcher, Settings: adjust for compatibility with LVGL 9.3.0
- AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0
0.0.11
======
+11
View File
@@ -0,0 +1,11 @@
--- lib/micropython/./ports/esp32/managed_components/espressif__esp32-camera/sensors/private_include/ov5640_settings.h.orig 2025-10-14 22:26:38.752674296 +0200
+++ lib/micropython/./ports/esp32/managed_components/espressif__esp32-camera/sensors/private_include/ov5640_settings.h 2025-10-14 22:26:53.780918299 +0200
@@ -232,7 +232,7 @@
static const DRAM_ATTR uint16_t sensor_fmt_rgb565[][2] = {
{FORMAT_CTRL, 0x01}, // RGB
- {FORMAT_CTRL00, 0x61}, // RGB565 (BGR)
+ {FORMAT_CTRL00, 0x6F}, // RGB565 (RGB)
{REGLIST_TAIL, 0x00}
};