Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
|
@ -64,7 +64,7 @@ enum {
|
|||
};
|
||||
|
||||
// clang-format off
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[TR_C] = 0x00c7,
|
||||
[TR_C_L] = 0x00e7,
|
||||
[TR_I] = 0x0130,
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ enum {
|
|||
};
|
||||
|
||||
// clang-format off
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[TR_C] = 0x00c7,
|
||||
[TR_C_L] = 0x00e7,
|
||||
[TR_I] = 0x0130,
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ enum unicode_name {
|
|||
PLMIN,
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[GRIN] = 0x1F600,
|
||||
[TJOY] = 0x1F602,
|
||||
[SMILE] = 0x1F601,
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ enum unicode_name {
|
|||
PLMIN,
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[GRIN] = 0x1F600,
|
||||
[TJOY] = 0x1F602,
|
||||
[SMILE] = 0x1F601,
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ enum unicode_names {
|
|||
UAST
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[USCT] = 0x00A7, // §
|
||||
[ULSB] = 0x005B, // [
|
||||
[URSB] = 0x005D, // ]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ enum unicode_names {
|
|||
SE_ODIA_LOW,
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[SE_ARNG_HIGH] = 0x00C5,
|
||||
[SE_ADIA_HIGH] = 0x00C4,
|
||||
[SE_ODIA_HIGH] = 0x00D6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue