|
Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
| #define | NUM_LANGUAGES 1 |
| #define | LCD_LANGUAGE_2 LCD_LANGUAGE |
| #define | LCD_LANGUAGE_3 LCD_LANGUAGE_2 |
| #define | LCD_LANGUAGE_4 LCD_LANGUAGE_3 |
| #define | LCD_LANGUAGE_5 LCD_LANGUAGE_4 |
| #define | _GET_LANG(LANG) Language_##LANG |
| #define | GET_LANG(LANG) _GET_LANG(LANG) |
| #define | GET_TEXT(MSG) GET_LANG(LCD_LANGUAGE)::MSG |
| #define | MAX_LANG_CHARSIZE GET_LANG(LCD_LANGUAGE)::CHARSIZE |
| #define | GET_TEXT_F(MSG) (const __FlashStringHelper*)GET_TEXT(MSG) |
| #define | MSG_CONCAT(A, B) pgm_p_pair_t(GET_TEXT(A),GET_TEXT(B)) |
Variables | |
| const typedef char | Language_Str [] |
| #define NUM_LANGUAGES 1 |
| #define LCD_LANGUAGE_2 LCD_LANGUAGE |
| #define LCD_LANGUAGE_3 LCD_LANGUAGE_2 |
| #define LCD_LANGUAGE_4 LCD_LANGUAGE_3 |
| #define LCD_LANGUAGE_5 LCD_LANGUAGE_4 |
| #define _GET_LANG | ( | LANG | ) | Language_##LANG |
| #define GET_LANG | ( | LANG | ) | _GET_LANG(LANG) |
| #define GET_TEXT | ( | MSG | ) | GET_LANG(LCD_LANGUAGE)::MSG |
| #define MAX_LANG_CHARSIZE GET_LANG(LCD_LANGUAGE)::CHARSIZE |
| const typedef char Language_Str[] |