- Sep 12, 2015
-
-
Scott Lahteine authored
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
AnHardt authored
Saves about 473 byte of progmem and 28 bytes of RAM.
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to LCD-related files.
-
- Jul 24, 2015
-
-
AndySze authored
-
- Jul 04, 2015
-
-
Scott Lahteine authored
-
- Jun 12, 2015
-
-
filipmu authored
The volumetric multiplier display needs to be multiplied by 100 in order to make it an integer for display purposes.
-
- May 31, 2015
-
-
fmalpartida authored
-
- May 18, 2015
-
-
Christian Bohn authored
-
Ed Boston authored
Moved SDCARDDETECTINVERTED and SDSLOW to Conditionals.h. Added U8GLIB_LM6059_AF to define display specific actions. Added reminder to compile in u8glib
-
- May 17, 2015
- May 14, 2015
-
-
Scott Lahteine authored
- Also show 2 digits past decimal for Z on DOGM
-
- Apr 28, 2015
-
-
Scott Lahteine authored
- Add “Level Bed” menu item for auto bed leveling - Hide the option if homing has not been done yet - Arrange the Prepare submenu more logically (?) - Add documentation comments, some white-space - Apply some coding standards here and there - Move old encoder multiplier debug option to `ultralcd.cpp`
-
- Apr 27, 2015
-
-
AnHardt authored
-
AnHardt authored
Edited the European part of 'ISO10646_CN.fon' to match the existing fonts. Added Chinese font to make_fonts.bat Created 'dogm_font_data_ISO10646_CN.h' Added Chinese to 'language.h' Added 'language_cn.h' with some minor edits. Added Chinese font in 'language_en.h' to not fall back to European font. Added cn to 'Configuration.h' Changed WIDTH to LCD_PIXEL_WIDTH and HEIGHT to LCD_PIXEL_HEIGHT to have more descriptive names. In 'dogm_lcd_implementation.h' Added Chinese Font Made 1 pixel more room for the larger Chinese font on the status line. Changed geometry of the 'select bar' by one pixel. Changed the way the position for values and postcars are set.
-
- Apr 26, 2015
-
-
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
-
Scott Lahteine authored
-
- Apr 06, 2015
-
-
AnHardt authored
Just and only display splashscreen only once.
-
- Apr 05, 2015
- Apr 04, 2015
-
-
AnHardt authored
In 'if (encoderPastThreshold || LCD_CLICKED)' lcdDrawUpdate was not set. 'lcd_status_update_delay'-loop was not effective in function lcd_status_screen(). The loop prevented the update of the status screen but not the displays update. Shifted the loop into lcd_update().
-
AnHardt authored
Shifted condition should still be in.
-
AnHardt authored
Result see: https://www.youtube.com/watch?v=tdu7J0i-c4g Loop is executed several times per display update.
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-
- Apr 01, 2015
-
-
Chris Roadfeldt authored
-
- Mar 31, 2015
-
-
Chris Roadfeldt authored
This rolls back to commit 06f767d6.
-
- Mar 30, 2015
- Mar 29, 2015
-
-
AnHardt authored
and satisfy the compiler about the implicit compare.
-
- Mar 28, 2015
-
-
AnHardt authored
to avoid warnings about unused blink. Concentrate definitions of variables in dogm_lcd_implementation.h to one place. Make only local used variable currentfont static.
-
- Mar 25, 2015
-
-
Christian Bohn authored
-
- Mar 24, 2015
-
-
AnHardt authored
Tweak the documentation
-