Browse Source

Fix square and curly brackets.

Vladimir N. Shilov 1 year ago
parent
commit
6f1e2ad8c9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lib/st7735/liberation_mono_7x10.c

+ 4 - 4
lib/st7735/liberation_mono_7x10.c

@@ -61,9 +61,9 @@ static const uint16_t LiberM7x10 [] = {
 0x0000,0x0000,0x4400,0x2800,0x2800,0x1000,0x2800,0x4400,0x4400,0x0000,  /* 88-X */
 0x0000,0x0000,0x4400,0x4400,0x2800,0x1000,0x1000,0x1000,0x1000,0x0000,  /* 89-Y */
 0x0000,0x0000,0x7C00,0x0400,0x0800,0x1000,0x2000,0x4000,0xFE00,0x0000,  /* 90-Z */
-0x0000,0x3800,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000,  /* 91-[ */
+0x0000,0x3800,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000,0x3800,  /* 91-[ */
 0x0000,0x4000,0x2000,0x2000,0x1000,0x1000,0x0800,0x0800,0x0400,0x0000,  /* 92-/ */
-0x0000,0x3800,0x0800,0x0800,0x0800,0x0800,0x0800,0x0800,0x0800,0x0800,  /* 93-] */
+0x0000,0x3800,0x0800,0x0800,0x0800,0x0800,0x0800,0x0800,0x0800,0x3800,  /* 93-] */
 0x0000,0x0000,0x1000,0x2800,0x2800,0x4400,0x4400,0x0000,0x0000,0x0000,  /* 94-^ */
 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,  /* 95-_ */
 0x1000,0x1000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,  /* 96-` */
@@ -93,9 +93,9 @@ static const uint16_t LiberM7x10 [] = {
 0x0000,0x0000,0x0000,0x4400,0x2800,0x1000,0x3800,0x2800,0x4400,0x0000,  /* 120-x */
 0x0000,0x0000,0x0000,0x4400,0x4400,0x2800,0x2800,0x1800,0x1000,0x3000,  /* 121-y */
 0x0000,0x0000,0x0000,0x7C00,0x0800,0x1000,0x2000,0x4000,0x7C00,0x0000,  /* 122-z */
-0x0000,0x1C00,0x1000,0x1000,0x1000,0x1000,0x6000,0x1000,0x1000,0x1000,  /* 123-{ */
+0x0000,0x1C00,0x1000,0x1000,0x1000,0x1000,0x6000,0x1000,0x1000,0x1C00,  /* 123-{ */
 0x0000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,  /* 124-| */
-0x0000,0x7000,0x1000,0x1000,0x1000,0x1000,0x0C00,0x1000,0x1000,0x1000,  /* 125-} */
+0x0000,0x7000,0x1000,0x1000,0x1000,0x1000,0x0C00,0x1000,0x1000,0x7000,  /* 125-} */
 0x0000,0x0000,0x0000,0x0000,0x7000,0x1C00,0x0000,0x0000,0x0000,0x0000,  /* 126-~ */
 0x0000,0x0000,0x0000,0xC000,0xC000,0xC000,0xC000,0xC000,0xC000,0xC000,  /* 127- */
 0x0000,0x0000,0xF800,0x2000,0x3C00,0x2200,0x2200,0x2200,0x2C00,0x0000,  /* 128-Ђ */