From eca8656bd9eb77e483b9b7da29e597dcc22dd067 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 26 Mar 2023 19:01:40 +0200 Subject: [PATCH] Added support for newer waveshare boards. Signed-off-by: Pol Henarejos --- build_pico_fido.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_pico_fido.sh b/build_pico_fido.sh index a59020c..3d2ce1b 100755 --- a/build_pico_fido.sh +++ b/build_pico_fido.sh @@ -40,6 +40,8 @@ for board in adafruit_feather_rp2040 \ sparkfun_thingplus \ vgaboard \ waveshare_rp2040_lcd_0.96 \ + waveshare_rp2040_lcd_1.28 \ + waveshare_rp2040_one \ waveshare_rp2040_plus_4mb \ waveshare_rp2040_plus_16mb \ waveshare_rp2040_zero \