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
Scott Lahteine
07db5638e2
Add a heating indicator X offset
7 years ago
GMagician
719cd53e09
Standardized max temp values
Everywhere in menu items temperatures are "defined value" subtracted by 15.
In one place is subtracted by 5
7 years ago
Roxy-3D
f5f1b069ad
Convert UBL mesh tilting to all use the same algorithm ( #9204 )
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.
The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
7 years ago
blye
554d849827
Fix duration when time is exactly 86400s
7 years ago
Scott Lahteine
fa432508b0
Followup to Ender config
7 years ago
Scott Lahteine
f887719a40
Creality Ender board support
7 years ago
Scott Lahteine
02ff12d491
More up front option to show SD percentage
7 years ago
Bob-the-Kuhn
e633ce06c7
LCD contrast type mismatch is back
WORKS!
7 years ago
GMagician
3a99dc7c5c
2.0.x Fix compiler warning ( #9116 )
Fix duplicate language define warning
7 years ago
Tannoo
f26805e862
[2.0.x] UBL Mesh Storage Message ( #9095 )
7 years ago
GMagician
5fb6dd1424
Bmp fix
Clockwise arrow fixed
7 years ago
Bob-the-Kuhn
f72b0a7b04
1234
7 years ago
Scott Lahteine
e89f1453ab
UBL G29 works without settings.load()
7 years ago
Scott Lahteine
1c41de16d4
Trailing whitespace clean
7 years ago
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7 years ago
Scott Lahteine
81211da7b4
M701 / M702 language changes
7 years ago
Scott Lahteine
455592eee8
Improvements to LCD menu macros
7 years ago
Bob-the-Kuhn
4626d04067
as good as i can get it
minor edits to force new Travis test (last one timed out)
Update u8g_com_HAL_DUE_st7920_sw_spi.cpp
initial power up display garbage gone
7 years ago
Tannoo
e43f3ac989
EEPROM init fix
7 years ago
Thomas Moore
8afc4f8d9d
Fix UBL compilation warnings
7 years ago