Bob-the-Kuhn
914bb80bde
removed SDSS init
added device & comm drivers for shared SPI LCDs
mistyped some updates in ultralcd_impl_DOGM.h
remove unwanted changes in onfiguration.h
still can't type
Update HAL_LCD_class_defines.h
include USB mass storage & misc
7 years ago
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off ( #10015 )
Fix #10004
7 years ago
Scott Lahteine
1913c37a91
Tweak to manual move eindex arg
7 years ago
Scott Lahteine
03e3011332
Fix compile error with MAX_MESSAGE_LENGTH
Fix #9988
7 years ago
Scott Lahteine
ca577c1638
Fix up various spacing, comments, and typos
7 years ago
Scott Lahteine
be0e100fed
Fix sd subdirectory encoder position
Followup to 7e386c7
7 years ago
Bob-the-Kuhn
04dedc7ed8
always completely initialize display ( #9981 )
7 years ago
Scott Lahteine
0149680f54
Fix compile error with char LCD
7 years ago
Scott Lahteine
7e386c7e98
Fix encoder position for sddirectory
7 years ago
Scott Lahteine
22a017a856
Rebuild SD file sort array on Stop SD Print ( #9976 )
Thanks Chuck Hellebuyck.
7 years ago
Marcio Teixeira
fd883c909a
Improvements to Lightweight ST7920 status screen. ( #9952 )
- Show units on lightweight status screen.
- Fixed progress bar so it works with M73
7 years ago
Scott Lahteine
f9cafc4001
Fix menu highlight glitch, tweak scrolling code ( #9957 )
7 years ago
Scott Lahteine
2d1233b86c
Fix lcd_quick_feedback call for BTN_BACK
7 years ago
AnHardt
eb8b758226
Fix some mapper, charsize problems ( #9866 )
7 years ago
Scott Lahteine
8bffb26c23
Fix manual move position display
Manual moves now correctly include the workspace offset.
7 years ago
Scott Lahteine
bd0967ad87
Fix BTN_BACK
Followup to #9835
7 years ago
Scott Lahteine
d9a98b5814
Russian language update
From #9849
7 years ago
Scott Lahteine
35ec67885a
Add support for BACK button (RADDS) ( #9835 )
7 years ago
geigerg
4817c78a65
Add files via upload ( #9828 )
7 years ago
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 ( #9832 )
* SD Status auto-report feature
Feature Request #9751
7 years ago
Scott Lahteine
19ba91f77a
Fix lcd_custom_bootscreen compiler warning
7 years ago
Scott Lahteine
2024775e07
Spanish (UTF8) Language ( #9786 )
From #7314 by @MrAmericanMike
7 years ago
Scott Lahteine
43ff15244d
Fix a progress bar condition
7 years ago
Zachary Hill
4d588b2d6a
Further fix of LCD_PROGRESS_BAR ( #9783 )
7 years ago
Scott Lahteine
e749945317
Un-pause print on cancel ( #9780 )
7 years ago
Scott Lahteine
8f9262f3fe
Fix path to _Statusscreen.h
7 years ago
Scott Lahteine
0542b03750
Fix bootscreen include path
Fix #9759
7 years ago
Scott Lahteine
2bd252b501
[2.0.x] LIN_ADVANCE v1.5 ( #9712 )
7 years ago
Scott Lahteine
a6b7e721cf
Slovak language update
7 years ago
Scott Lahteine
2c9775313a
Fix Z position on HD44780
Fix #9732
7 years ago
Studiodyne
9c9cd54ef3
Add Z Fade Height edit to UBL and Tune submenus ( #9738 )
7 years ago
Scott Lahteine
424b9a83cd
Slovak language update
From @rmoravcik at #9760
7 years ago
Marcio Teixeira
532bb3aaa1
Lightweight status screen for ST7920
- This status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Scott Lahteine
72f63a4980
Fix DOGM progress bar with LCD_SET_PROGRESS_MANUALLY
7 years ago
Marcio Teixeira
e7f329edb2
Added bed corners to bed icon.
- This makes it look less like a dash (idea stolen from cjsoong).
7 years ago
Marcio Teixeira
e84a5545e1
Removed unnecessary extended mode switch.
- This will slightly reduce the SPI requirements for
updating the progress bar.
7 years ago
Scott Lahteine
343c17d5b3
Reduce Creality3D bootscreens flash usage ( #9752 )
7 years ago
Marcio Teixeira
716a22498f
Changed temp type from uint8_t to int16_t
- Also deleted old implementation files which had been renamed.
7 years ago
Scott Lahteine
9f0907d40c
Fix big edit font width calculation
Fix #9685
7 years ago
Marcio Teixeira
9d5968e8ec
Fixed dual-extruder in Lightweight UI.
- Moved bed icon down when the machine is configured with two nozzles.
7 years ago
Scott Lahteine
4303f2e377
Fix MALYAN_LCD message bugs
Fix #9711
Replacing #9731
7 years ago
Bob-the-Kuhn
47d529aac5
move #include <U8glib.h>
7 years ago
Scott Lahteine
fc460fff94
Extend menu items for SWITCHING_EXTRUDER
Reference #5367
7 years ago
Scott Lahteine
25e3e62354
Null-terminate lcd_status_message
7 years ago
Scott Lahteine
79272f98fc
Proposed changes to ST7920 lightweight status screen
7 years ago
Marcio Teixeira
24eb275b99
Added a light-weight status screen for the ST7920
- The status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Scott Lahteine
83d7e95de0
Add MSG_THERMAL_RUNAWAY_BED ( #9691 )
7 years ago
Bob-the-Kuhn
e05673a379
[2.0.x] VIKI2 & RE_ARM changes ( #9686 )
* VIKI2 & RE_ARM changes
1. Remove `DISABLED(SDSUPPORT)` from ST7565 in `ultralcd_impl_DOGM.h`. These LCDs share pins with the SD card and can run at the SD card rates.
2. Add SDSS definition to `pins_RAMPS_RE_ARM.h`. Apparently the SDSS definition in `pins.h` is being processed before the one in `spi_pins.h` which resulted in not being able to read the SD card.
7 years ago
Scott Lahteine
f6cc89ec7c
LCD_PROGRESS_BAR w/out SDSUPPORT for character LCD
7 years ago
blye
168af8bacb
Allow LCD_SET_PROGRESS_MANUALLY without SDSUPPORT
7 years ago