From cc2c401ce5f2de0a03757f036a5f1afee626981f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20N=C3=A4veke?= Date: Fri, 20 Dec 2024 18:50:46 +0100 Subject: [PATCH] Update arduino-cli.yml We are getting there --- .github/workflows/arduino-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino-cli.yml b/.github/workflows/arduino-cli.yml index 2593037..eb5a195 100644 --- a/.github/workflows/arduino-cli.yml +++ b/.github/workflows/arduino-cli.yml @@ -42,4 +42,4 @@ jobs: - "Examples/Basics" cli-compile-flags: | - --build-property - - build.extra_flags="-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER" + - build.extra_flags="-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER -DTFT_WIDTH=320 -DTFT_HEIGHT=240"