Add U8g2 dependency
U8g2 is a dependency of something but isn't being included on some people's computers. Adding as a strict dependency.
This commit is contained in:
parent
cfbf3675f0
commit
dc22a163ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue