You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Update CHANGELOG
This commit is contained in:
+1
-1
@@ -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
|
||||
======
|
||||
|
||||
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user