242 Commits (e3ff27c95a8be758afba5e0f44668f1d1fc1ad0f)

Author SHA1 Message Date
DrDitto 55b8547f04 Simplify MKS_MINI_12864 init (move 5ms to u8g seq.) (#15428) 5 years ago
Scott Lahteine 50e4545255
Add custom types for position (#15204) 5 years ago
Scott Lahteine 4c16661153 Use named styles in draw_menu_item_static 5 years ago
DrDitto 04e4eb35be MKS_MINI, FYSETC RGB, backlight (#15334) 5 years ago
Marcio Teixeira 149e9b733e Simplified ExtUI language selection (#15359) 5 years ago
Scott Lahteine c44b5fd13a Try to fit logo by narrowing icons 5 years ago
Robby Candra 787d522036 LCD Size Defines (#15297) 5 years ago
Scott Lahteine c353eaa146
Misc changes from struct refactor (#15289) 5 years ago
Scott Lahteine f01f0d1956 Drop C-style 'void' argument 5 years ago
Marcio Teixeira 7a569ad4d0 LULZBOT_TOUCH_UI fixes. Fix some warnings. (#15276) 5 years ago
Scott Lahteine 465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256) 5 years ago
Scott Lahteine 75927e17dd
Filament Width Sensor singleton (#15191) 5 years ago
Scott Lahteine 584c86bed1
More "zero extruders" changes (#15213) 5 years ago
Ludy 3c3a956a17 Fix compiling error BIGTREE_SKR_MINI (#15197)
Let's get STM32F1 working again!
5 years ago
Luu Lac 8bca3fcf2c Display chamber with HAS_TEMP_CHAMBER (#15194) 5 years ago
Ludy 6172cd2528 CHAMBER integration to GLCD (#14981) 5 years ago
Scott Lahteine 72876d9045 Clean up u8g defines 5 years ago
Tanguy Pruvot 50e1bf57b9 Fix RRD/CR10 LCD on STM32F1/F4 (#15172) 5 years ago
Scott Lahteine 060b360be3 Provide a good default contrast
In reference to #15139
5 years ago
Scott Lahteine 2d2d9da9f2 Tweak u8g impl file includes 5 years ago
Scott Lahteine a07c4af393 Tweak animated draw call 5 years ago
Scott Lahteine 7ad5208267 Fix up boot screen code
Followup to #15125

Co-Authored-By: Ludy <ludy87@users.noreply.github.com>
5 years ago
Robby Candra 6b05d5d65d Allow TOUCH_BUTTONS to be swapped (#15100) 5 years ago
Giuliano Zaro 12c595c61f SAMD51 LCD support (#15113) 5 years ago
Scott Lahteine 23bb40d0ea Fix MKS_MINI_12864 init
See #13550

Co-Authored-By: DrDitto <drditto@users.noreply.github.com>
5 years ago
Robby Candra 26fa08548c Add RGB565 Color Definitions for TFT (#15099) 5 years ago
Robby Candra 38983fdfa9 Add 'Back' Button for Touch TFT 320x240 (#15060) 5 years ago
Tanguy Pruvot ca5da026d6 dogm: u8g prototypes cleanup (#15082) 5 years ago
Scott Lahteine 1d8ad7cf71 Safe changes from HAL cleanup 5 years ago
Scott Lahteine 95963121b0 Patch a u8g include 5 years ago
Scott Lahteine 3ac76f0489
Invariant Marlin bootscreen (#15057) 5 years ago
Scott Lahteine d6a16525c2
New Language: Vietnamese (#13892) 5 years ago
Scott Lahteine 7924e0d819 Add print at position shortcuts 5 years ago
Scott Lahteine 5c0e5c599f Fix boot screen warning 5 years ago
Ludy 05995d1fd6 Unify buzz methods as MarlinUI::buzz (#14803) 5 years ago
Robby Candra 33d54c0d5a Remove extra defines (#14983) 5 years ago
Robby Candra 823178c272 Use u8g int type for screen coordinates (#14965) 5 years ago
Ludy 6715fd159c Animated Marlin boot screen (#14961) 5 years ago
Scott Lahteine c3ff53a61c STM32 u8g defines
Suggested by https://github.com/MarlinFirmware/Marlin/issues/14742#issuecomment-515753814
5 years ago
Scott Lahteine c8e30b6639
Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
Scott Lahteine bc58e678bd More general FSMC display option 5 years ago
Marcio Teixeira eb7840dabb Match select item to encoder direction (#14673) 5 years ago
Marcio Teixeira eefe3f595a New options: Bootscreen as Info, game Easter-egg (#13829) 5 years ago
Scott Lahteine 05f4033a34 Prevent a name conflict in u8g impl file 6 years ago
Tanguy Pruvot 977cfa4494 Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669) 6 years ago
Scott Lahteine 1ea9a36d11
FYSETC BLTouch config and more (#14668) 6 years ago
Scott Lahteine 92e513e76e Trailing whitespace 6 years ago
Karl Andersson d472934a70 FYSETC Mini 12864 for HAL_STM32 (#14639) 6 years ago
thisiskeithb 522df57a45 Tevo Michelangelo configuration (#14577) 6 years ago
Tanguy Pruvot bae8d0a4bd DOGM: Avoid white flash on TFT (re)init (#14631)
- Avoid white flash on TFT (re)init. Unlike Graphical LCD, the TFT init color may be full white if the backlight is on during init.

- Add a conditional for delayed backlight init which can be applied to any backlit display.
6 years ago