Skip to content

Commit 0573bb1

Browse files
committed
TFT display pins updated:
TFT_CS_PIN (6) TFT_RST_PIN (8) TFT_DC_PIN (10) TFT_DATA_PIN (12) TFT_CLK_PIN (13) TFT_LED_PIN (9)
1 parent 81a5477 commit 0573bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON .. && cmake --build . &&\
8383
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON .. && cmake --build . &&\
8484
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DI2S_SOUND=ON .. && cmake --build . &&\
85-
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON -DI2S_SOUND=ON.. && cmake --build . &&\
85+
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON -DI2S_SOUND=ON .. && cmake --build . &&\
8686
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=OFF -DI2S_SOUND=ON .. && cmake --build . &&\
8787
8888
echo done

0 commit comments

Comments
 (0)