From dc22a163aea1fb7c4c3fc64469d554a4780c1d93 Mon Sep 17 00:00:00 2001 From: true Date: Sat, 4 Nov 2023 14:46:13 -0700 Subject: [PATCH] Add U8g2 dependency U8g2 is a dependency of something but isn't being included on some people's computers. Adding as a strict dependency. --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b8f575e..43cdd05 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipico framework = arduino -board_build.filesystem_size = 1m +board_build.filesystem_size = 1.4m debug_build_flags = -g @@ -21,6 +21,7 @@ debug_build_flags = lib_deps = moononournation/GFX Library for Arduino@^1.3.8 + olikraus/U8g2@^2.35.7 platform_packages = toolchain-gccarmnoneeabi@1.100301.220327