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
Scott Lahteine
bf5df306e1
Fix compile error with SHOW_BOOTSCREEN disabled
Fix #9530
Fix #9524
7 years ago
Scott Lahteine
3021058e6d
Fix non-UTF8 Czech language
7 years ago
Thomas Moore
cff62042ee
Fix LCD manual movement on kinematic machines ( #9655 )
7 years ago
Petr Zahradník
5d9e16ea49
Update Czech advanced pause
7 years ago
Marcio Teixeira
8db67d1647
Fixed compilation when using avr-gcc
- avr-gcc is more strict than the Arduino IDE, it seems.
7 years ago
Marcio Teixeira
f05bd7f082
Added files missing from earlier commit.
7 years ago
Marcio Teixeira
4880ac6533
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
93c0198b2d
Init LCD welcome message programmatically
7 years ago
Scott Lahteine
67a4cc610b
French update
Based on #9610
7 years ago
Scott Lahteine
e7b50c89b0
Fix #9201
FILAMENT_LCD_DISPLAY can work with SDSUPPORT
7 years ago
Bob-the-Kuhn
9a423e9a89
tested
7 years ago
Scott Lahteine
f8912bb19f
French update
Based on #9590 by @studiodyne
7 years ago
Scott Lahteine
e6b8207b03
Restore welcome message
7 years ago
Scott Lahteine
38c7d53bf7
Repair some spacing
7 years ago
gege2b
5785bbb491
Updated french translation ( #9556 )
7 years ago
GMagician
299606e4ae
[2.0.x] Memory overflow protection ( #9562 )
7 years ago
Scott Lahteine
5a70887467
Size lcd_status_message based on language ( #9545 )
7 years ago
Scott Lahteine
545cd8fa60
Tweak malyanlcd.cpp
7 years ago
GMagician
9854262334
[2.0.x] Fix compile warning ( #9539 )
7 years ago
Scott Lahteine
d42a87cb31
Update language Italian
From #9508 by @tnw513
7 years ago
Scott Lahteine
2538f019d0
Update language Basque-Euskera
From #9514 by @1138-4EB
7 years ago
Scott Lahteine
16739264d3
Add UltiController v2.1 support
Add compatibility with the original screen bord from Ultimaker 2 printer (UltiController v2.1 with the PG-2864ALBP I2C display)
7 years ago
Scott Lahteine
38d62494ef
Adjustment to DOG_CHAR_*_EDIT
7 years ago
Scott Lahteine
766faa05a9
sp
7 years ago
Scott Lahteine
e5ee0b6f6c
Implement MALYAN_LCD
7 years ago
Scott Lahteine
2ea4e74ed3
Misc. comments
7 years ago
Thomas Moore
786746404b
[2.0.x] Apply feedrate to nozzle movement for kinematic machines ( #8778 )
7 years ago
Thomas Moore
e1fd9c08b3
[2.0.x] Add support for LPC1769 at 120 MHz ( #9423 )
7 years ago
GMagician
9e13d1fad5
[2.0.x] Fix temperature out of LCD ( #9461 )
Fix bug introduced in #9415
7 years ago
Scott Lahteine
d6e29e9597
Update French language
Based on #9373 by @nikkoura
7 years ago
Scott Lahteine
79796b22ad
Fix up _Bootscreen.h and _Statusscreen.h
7 years ago
Bob-the-Kuhn
21179f8300
Fix the "slow" version of the G-code parser
7 years ago
Scott Lahteine
6339b506c0
Make sure binary.h is included as needed
7 years ago
Scott Lahteine
266086670b
Better LCD message when heating needed
7 years ago
Scott Lahteine
61bf8478a2
Add hotEnough methods
7 years ago