- Aug 03, 2015
-
-
Scott Lahteine authored
-
AnHardt authored
Centred the logo for 16x4 and 20 x4. Moved version to the bottom line Code shrink to 704 bytes.
-
AnHardt authored
-
AnHardt authored
Uses about 488 byte of progmem and 32 byte of RAM. For that configurable.
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to LCD-related files.
-
- Jun 16, 2015
-
-
Scott Lahteine authored
Also clean up some trailing spaces in a few other sources
-
- May 22, 2015
-
-
Scott Lahteine authored
-
- May 14, 2015
-
-
Scott Lahteine authored
- Also show 2 digits past decimal for Z on DOGM
-
- May 13, 2015
-
-
Scott Lahteine authored
-
- May 05, 2015
- Apr 25, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 14, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 08, 2015
-
-
AnHardt authored
to avoid errors in Marlin_main.cpp. #1860 In the include tree of Marlin_main.cpp the decision between the display types is not made. To include the right LCD_STR_* ether 'dogm_lcd_implementation.h' or 'ultralcd_implementation_hitachi_HD44780.h' with all their code. A 'dogm_lcd_implementation.h.h' would be a curiosity. So i moved both of the definition blocks to conditionals.h On the long term it could make sense to use the same numbering for the u8glib and the hitachi symbols.
-
Scott Lahteine authored
-
- Apr 01, 2015
-
-
Chris Roadfeldt authored
-
- Mar 31, 2015
-
-
Chris Roadfeldt authored
This rolls back to commit 06f767d6.
-
Scott Lahteine authored
- Some messages should not expire with `PROGRESS_MSG_EXPIRE`. - Simplify conditional for progress bar with sanity checks. - Rename `messageTick` to `expireStatusMillis` and make it the expire time.
-
- Mar 29, 2015
-
-
AnHardt authored
and make use of column 20.
-
- Mar 25, 2015
-
-
Christian Bohn authored
-
- Mar 20, 2015
-
-
Scott Lahteine authored
-
- Mar 19, 2015
-
-
Scott Lahteine authored
In the new method we pass the character that should be used for selected state, not the character to print always.
-
AnHardt authored
in ultralcd_implementation_hitachi_HD44780.h lcd_print( about array index.
-
- Mar 16, 2015
-
-
Scott Lahteine authored
- Get rid of _selected functions, passing selected state instead
-
- Mar 14, 2015
-
-
Scott Lahteine authored
- Add BIT and TEST macros - Add _APPLY_ macros to stepper.cpp to help with consolidation - Consolidate code in stepper.cpp using macros - Apply standards in stepper.cpp - Use >= 0 instead of > -1 as a better semantic - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
-
- Mar 10, 2015
-
-
AnHardt authored
Top -> down: We don't need LiquidCrystalRus.cpp and LiquidCrystalRus.h any more. Functionality is now in utf_mapper.h Comment on LCD_STR_BEDTEMP about behaviour in strings. Change LCD_STR_ARROW_RIGHT from "\x7E" to ">" because "\x7E" is only ARROW_RIGHT on displays with DISPLAY_CHARSET_HD44780_JAPAN. Introduce the counting UTF8 enabled lcd_print functions. Replace the old lcd.print functions and make use of them. A bit of reformatting around the changes.
-
- Mar 03, 2015
-
-
Scott Lahteine authored
-
- Mar 02, 2015
-
-
Scott Lahteine authored
The encrot values are used in only one place, and don’t vary, so remove redundant references.
-
- Feb 16, 2015
-
-
AnHardt authored
Introduced lcd_strlen() and lcd_strlen_P(). Replaced the old functions where necessary. Reworked language_ru.h. Speeded up test for zero length string in cardreader.cpp
-
- Jan 30, 2015
-
-
Scott Lahteine authored
- Also partial cleanup of Marlin_main.cpp with a smidgen of Doxygen.
-
- Jan 02, 2015
-
-
wgm4321 authored
-
- Dec 30, 2014
-
-
Scott Lahteine authored
sp=space-padded, similar to: ns=no-sign
-
Scott Lahteine authored
-
- Dec 29, 2014
-
-
Caleb Anderson authored
No matter what LANGUAGE_CHOICE was set to it would always take the en branch. I revamped it a bit to use a macro to create the language include file name. This required a slight tweak to the RU declaration since it's special-cased in a couple places in code. This is an attempt to pull my changes from #1222 over.
-
wgm4321 authored
-
- Dec 28, 2014
-
-
fmalpartida authored
Tested for SAV MKI and SAV 3D LCD on lewihe.
-
Scott Lahteine authored
-