forked from bigtreetech/BIGTREETECH-TouchScreenFirmware
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New LED Color menu + some code optimization (bigtreetech#1853)
- Loading branch information
Showing
35 changed files
with
897 additions
and
311 deletions.
There are no files selected for viewing
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT24_V1.1.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT28_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0_B1.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0_E3.27.bin
Binary file not shown.
Binary file modified
BIN
+548 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT43_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+548 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT50_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIGTREE_TFT70_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+548 Bytes
(100%)
Copy to SD Card root directory to update/BIQU_TFT28_V1.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/BIQU_TFT35_APP1_V2.0.27.bin
Binary file not shown.
Binary file modified
BIN
+540 Bytes
(100%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.0.27.bin
Binary file not shown.
Binary file modified
BIN
+540 Bytes
(100%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.1.27.bin
Binary file not shown.
Binary file modified
BIN
+540 Bytes
(100%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.2.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/MKS_TFT28_V3.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/MKS_TFT28_V4.0.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/MKS_TFT32_V1.3.27.bin
Binary file not shown.
Binary file modified
BIN
+556 Bytes
(100%)
Copy to SD Card root directory to update/MKS_TFT32_V1.4.27.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "ledcolor.h" | ||
#include "LCD_LEDColor.h" | ||
#include "GPIO_Init.h" | ||
#include "includes.h" | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
TFT/src/User/API/ledcolor.h → TFT/src/User/API/LCD_LEDColor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.