Skip to content
Snippets Groups Projects
  1. Aug 03, 2015
  2. Jul 31, 2015
  3. Jun 16, 2015
  4. May 22, 2015
  5. May 14, 2015
  6. May 13, 2015
  7. May 05, 2015
  8. Apr 25, 2015
  9. Apr 14, 2015
  10. Apr 13, 2015
  11. Apr 08, 2015
    • AnHardt's avatar
      Moved the definitions of the LCD_STR_* to Conditionals.h · ea897654
      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.
      ea897654
    • Scott Lahteine's avatar
      Cleanup formatting in hitachi & dogm lcd · 756bb5e2
      Scott Lahteine authored
      756bb5e2
  12. Apr 01, 2015
  13. Mar 31, 2015
  14. Mar 29, 2015
  15. Mar 25, 2015
  16. Mar 20, 2015
  17. Mar 19, 2015
  18. Mar 16, 2015
  19. Mar 14, 2015
    • Scott Lahteine's avatar
      - Rename WRITE_E_STEP for consistency · c37f7d15
      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
      c37f7d15
  20. Mar 10, 2015
    • AnHardt's avatar
      Changes in ultralcd_implementation_hitachi_HD44780.h in detail · 255ca681
      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.
      255ca681
  21. Mar 03, 2015
  22. Mar 02, 2015
  23. Feb 16, 2015
    • AnHardt's avatar
      Fix iss#1492 · 6cdcd6c6
      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
      6cdcd6c6
  24. Jan 30, 2015
  25. Jan 02, 2015
  26. Dec 30, 2014
  27. Dec 29, 2014
  28. Dec 28, 2014
Loading