Scott Lahteine
841c8ce0d9
Remove PROMPT_INFO / PROMPT_GCODE_INFO (#15210 )
5 years ago
Robby Candra
6b05d5d65d
Allow TOUCH_BUTTONS to be swapped (#15100 )
6 years ago
Ludy
3f77d6a551
Fix expire_status warning (#15094 )
6 years ago
Robby Candra
38983fdfa9
Add 'Back' Button for Touch TFT 320x240 (#15060 )
6 years ago
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen (#15057 )
6 years ago
Marcio Teixeira
e61e54acfd
Fix TURBO_BACK_MENU_ITEM compile error (#15019 )
6 years ago
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option (#14991 )
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
Robby Candra
d2d71caa3b
Clean up Touch pins. Better up/down touch response. (#14900 )
6 years ago
Ludy
528c9885f2
Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue (#14831 )
6 years ago
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer (#14801 )
6 years ago
Robby Candra
128eed6b57
Option to reverse select direction/buttons (#14693 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg (#13829 )
6 years ago
Ludy
c4bb458763
BUZZ cleanup (#14760 )
6 years ago
Marcio Teixeira
ca4d6f4470
Fix compile error (bad return type) (#14660 )
6 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change (#14628 )
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements (#14647 )
6 years ago
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver (#14595 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
10b85be405
status_message_level => alert_level
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
6 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config (#14131 )
Plus other BLTouch and menu enhancements.
6 years ago
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs (#14172 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
Scott Lahteine
23ec650410
Consolidate Malyan LCD and ExtUI
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
6 years ago
Scott Lahteine
321a5e6580
Fix SD card reselect when scrolled (#13624 )
- Change encoder position to 16-bit integer.
- Fix `SD_REPRINT_LAST_SELECTED_FILE` when the screen is scrolled.
6 years ago
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
6 years ago
Scott Lahteine
7e0008f5b3
Fix SETCURSOR_RJ
6 years ago
Scott Lahteine
10b9632bed
Fix menu history item selection
6 years ago
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
6 years ago
Scott Lahteine
58bca67883
Unify status scrolling further
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
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
6 years ago
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
6 years ago
7eggert
10c8c034bd
Allow both encoder and ADC keypad (#13355 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
6 years ago
Marcio Teixeira
902d5b0f8b
Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628 )
6 years ago
Scott Lahteine
fd2998efd5
Revert ADC_KEYPAD direction behavior (#12508 )
6 years ago
Scott Lahteine
c5642a894f
Fix ADC_KEYPAD middle button (#12493 )
6 years ago
Scott Lahteine
817a37169a
Apply/unapply const here and there
6 years ago
Ludy
1f93d2bcf7
Fix LCD compile error, etc. (#12472 )
6 years ago
Scott Lahteine
826d570162
Combine Travis CI option-setting commands (#12474 )
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6 years ago
Ludy
93e958f695
Fix compile error with ZONESTAR_LCD+NO_LCD_MENUS (#12466 )
6 years ago
Scott Lahteine
3e9ffaddb6
Consolidate, optimize some LCD menu code (#12450 )
6 years ago
Scott Lahteine
f4c128ecaa
Move RRW keypad code to a common method (#12429 )
6 years ago