Scott Lahteine
5e9a10dbae
Use PSTR for common labels
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
MS1987
31fdaea269
Add MKS Robin Pro, MKS Robin Lite3 ( #16163 )
5 years ago
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
6 years ago
Scott Lahteine
d5c1c72a76
Tweak CW/CCW bitmaps
6 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
6 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
6 years ago
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
6 years ago
DrDitto
04e4eb35be
MKS_MINI, FYSETC RGB, backlight ( #15334 )
6 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
6 years ago
Scott Lahteine
060b360be3
Provide a good default contrast
In reference to #15139
6 years ago
Scott Lahteine
a07c4af393
Tweak animated draw call
6 years ago
Scott Lahteine
7ad5208267
Fix up boot screen code
Followup to #15125
Co-Authored-By: Ludy <ludy87@users.noreply.github.com>
6 years ago
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen ( #15057 )
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
823178c272
Use u8g int type for screen coordinates ( #14965 )
6 years ago
Ludy
6715fd159c
Animated Marlin boot screen ( #14961 )
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
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
Scott Lahteine
67e0238c89
Reduce type warnings
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
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
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
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
Marcio Teixeira
2e3d121ac4
Squelch compiler warning ( #13739 )
6 years ago
Marcio Teixeira
bdfffee037
Modify Z-offset overlay for clarity ( #13660 )
6 years ago
Scott Lahteine
cee3b172b9
Fix Marlin splash screen logic ( #13646 )
6 years ago
Scott Lahteine
9abe9aff56
Confirm before starting SD print ( #13616 )
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
6 years ago
Scott Lahteine
5d2c5877f7
DOGM bootscreen cleanup
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework ( #12201 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
2f8e89adc3
Remove extraneous ui. prefixes
6 years ago
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types ( #12892 )
6 years ago
Scott Lahteine
ef81b5f03e
Link to font docs in ultralcd_DOGM.cpp
6 years ago
Scott Lahteine
01b5c810d5
Space out multiple edit lines a bit
6 years ago
Scott Lahteine
4a7c6f7241
NUM_ARRAY => COUNT
6 years ago
Scott Lahteine
88c57eaf55
Clean up some u8g code ( #12476 )
6 years ago
Ludy
1f93d2bcf7
Fix LCD compile error, etc. ( #12472 )
6 years ago
Scott Lahteine
3e9ffaddb6
Consolidate, optimize some LCD menu code ( #12450 )
6 years ago