forked from V1EngineeringInc/BIGTREETECH-TouchScreenFirmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Feature Status Screen for Monitoring Temperatues with live icons … (
bigtreetech#153) * Use Ubuntu Font for TFT35 * New Feature Status Screen for Monitoring Temperatues with live icons **need testing on TFT24/TFT28** New Feature Status Screen for Monitoring Temperatues with live icons. :heavy_exclamation_mark: **only tested on TFT35 V2, needs testing on TFT24/TFT28** :point_right: Currently Status Screen will only be visible if Unified Menu is activated as there was not empty position in regular homescreen for Back button. :point_right: may contain bugs so please be calm and open an issue. :+1: * New icons for Status Screen and some Icon imporvements * Improvements in Status Screen: added Fspeed and flow icon Improvements in Status Screen: added Fspeed and flow icon * Added Information box on Status Screen Added Information box on Status Screen and fixed some issues with previous PR Merge. The information box will now show Echo messages from the printer and M117 command message from ESP3D. * Added X Y Z Position in Status screen, status screen can be enabled for normal menu layout Reduced height of title bar while in status screen to accommodate X Y Z position in Status screen. Status screen can now be enabled for standard menu layout. Fixed stack size error. tested build for all variants successful. * Update parseACK.c
- Loading branch information
1 parent
a97f84f
commit 453b901
Showing
11 changed files
with
1,018 additions
and
1,018 deletions.
There are no files selected for viewing
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,147 +1,147 @@ | ||
#ifndef _LANGUAGE_CZ_H_ | ||
#define _LANGUAGE_CZ_H_ | ||
|
||
#define CZ_LANGUAGE "Čeština" | ||
#define CZ_HEAT "Teplota" | ||
#define CZ_MOVE "Posunout" | ||
#define CZ_HOME "Domů" | ||
#define CZ_PRINT "Tisknout" | ||
#define CZ_EXTRUDE "Filament" | ||
#define CZ_FAN "Ofuk" | ||
#define CZ_SETTINGS "Nastavení" | ||
#define CZ_SCREEN_SETTINGS "Screen" | ||
#define CZ_MACHINE_SETTINGS "Machine" | ||
#define CZ_FEATURE_SETTINGS "Feature" | ||
#define CZ_SILENT_ON "Silent On" | ||
#define CZ_SILENT_OFF "Silent Off" | ||
#define CZ_SHUT_DOWN "Shut Down" | ||
#define CZ_RGB_SETTINGS "LED Color" | ||
#define CZ_RGB_RED "Red" | ||
#define CZ_RGB_GREEN "Green" | ||
#define CZ_RGB_BLUE "Blue" | ||
#define CZ_RGB_WHITE "White" | ||
#define CZ_RGB_OFF "LED Off" | ||
#define CZ_GCODE "Gcode" | ||
#define CZ_CUSTOM "Custom" | ||
#define CZ_LEVELING "Vyrovnání" | ||
#define CZ_POINT_1 "Bod 1" | ||
#define CZ_POINT_2 "Bod 2" | ||
#define CZ_POINT_3 "Bod 3" | ||
#define CZ_POINT_4 "Bod 4" | ||
#define CZ_ABL "Automat" | ||
#define CZ_BLTOUCH "Bltouch" | ||
#define CZ_BLTOUCH_TEST "Test" | ||
#define CZ_BLTOUCH_DEPLOY "Deploy" | ||
#define CZ_BLTOUCH_STOW "Stow" | ||
#define CZ_BLTOUCH_REPEAT "Repeat" | ||
#define CZ_PROBE_OFFSET "Offset" | ||
#define CZ_EEPROM_SAVE "Save" | ||
#define CZ_INC "Přidat" | ||
#define CZ_DEC "Ubrat" | ||
#define CZ_NOZZLE "Tryska" | ||
#define CZ_BED "Stolek" | ||
#define CZ_STOP "Stop" | ||
#define CZ_BACK "Zpět" | ||
#define CZ_PAGE_UP "Další" | ||
#define CZ_PAGE_DOWN "Předchozí" | ||
#define CZ_PAUSE "Pauza" | ||
#define CZ_RESUME "Obnovit" | ||
#define CZ_LOAD "Zavést" | ||
#define CZ_UNLOAD "Vysunout" | ||
#define CZ_SLOW_SPEED "Pomalu" | ||
#define CZ_NORMAL_SPEED "Normál" | ||
#define CZ_FAST_SPEED "Rychle" | ||
#define CZ_FAN_FULL_SPEED "Plný" | ||
#define CZ_FAN_HALF_SPEED "Poloviční" | ||
#define CZ_ROTATE_UI "Otočit UI" | ||
#define CZ_TOUCHSCREEN_ADJUST "Kalibr.TFT" | ||
#define CZ_MORE "More" | ||
#define CZ_SCREEN_INFO "Info" | ||
#define CZ_WHITE "bílá" | ||
#define CZ_BLACK "černá" | ||
#define CZ_BLUE "modrá" | ||
#define CZ_RED "červená" | ||
#define CZ_GREEN "zelená" | ||
#define CZ_CYAN "cyan" | ||
#define CZ_YELLOW "žlutá" | ||
#define CZ_BROWN "hnědá" | ||
#define CZ_GRAY "šedá" | ||
#define CZ_DISCONNECT "Odpojit" | ||
#define CZ_BAUDRATE_115200 "115200" | ||
#define CZ_BAUDRATE_250000 "250000" | ||
#define CZ_RUNOUT_OFF "Runout VYP" | ||
#define CZ_RUNOUT_ON "Runout ZAP" | ||
#define CZ_SMART_RUNOUT_ON "Smart ON" | ||
#define CZ_PERCENTAGE "Procenta" | ||
#define CZ_BABYSTEP "BabyStep" | ||
#define CZ_PERCENTAGE_SPEED "Rychlost" | ||
#define CZ_PERCENTAGE_FLOW "Průtok" | ||
#define CZ_VALUE_ZERO "Vypnout" | ||
#define CZ_1_DEGREE "1C" | ||
#define CZ_5_DEGREE "5C" | ||
#define CZ_10_DEGREE "10C" | ||
#define CZ_X_INC "X+" | ||
#define CZ_Y_INC "Y+" | ||
#define CZ_Z_INC "Z+" | ||
#define CZ_X_DEC "X-" | ||
#define CZ_Y_DEC "Y-" | ||
#define CZ_Z_DEC "Z-" | ||
#define CZ_X_HOME "X" | ||
#define CZ_Y_HOME "Y" | ||
#define CZ_Z_HOME "Z" | ||
#define CZ_001_MM "0.01mm" | ||
#define CZ_01_MM "0.1mm" | ||
#define CZ_1_MM "1mm" | ||
#define CZ_5_MM "5mm" | ||
#define CZ_10_MM "10mm" | ||
#define CZ_1_PERCENT "1%" | ||
#define CZ_5_PERCENT "5%" | ||
#define CZ_10_PERCENT "10%" | ||
#define CZ_READY "Ready" | ||
#define CZ_PRINTING "Probíhá tisk" | ||
#define CZ_BUSY "Zpracovávám, čekejte prosím..." | ||
#define CZ_UNCONNECTED "Tiskárna není připojena!" | ||
#define CZ_DISCONNECT_INFO "Nyní můžete tiskárnu ovládat z počítače!" | ||
#define CZ_LOADING "Nahrávám..." | ||
#define CZ_POWER_FAILED "Obnovit tisk?" | ||
#define CZ_CONTINUE "Pokračovat" | ||
#define CZ_CANNEL "Zrušit" | ||
#define CZ_ADJUST_TITLE "Kalibrace dotykové obrazovky" | ||
#define CZ_ADJUST_INFO "Dotkněte se postupně všech bodů" | ||
#define CZ_ADJUST_OK "Kalibrace úspěšná" | ||
#define CZ_ADJUST_FAILED "Kalibrace selhala, zopakujte znovu" | ||
#define CZ_WARNING "Varování" | ||
#define CZ_STOP_PRINT "Zastavit tisk?" | ||
#define CZ_CONFIRM "Potvrdit" | ||
#define CZ_TFTSD "TFT SD" | ||
#define CZ_READ_TFTSD_ERROR "Chyba při čtení SD karty!" | ||
#define CZ_TFTSD_INSERTED "SD karta vložena!" | ||
#define CZ_TFTSD_REMOVED "SD karta vyjmuta!" | ||
#define CZ_U_DISK "USB Disk" | ||
#define CZ_READ_U_DISK_ERROR "Chyba při čtení USB disku!" | ||
#define CZ_U_DISK_INSERTED "USB disk vložen!" | ||
#define CZ_U_DISK_REMOVED "USB disk vyjmut!" | ||
#define CZ_ONBOARDSD "OnboardSD" | ||
#define CZ_READ_ONBOARDSD_ERROR "Chyba při čtení Onboard SD!" | ||
#define CZ_FILAMENT_RUNOUT "Došel filament!" | ||
#define CZ_PREHEAT "Preheat" | ||
#define CZ_PREHEAT_BOTH "Both" | ||
#define CZ_PREHEAT_PLA "PLA" | ||
#define CZ_PREHEAT_PETG "PETG" | ||
#define CZ_PREHEAT_ABS "ABS" | ||
#define CZ_PREHEAT_CUSTOM1 "CUSTOM1" | ||
#define CZ_PREHEAT_CUSTOM2 "CUSTOM2" | ||
#define CZ_IS_PAUSE "Unable to extrude when printing, Pause printing?" | ||
#define CZ_AUTO_SHUT_DOWN "Auto Power" | ||
#define CZ_MANUAL_SHUT_DOWN "Manual" | ||
#define CZ_UNIFIEDMOVE "Movement" | ||
#define CZ_UNIFIEDHEAT "Heat&Fan" | ||
#define CZ_COOLDOWN "Cool Down" | ||
#define CZ_EMERGENCYSTOP "EM. STOP" | ||
#define CZ_TOUCH_TO_EXIT "Touch anywhere to exit" | ||
#define CZ_MAINMENU "Menu" | ||
#define CZ_WAIT_TEMP_SHUT_DOWN "Wait for the temperature of hotend to be lower than "STRINGIFY(AUTO_SHUT_DOWN_MAXTEMP)"℃" // Wait for the temperature of hotend to be lower than 50℃ | ||
#define CZ_FORCE_SHUT_DOWN "Force" | ||
#define CZ_SHUTTING_DOWN "Shutting down..." | ||
|
||
#endif | ||
#ifndef _LANGUAGE_CZ_H_ | ||
#define _LANGUAGE_CZ_H_ | ||
|
||
#define CZ_LANGUAGE "Čeština" | ||
#define CZ_HEAT "Teplota" | ||
#define CZ_MOVE "Posunout" | ||
#define CZ_HOME "Domů" | ||
#define CZ_PRINT "Tisknout" | ||
#define CZ_EXTRUDE "Filament" | ||
#define CZ_FAN "Ofuk" | ||
#define CZ_SETTINGS "Nastavení" | ||
#define CZ_SCREEN_SETTINGS "Screen" | ||
#define CZ_MACHINE_SETTINGS "Machine" | ||
#define CZ_FEATURE_SETTINGS "Feature" | ||
#define CZ_SILENT_ON "Silent On" | ||
#define CZ_SILENT_OFF "Silent Off" | ||
#define CZ_SHUT_DOWN "Shut Down" | ||
#define CZ_RGB_SETTINGS "LED Color" | ||
#define CZ_RGB_RED "Red" | ||
#define CZ_RGB_GREEN "Green" | ||
#define CZ_RGB_BLUE "Blue" | ||
#define CZ_RGB_WHITE "White" | ||
#define CZ_RGB_OFF "LED Off" | ||
#define CZ_GCODE "Gcode" | ||
#define CZ_CUSTOM "Custom" | ||
#define CZ_LEVELING "Vyrovnání" | ||
#define CZ_POINT_1 "Bod 1" | ||
#define CZ_POINT_2 "Bod 2" | ||
#define CZ_POINT_3 "Bod 3" | ||
#define CZ_POINT_4 "Bod 4" | ||
#define CZ_ABL "Automat" | ||
#define CZ_BLTOUCH "Bltouch" | ||
#define CZ_BLTOUCH_TEST "Test" | ||
#define CZ_BLTOUCH_DEPLOY "Deploy" | ||
#define CZ_BLTOUCH_STOW "Stow" | ||
#define CZ_BLTOUCH_REPEAT "Repeat" | ||
#define CZ_PROBE_OFFSET "Offset" | ||
#define CZ_EEPROM_SAVE "Save" | ||
#define CZ_INC "Přidat" | ||
#define CZ_DEC "Ubrat" | ||
#define CZ_NOZZLE "Tryska" | ||
#define CZ_BED "Stolek" | ||
#define CZ_STOP "Stop" | ||
#define CZ_BACK "Zpět" | ||
#define CZ_PAGE_UP "Další" | ||
#define CZ_PAGE_DOWN "Předchozí" | ||
#define CZ_PAUSE "Pauza" | ||
#define CZ_RESUME "Obnovit" | ||
#define CZ_LOAD "Zavést" | ||
#define CZ_UNLOAD "Vysunout" | ||
#define CZ_SLOW_SPEED "Pomalu" | ||
#define CZ_NORMAL_SPEED "Normál" | ||
#define CZ_FAST_SPEED "Rychle" | ||
#define CZ_FAN_FULL_SPEED "Plný" | ||
#define CZ_FAN_HALF_SPEED "Poloviční" | ||
#define CZ_ROTATE_UI "Otočit UI" | ||
#define CZ_TOUCHSCREEN_ADJUST "Kalibr.TFT" | ||
#define CZ_MORE "More" | ||
#define CZ_SCREEN_INFO "Info" | ||
#define CZ_WHITE "bílá" | ||
#define CZ_BLACK "černá" | ||
#define CZ_BLUE "modrá" | ||
#define CZ_RED "červená" | ||
#define CZ_GREEN "zelená" | ||
#define CZ_CYAN "cyan" | ||
#define CZ_YELLOW "žlutá" | ||
#define CZ_BROWN "hnědá" | ||
#define CZ_GRAY "šedá" | ||
#define CZ_DISCONNECT "Odpojit" | ||
#define CZ_BAUDRATE_115200 "115200" | ||
#define CZ_BAUDRATE_250000 "250000" | ||
#define CZ_RUNOUT_OFF "Runout VYP" | ||
#define CZ_RUNOUT_ON "Runout ZAP" | ||
#define CZ_SMART_RUNOUT_ON "Smart ON" | ||
#define CZ_PERCENTAGE "Procenta" | ||
#define CZ_BABYSTEP "BabyStep" | ||
#define CZ_PERCENTAGE_SPEED "Rychlost" | ||
#define CZ_PERCENTAGE_FLOW "Průtok" | ||
#define CZ_VALUE_ZERO "Vypnout" | ||
#define CZ_1_DEGREE "1C" | ||
#define CZ_5_DEGREE "5C" | ||
#define CZ_10_DEGREE "10C" | ||
#define CZ_X_INC "X+" | ||
#define CZ_Y_INC "Y+" | ||
#define CZ_Z_INC "Z+" | ||
#define CZ_X_DEC "X-" | ||
#define CZ_Y_DEC "Y-" | ||
#define CZ_Z_DEC "Z-" | ||
#define CZ_X_HOME "X" | ||
#define CZ_Y_HOME "Y" | ||
#define CZ_Z_HOME "Z" | ||
#define CZ_001_MM "0.01mm" | ||
#define CZ_01_MM "0.1mm" | ||
#define CZ_1_MM "1mm" | ||
#define CZ_5_MM "5mm" | ||
#define CZ_10_MM "10mm" | ||
#define CZ_1_PERCENT "1%" | ||
#define CZ_5_PERCENT "5%" | ||
#define CZ_10_PERCENT "10%" | ||
#define CZ_READY "Ready" | ||
#define CZ_PRINTING "Probíhá tisk" | ||
#define CZ_BUSY "Zpracovávám, čekejte prosím..." | ||
#define CZ_UNCONNECTED "Tiskárna není připojena!" | ||
#define CZ_DISCONNECT_INFO "Nyní můžete tiskárnu ovládat z počítače!" | ||
#define CZ_LOADING "Nahrávám..." | ||
#define CZ_POWER_FAILED "Obnovit tisk?" | ||
#define CZ_CONTINUE "Pokračovat" | ||
#define CZ_CANNEL "Zrušit" | ||
#define CZ_ADJUST_TITLE "Kalibrace dotykové obrazovky" | ||
#define CZ_ADJUST_INFO "Dotkněte se postupně všech bodů" | ||
#define CZ_ADJUST_OK "Kalibrace úspěšná" | ||
#define CZ_ADJUST_FAILED "Kalibrace selhala, zopakujte znovu" | ||
#define CZ_WARNING "Varování" | ||
#define CZ_STOP_PRINT "Zastavit tisk?" | ||
#define CZ_CONFIRM "Potvrdit" | ||
#define CZ_TFTSD "TFT SD" | ||
#define CZ_READ_TFTSD_ERROR "Chyba při čtení SD karty!" | ||
#define CZ_TFTSD_INSERTED "SD karta vložena!" | ||
#define CZ_TFTSD_REMOVED "SD karta vyjmuta!" | ||
#define CZ_U_DISK "USB Disk" | ||
#define CZ_READ_U_DISK_ERROR "Chyba při čtení USB disku!" | ||
#define CZ_U_DISK_INSERTED "USB disk vložen!" | ||
#define CZ_U_DISK_REMOVED "USB disk vyjmut!" | ||
#define CZ_ONBOARDSD "OnboardSD" | ||
#define CZ_READ_ONBOARDSD_ERROR "Chyba při čtení Onboard SD!" | ||
#define CZ_FILAMENT_RUNOUT "Došel filament!" | ||
#define CZ_PREHEAT "Preheat" | ||
#define CZ_PREHEAT_BOTH "Both" | ||
#define CZ_PREHEAT_PLA "PLA" | ||
#define CZ_PREHEAT_PETG "PETG" | ||
#define CZ_PREHEAT_ABS "ABS" | ||
#define CZ_PREHEAT_CUSTOM1 "CUSTOM1" | ||
#define CZ_PREHEAT_CUSTOM2 "CUSTOM2" | ||
#define CZ_IS_PAUSE "Unable to extrude when printing, Pause printing?" | ||
#define CZ_AUTO_SHUT_DOWN "Auto Power" | ||
#define CZ_MANUAL_SHUT_DOWN "Manual" | ||
#define CZ_UNIFIEDMOVE "Movement" | ||
#define CZ_UNIFIEDHEAT "Heat&Fan" | ||
#define CZ_COOLDOWN "Cool Down" | ||
#define CZ_EMERGENCYSTOP "EM. STOP" | ||
#define CZ_TOUCH_TO_EXIT "Touch anywhere to exit" | ||
#define CZ_MAINMENU "Menu" | ||
#define CZ_WAIT_TEMP_SHUT_DOWN "Wait for the temperature of hotend to be lower than "STRINGIFY(AUTO_SHUT_DOWN_MAXTEMP)"℃" // Wait for the temperature of hotend to be lower than 50℃ | ||
#define CZ_FORCE_SHUT_DOWN "Force" | ||
#define CZ_SHUTTING_DOWN "Shutting down..." | ||
|
||
#endif |
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.