Giuliano Zaro
12c595c61f
SAMD51 LCD support (#15113 )
6 years ago
Scott Lahteine
23bb40d0ea
Fix MKS_MINI_12864 init
See #13550
Co-Authored-By: DrDitto <drditto@users.noreply.github.com >
6 years ago
Robby Candra
26fa08548c
Add RGB565 Color Definitions for TFT (#15099 )
6 years ago
Robby Candra
38983fdfa9
Add 'Back' Button for Touch TFT 320x240 (#15060 )
6 years ago
Tanguy Pruvot
ca5da026d6
dogm: u8g prototypes cleanup (#15082 )
6 years ago
Scott Lahteine
1d8ad7cf71
Safe changes from HAL cleanup
6 years ago
Scott Lahteine
95963121b0
Patch a u8g include
6 years ago
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen (#15057 )
6 years ago
Scott Lahteine
d6a16525c2
New Language: Vietnamese (#13892 )
6 years ago
Scott Lahteine
7924e0d819
Add print at position shortcuts
6 years ago
Scott Lahteine
5c0e5c599f
Fix boot screen warning
6 years ago
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz (#14803 )
6 years ago
Robby Candra
33d54c0d5a
Remove extra defines (#14983 )
6 years ago
Robby Candra
823178c272
Use u8g int type for screen coordinates (#14965 )
6 years ago
Ludy
6715fd159c
Animated Marlin boot screen (#14961 )
6 years ago
Scott Lahteine
c3ff53a61c
STM32 u8g defines
Suggested by https://github.com/MarlinFirmware/Marlin/issues/14742#issuecomment -515753814
6 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.
6 years ago
Scott Lahteine
bc58e678bd
More general FSMC display option
6 years ago
Marcio Teixeira
eb7840dabb
Match select item to encoder direction (#14673 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg (#13829 )
6 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
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver (#14595 )
6 years ago
Marcio Teixeira
a49478cefa
Fix STATUS_MESSAGE_SCROLLING in LIGHTWEIGHT_UI (#14603 )
6 years ago
Scott Lahteine
80c6f98d2f
Fix nested _draw_chamber_status
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com >
6 years ago
Scott Lahteine
b0d8ba3894
Fix ANIM_CHAMBER
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com >
6 years ago
Scott Lahteine
fe02241044
NONE on combined options
6 years ago
Scott Lahteine
67e0238c89
Reduce type warnings
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Scott Lahteine
ae9232962e
Use heater index defines
6 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel (#14319 )
6 years ago
Tanguy Pruvot
287df7a61f
STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
6 years ago
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
6 years ago
thisiskeithb
662e7da8a4
Fix USE_BIG_EDIT_FONT bug (#14252 )
6 years ago
InsanityAutomation
123e58d9c3
Heated Chamber for Graphical LCD (#14190 )
6 years ago
Scott Lahteine
44caf70917
Improve editing, fix some small value editing
6 years ago
Scott Lahteine
a613bcad2d
Fix some spelling
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
Scott Lahteine
a36782ac1d
Define more u8g command macros
6 years ago
Bob Kuhn
c48e6be366
Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900 )
6 years ago
Luu Lac
39ebca6b5f
Fix FYSETC, MINIPANEL, MKS_MINI_12864 display (#13864 )
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
6 years ago