From 748206eae5027ed8a60a4726affc53e3f93db1a7 Mon Sep 17 00:00:00 2001 From: Michael McDonnell Date: Mon, 9 Feb 2026 00:53:58 +0000 Subject: [PATCH] Update lv_binding_micropython submodule Pulls in latest changes from upstream, including a fix for left/right shift substitution in array lengths. Co-Authored-By: Claude Opus 4.6 --- Makefile | 2 +- user_modules/lv_binding_micropython | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3b7b2007e34..2b539eb3198 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: run docker-build SHELL := /bin/bash -VERSION:=0.5.0 +VERSION:=0.5.1 LATEST_TAG = $(eval LATEST_TAG := $(shell \ git ls-remote --tags origin \ | awk -F/ '{print $$3}' \ diff --git a/user_modules/lv_binding_micropython b/user_modules/lv_binding_micropython index 40eb3411ad4..f33add088fb 160000 --- a/user_modules/lv_binding_micropython +++ b/user_modules/lv_binding_micropython @@ -1 +1 @@ -Subproject commit 40eb3411ad4f3c296c371d31fa7cef85d6b4ab36 +Subproject commit f33add088fb69b41fd01f0a9e5f3424005bf04f2