diff --git a/pkg/u8g2/Makefile b/pkg/u8g2/Makefile index 4be1596b65dba357d9663bc27ba58fadd5a91349..e83f8623293ea0d71f8a7995aa5fcb3553da9570 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 54cf0184767de03bef9f3476c8ab4096ec60683c..dc342cbd68fdc3cacb82f02ac81ba8a77488a8b3 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 5796d83b38de4dd8961905a30bf52b086e0514da..0004a3a495c832666055f995f38d7a65e49cd58b 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 1d9786191dd5184a3a9e81d39211e8287dd551da..0000000000000000000000000000000000000000 Binary files a/pkg/u8g2/patches/0003-u8g2-adapted-RIOT-interface-to-SPI-changes.patch and /dev/null differ