Skip to content

Commit

Permalink
Add better support for Printer SD / TFT SD /TFT USB from ESP3D and ot…
Browse files Browse the repository at this point in the history
…her extern prog bigtreetech#648
  • Loading branch information
Uz45 committed May 8, 2020
1 parent a472b02 commit d029c10
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Copy to SD Card root directory to update/MKS_32_V1_2.26.1.bin
Binary file not shown.
Binary file modified Copy to SD Card root directory to update/MKS_32_V1_3.26.1.bin
Binary file not shown.
Binary file modified Copy to SD Card root directory to update/MKS_32_V1_3M.26.1.bin
Binary file not shown.
Binary file modified Copy to SD Card root directory to update/MKS_32_V1_4.26.1.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion TFT/src/User/API/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BMPUPDATE_STAT bmp_stat = BMP_SUCCESS;
//This List is Auto-Generated. Please add new icons in icon_list.inc only
const char iconBmpName[][32]={
#define X_ICON(NAME) STRINGIFY(NAME) ,
#if defined (MKS_32_V1_1)
#if defined (MKS_32_V1_1) && defined (UNIFIED_MENU)
#include "icon_listv1.inc"
#else
#include "icon_list.inc"
Expand Down
2 changes: 1 addition & 1 deletion TFT/src/User/API/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
enum
{
#define X_ICON(NAME) ICON_##NAME ,
#if defined (MKS_32_V1_1)
#if defined (MKS_32_V1_1) && defined (UNIFIED_MENU)
#include "icon_listv1.inc"
#else
#include "icon_list.inc"
Expand Down

0 comments on commit d029c10

Please sign in to comment.