Skip to content
Snippets Groups Projects
  1. Mar 13, 2015
    • AnHardt's avatar
      Change selection logic another time · 96f8d20f
      AnHardt authored
      Automatic selection was to unflexible.
      
      Updated documentation
      
      Updated language files to new logic and documentation.
      
      Updated bdf2u8g.exe
      96f8d20f
  2. Mar 11, 2015
  3. Mar 10, 2015
    • AnHardt's avatar
      Changes in dogm_lcd_implementation.h in detail. · ae76b1e8
      AnHardt authored
      Top -> down
      - We don't need the old Marlion_font package any more - we made new.
      - But we need information about configured fonts and the mappers.
      - We support Cyrillic now.
      - LCD_CLASS is not used in this file. LiquidCrystalRus.h is deleted anyway.
      - define some fonts
      - BIG_EDIT_FONT works only together with western languages.
      - Select a matching FONT for the MENUE depending on the defined language.
      - Number the different font-types. Wanted to avoid to store complete font-structures when changing fonts back and forth.
      - Marlin special symbols are now at the lower end - like in 'ultralcd_implementation_hitachi_HD44780.h'
      - insert the new remembering setFont function.
      - insert the new counting lcd_print functions.
      - make use of the new setFont and lcd_print functions.
      - On some places redefined one character long strings with chars to avoid overhead and reduce warnings.
      ae76b1e8
    • 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
    • AnHardt's avatar
      Make use of new remenbering fontswitch. · 6fc2ccd5
      AnHardt authored
      6fc2ccd5
    • AnHardt's avatar
      Add a test_language. · 0f26f3ab
      AnHardt authored
      Will show the compleet utf8 or ASCII charset
      To se the second half of ASCII click on "01234..."
      0f26f3ab
    • AnHardt's avatar
      Add some documentation. · 6d575b1b
      AnHardt authored
      6d575b1b
    • AnHardt's avatar
      Add legal stuff to marlin_kanji.h · 901cf203
      AnHardt authored
      901cf203
    • AnHardt's avatar
      Introduce - clean - prepae language files · 2d5134b0
      AnHardt authored
      2d5134b0
  4. Mar 06, 2015
  5. Mar 05, 2015
  6. Mar 04, 2015
  7. Mar 03, 2015
  8. Mar 02, 2015
Loading