diff --git a/pkg/u8g2/Makefile b/pkg/u8g2/Makefile index 4be1596b65..e83f862329 100644 --- a/pkg/u8g2/Makefile +++ b/pkg/u8g2/Makefile @@ -1,6 +1,6 @@ PKG_NAME=u8g2 PKG_URL=https://github.com/olikraus/u8g2 -PKG_VERSION=7346987f4e2eadc2e0791b77a1c1c8a27bd72a93 +PKG_VERSION=9833db01f3e8b865af94e40237fa8c937b732159 PKG_LICENSE=BSD-2-Clause .PHONY: all diff --git a/pkg/u8g2/patches/0001-u8g2-add-riot-os-makefiles.patch b/pkg/u8g2/patches/0001-u8g2-add-RIOT-makefiles.patch similarity index 89% rename from pkg/u8g2/patches/0001-u8g2-add-riot-os-makefiles.patch rename to pkg/u8g2/patches/0001-u8g2-add-RIOT-makefiles.patch index 54cf018476..dc342cbd68 100644 Binary files a/pkg/u8g2/patches/0001-u8g2-add-riot-os-makefiles.patch and b/pkg/u8g2/patches/0001-u8g2-add-RIOT-makefiles.patch differ diff --git a/pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch b/pkg/u8g2/patches/0002-add-RIOT-interface.patch similarity index 78% rename from pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch rename to pkg/u8g2/patches/0002-add-RIOT-interface.patch index 5796d83b38..0004a3a495 100644 Binary files a/pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch and b/pkg/u8g2/patches/0002-add-RIOT-interface.patch differ diff --git a/pkg/u8g2/patches/0003-u8g2-adapted-RIOT-interface-to-SPI-changes.patch b/pkg/u8g2/patches/0003-u8g2-adapted-RIOT-interface-to-SPI-changes.patch deleted file mode 100644 index 1d9786191d..0000000000 Binary files a/pkg/u8g2/patches/0003-u8g2-adapted-RIOT-interface-to-SPI-changes.patch and /dev/null differ