-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enable Mode and Right Align option for GUI DIsp Float #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bigtreetech
merged 2 commits into
bigtreetech:master
from
robbycandra:Enable_Right_Align_for_GUI_Disp_Float
Jul 24, 2019
Merged
Enable Mode and Right Align option for GUI DIsp Float #8
bigtreetech
merged 2 commits into
bigtreetech:master
from
robbycandra:Enable_Right_Align_for_GUI_Disp_Float
Jul 24, 2019
Conversation
This file contains hidden or 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
@bigtreetech , you merged it so fast? Have you test it ? |
bigtreetech
pushed a commit
that referenced
this pull request
Nov 4, 2019
bigtreetech
pushed a commit
that referenced
this pull request
Dec 23, 2019
New icons, fonts and small updates
tonyluken
pushed a commit
to tonyluken/BIGTREETECH-TouchScreenFirmware
that referenced
this pull request
Mar 6, 2020
….0) (bigtreetech#8) * KNOB LED Color - Store and restore led color setting * Moved some default settings to configuration.h * Add default buzzer frequency and duration custom settings to configuration.h Co-authored-by: guruathwal <[email protected]>
bigtreetech
pushed a commit
that referenced
this pull request
Mar 9, 2020
…odel preview, add more option in setting in list mode and other bug fixes (details in description), increase software version to 25.2 (#302) * Add option for enabling or disabling sending gcode before and after print in list mode setting * add 'S' & 'T' in numeric keypad in gcode terminal * add on off setting for persistent temp info in settings * change flash address for icons and font to avoid overlaping * fix typo and minor bug * added new printing status screen & option to enable more frequent serial communicaiton in configguration.h - new printing status screen. - option to enable more frequent serial communicaiton in configguration.h to avoid printer stutter/ lag. * fix preview icon position in printing screen * prevent display of global info in printing screen * fix model preview - display bmp file without writing to flash fix model preview - fix missing preview images. - display bmp file without writing to flash (saving flash write cycles) - faster preview loading. * remove reserve flash addresses for preview images, increase software version to 25.2 * update prebuild firmware to V25.2 and archive V25.1 * Permanently enable List mode in feature setting and add Option in feature setting to toggle List mode in file viewer menu Permanently enable List mode in feature setting. add option in feature setting to toggle List mode in file viewer menu remove extra unused icons * Fix boot logo to original size for TFT24/28 * Improved UART handling (#5) * Fix printing from an external device connected to one of the UART ports (such as Octoprint). The goal is for this to work properly in either touch mode or emulation mode. This should also allow switching between touch and emulation mode even while printing. * Strip line numbers and checksums from gcode for parsing. BEWARE that this probably will result in errors since the TFT will likely be thinking all of these commands are coming from its own system. In order for this to work properly, I'll probably need to add logic to make some parsing contingent upon where the gcode originated from. * Revert "Strip line numbers and checksums from gcode for parsing." This reverts commit bf164af. * Change strategy for parsing gcode. It now forks into one section for TFT originating gcode and one section for external originating gcode. This allows synchronizing feed rate and fan speed. * Pass spontaneous messages (messages that aren't part of an explicit ack) to all devices connected over UART. (Keeps messages like alerts, errors, and temp heartbeats from getting lost.) Don't have the TFT send more M105 temp messages if it doesn't have a reason to. (Temps sent by request to other devices are getting parsed so there's no need to ask for more if you've just seen one.) * Minor tweaks to make sure we continue to pump message loops. * translate comments to english in popup.c & disable ST7920_FULLSCREEN by default * move `CLEAN_MODE_SWITCHING_SUPPORT` to Marlin mode Setting area and add sanity check move `CLEAN_MODE_SWITCHING_SUPPORT` to Marlin mode Setting area. add sanity check for `CLEAN_MODE_SWITCHING_SUPPORT` to throw error if it is enabled for TFT controllers with no Emulator/Marlin mode support. * Update Configuration.h Co-authored-by: Gurmeet Athwal <[email protected]> * Update Russian Translate for your fork Update Russian Translate for your fork * Minor Fix Russian Translation Minor Fix Russian Translation * KNOP LED Custom setting and persistent setting store (BTT-TFT35-E3-V3.0) (#8) * KNOB LED Color - Store and restore led color setting * Moved some default settings to configuration.h * Add default buzzer frequency and duration custom settings to configuration.h Co-authored-by: guruathwal <[email protected]> * Replace BMPs with wrong size and fix garbled icons in printing menu on TFT24/28 Co-authored-by: hfog <[email protected]> Co-authored-by: Acenotass <[email protected]> Co-authored-by: Erkan Colak <[email protected]>
jeffeb3
referenced
this pull request
in jeffeb3/BIGTREETECH-TouchScreenFirmware
Jul 20, 2020
…lign_for_GUI_Disp_Float Enable Mode and Right Align option for GUI DIsp Float
jeffeb3
referenced
this pull request
in jeffeb3/BIGTREETECH-TouchScreenFirmware
Jul 20, 2020
jeffeb3
referenced
this pull request
in jeffeb3/BIGTREETECH-TouchScreenFirmware
Jul 20, 2020
…odel preview, add more option in setting in list mode and other bug fixes (details in description), increase software version to 25.2 (bigtreetech#302) * Add option for enabling or disabling sending gcode before and after print in list mode setting * add 'S' & 'T' in numeric keypad in gcode terminal * add on off setting for persistent temp info in settings * change flash address for icons and font to avoid overlaping * fix typo and minor bug * added new printing status screen & option to enable more frequent serial communicaiton in configguration.h - new printing status screen. - option to enable more frequent serial communicaiton in configguration.h to avoid printer stutter/ lag. * fix preview icon position in printing screen * prevent display of global info in printing screen * fix model preview - display bmp file without writing to flash fix model preview - fix missing preview images. - display bmp file without writing to flash (saving flash write cycles) - faster preview loading. * remove reserve flash addresses for preview images, increase software version to 25.2 * update prebuild firmware to V25.2 and archive V25.1 * Permanently enable List mode in feature setting and add Option in feature setting to toggle List mode in file viewer menu Permanently enable List mode in feature setting. add option in feature setting to toggle List mode in file viewer menu remove extra unused icons * Fix boot logo to original size for TFT24/28 * Improved UART handling (V1EngineeringInc#5) * Fix printing from an external device connected to one of the UART ports (such as Octoprint). The goal is for this to work properly in either touch mode or emulation mode. This should also allow switching between touch and emulation mode even while printing. * Strip line numbers and checksums from gcode for parsing. BEWARE that this probably will result in errors since the TFT will likely be thinking all of these commands are coming from its own system. In order for this to work properly, I'll probably need to add logic to make some parsing contingent upon where the gcode originated from. * Revert "Strip line numbers and checksums from gcode for parsing." This reverts commit bf164af. * Change strategy for parsing gcode. It now forks into one section for TFT originating gcode and one section for external originating gcode. This allows synchronizing feed rate and fan speed. * Pass spontaneous messages (messages that aren't part of an explicit ack) to all devices connected over UART. (Keeps messages like alerts, errors, and temp heartbeats from getting lost.) Don't have the TFT send more M105 temp messages if it doesn't have a reason to. (Temps sent by request to other devices are getting parsed so there's no need to ask for more if you've just seen one.) * Minor tweaks to make sure we continue to pump message loops. * translate comments to english in popup.c & disable ST7920_FULLSCREEN by default * move `CLEAN_MODE_SWITCHING_SUPPORT` to Marlin mode Setting area and add sanity check move `CLEAN_MODE_SWITCHING_SUPPORT` to Marlin mode Setting area. add sanity check for `CLEAN_MODE_SWITCHING_SUPPORT` to throw error if it is enabled for TFT controllers with no Emulator/Marlin mode support. * Update Configuration.h Co-authored-by: Gurmeet Athwal <[email protected]> * Update Russian Translate for your fork Update Russian Translate for your fork * Minor Fix Russian Translation Minor Fix Russian Translation * KNOP LED Custom setting and persistent setting store (BTT-TFT35-E3-V3.0) (V1EngineeringInc#8) * KNOB LED Color - Store and restore led color setting * Moved some default settings to configuration.h * Add default buzzer frequency and duration custom settings to configuration.h Co-authored-by: guruathwal <[email protected]> * Replace BMPs with wrong size and fix garbled icons in printing menu on TFT24/28 Co-authored-by: hfog <[email protected]> Co-authored-by: Acenotass <[email protected]> Co-authored-by: Erkan Colak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable Mode and Right Align option for GUI DIsp Float