forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Romanian language (MarlinFirmware#18455)
Co-authored-by: cristyanul <47246451+cristyanul@users.noreply.github.com>
- Loading branch information
Showing
6 changed files
with
658 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated automatically by buildroot/share/fonts/uxggenpages.sh | ||
* Contents will be REPLACED by future processing! | ||
* Use genallfont.sh to generate font data for updated languages. | ||
*/ | ||
#include <U8glib.h> | ||
|
||
#define FONTDATA_ITEM(page, begin, end, data) { page, begin, end, COUNT(data), data } | ||
static const uxg_fontinfo_t g_fontinfo[] PROGMEM = {}; |
Oops, something went wrong.