Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified LCD Language settings #3632

Merged
merged 2 commits into from
Apr 29, 2016

Conversation

thinkyhead
Copy link
Member

@thinkyhead thinkyhead commented Apr 28, 2016

This PR replaces two configuration options in the LCD Language category.

  • LANGUAGE_INCLUDE is replaced with LCD_LANGUAGE:
- #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
+ #define LCD_LANGUAGE en
  • Replace the DISPLAY_CHARSET options with a single setting:
- #define DISPLAY_CHARSET_HD44780_JAPAN        // this is the most common hardware
- //#define DISPLAY_CHARSET_HD44780_WESTERN
- //#define DISPLAY_CHARSET_HD44780_CYRILLIC
+ #define DISPLAY_CHARSET_HD44780 JAPANESE

@thinkyhead thinkyhead merged commit 8905908 into MarlinFirmware:RCBugFix Apr 29, 2016
@thinkyhead thinkyhead deleted the i3_millie_language_fun branch May 1, 2016 00:45
@thinkyhead thinkyhead mentioned this pull request Jul 8, 2016
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 18, 2016
drewmoseley pushed a commit to drewmoseley/Marlin that referenced this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants