diff --git a/README.md b/README.md index 3e199d5b..927a1e87 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Description: https://github.com/olikraus/u8g2/wiki Issue Tracker: https://github.com/olikraus/u8g2/issues -Download (2.25.2): https://github.com/olikraus/U8g2_Arduino/archive/master.zip +Download (2.25.3): https://github.com/olikraus/U8g2_Arduino/archive/master.zip diff --git a/examples/full_buffer/FPS/FPS.ino b/examples/full_buffer/FPS/FPS.ino index 2f1f8d5e..42302525 100644 --- a/examples/full_buffer/FPS/FPS.ino +++ b/examples/full_buffer/FPS/FPS.ino @@ -190,7 +190,7 @@ //U8G2_SSD1306_128X64_NONAME_F_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 12, /* dc=*/ 4, /* reset=*/ 6); // Arduboy (Production, Kickstarter Edition) //U8G2_SSD1306_128X64_NONAME_F_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8G2_SSD1306_128X64_NONAME_F_3W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); -U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); //U8G2_SSD1306_128X64_ALT0_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem //U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* reset=*/ 8); //U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // All Boards without Reset of the Display @@ -321,9 +321,11 @@ U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/FontUsage/FontUsage.ino b/examples/full_buffer/FontUsage/FontUsage.ino index 560884cf..563da0bf 100644 --- a/examples/full_buffer/FontUsage/FontUsage.ino +++ b/examples/full_buffer/FontUsage/FontUsage.ino @@ -226,9 +226,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/GraphicsTest/GraphicsTest.ino b/examples/full_buffer/GraphicsTest/GraphicsTest.ino index 75f30497..bc150131 100644 --- a/examples/full_buffer/GraphicsTest/GraphicsTest.ino +++ b/examples/full_buffer/GraphicsTest/GraphicsTest.ino @@ -192,9 +192,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/HelloWorld/HelloWorld.ino b/examples/full_buffer/HelloWorld/HelloWorld.ino index 781e3bf3..2bfc4b35 100644 --- a/examples/full_buffer/HelloWorld/HelloWorld.ino +++ b/examples/full_buffer/HelloWorld/HelloWorld.ino @@ -191,9 +191,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/IconMenu/IconMenu.ino b/examples/full_buffer/IconMenu/IconMenu.ino index fb546653..c7c6c5d8 100644 --- a/examples/full_buffer/IconMenu/IconMenu.ino +++ b/examples/full_buffer/IconMenu/IconMenu.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/PrintUTF8/PrintUTF8.ino b/examples/full_buffer/PrintUTF8/PrintUTF8.ino index 39afc489..0a9ecccd 100644 --- a/examples/full_buffer/PrintUTF8/PrintUTF8.ino +++ b/examples/full_buffer/PrintUTF8/PrintUTF8.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/SelectionList/SelectionList.ino b/examples/full_buffer/SelectionList/SelectionList.ino index 9522824d..b64e5bbf 100644 --- a/examples/full_buffer/SelectionList/SelectionList.ino +++ b/examples/full_buffer/SelectionList/SelectionList.ino @@ -191,9 +191,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/Shennong/Shennong.ino b/examples/full_buffer/Shennong/Shennong.ino index b1c59b6c..96ee3e3f 100644 --- a/examples/full_buffer/Shennong/Shennong.ino +++ b/examples/full_buffer/Shennong/Shennong.ino @@ -235,9 +235,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/U8g2Logo/U8g2Logo.ino b/examples/full_buffer/U8g2Logo/U8g2Logo.ino index dd144b57..576c6b73 100644 --- a/examples/full_buffer/U8g2Logo/U8g2Logo.ino +++ b/examples/full_buffer/U8g2Logo/U8g2Logo.ino @@ -192,9 +192,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/full_buffer/Weather/Weather.ino b/examples/full_buffer/Weather/Weather.ino index f09081b2..a6a77bc8 100644 --- a/examples/full_buffer/Weather/Weather.ino +++ b/examples/full_buffer/Weather/Weather.ino @@ -200,9 +200,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/games/SpaceTrash/SpaceTrash.ino b/examples/games/SpaceTrash/SpaceTrash.ino index 51a820ed..994710e9 100644 --- a/examples/games/SpaceTrash/SpaceTrash.ino +++ b/examples/games/SpaceTrash/SpaceTrash.ino @@ -183,9 +183,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Chinese/Chinese.ino b/examples/page_buffer/Chinese/Chinese.ino index a8fbfad0..3e7b60aa 100644 --- a/examples/page_buffer/Chinese/Chinese.ino +++ b/examples/page_buffer/Chinese/Chinese.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/ClipWindow/ClipWindow.ino b/examples/page_buffer/ClipWindow/ClipWindow.ino index 7459551b..f5d5455c 100644 --- a/examples/page_buffer/ClipWindow/ClipWindow.ino +++ b/examples/page_buffer/ClipWindow/ClipWindow.ino @@ -193,9 +193,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Clock/Clock.ino b/examples/page_buffer/Clock/Clock.ino index 955574e6..67bf7ea1 100644 --- a/examples/page_buffer/Clock/Clock.ino +++ b/examples/page_buffer/Clock/Clock.ino @@ -196,9 +196,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/ContrastTest/ContrastTest.ino b/examples/page_buffer/ContrastTest/ContrastTest.ino index 20a6d937..0dbbf7ce 100644 --- a/examples/page_buffer/ContrastTest/ContrastTest.ino +++ b/examples/page_buffer/ContrastTest/ContrastTest.ino @@ -193,9 +193,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/DirectAccess/DirectAccess.ino b/examples/page_buffer/DirectAccess/DirectAccess.ino index 27afb42e..c600263c 100644 --- a/examples/page_buffer/DirectAccess/DirectAccess.ino +++ b/examples/page_buffer/DirectAccess/DirectAccess.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/DrawLog/DrawLog.ino b/examples/page_buffer/DrawLog/DrawLog.ino index 49c7ebb3..57014751 100644 --- a/examples/page_buffer/DrawLog/DrawLog.ino +++ b/examples/page_buffer/DrawLog/DrawLog.ino @@ -195,9 +195,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/ExtUTF8/ExtUTF8.ino b/examples/page_buffer/ExtUTF8/ExtUTF8.ino index 09ec76e0..4ddf2650 100644 --- a/examples/page_buffer/ExtUTF8/ExtUTF8.ino +++ b/examples/page_buffer/ExtUTF8/ExtUTF8.ino @@ -193,9 +193,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/FPS/FPS.ino b/examples/page_buffer/FPS/FPS.ino index c278ad8a..e27586b2 100644 --- a/examples/page_buffer/FPS/FPS.ino +++ b/examples/page_buffer/FPS/FPS.ino @@ -406,9 +406,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/FlipMode/FlipMode.ino b/examples/page_buffer/FlipMode/FlipMode.ino index 6471d579..b26d9bd4 100644 --- a/examples/page_buffer/FlipMode/FlipMode.ino +++ b/examples/page_buffer/FlipMode/FlipMode.ino @@ -188,9 +188,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/GraphicsTest/GraphicsTest.ino b/examples/page_buffer/GraphicsTest/GraphicsTest.ino index acabfb90..757e1ebf 100644 --- a/examples/page_buffer/GraphicsTest/GraphicsTest.ino +++ b/examples/page_buffer/GraphicsTest/GraphicsTest.ino @@ -193,9 +193,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/HelloWorld/HelloWorld.ino b/examples/page_buffer/HelloWorld/HelloWorld.ino index 03a1387b..007f359e 100644 --- a/examples/page_buffer/HelloWorld/HelloWorld.ino +++ b/examples/page_buffer/HelloWorld/HelloWorld.ino @@ -158,7 +158,7 @@ //U8G2_ST7920_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18 /* A4 */, /*cs=*/ U8X8_PIN_NONE, /*dc/rs=*/ 17 /* A3 */, /*reset=*/ 15 /* A1 */); // Remember to set R/W to 0 //U8G2_ST7920_128X64_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 18 /* A4 */ , /* data=*/ 16 /* A2 */, /* CS=*/ 17 /* A3 */, /* reset=*/ U8X8_PIN_NONE); //U8G2_ST7920_128X64_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* CS=*/ 10, /* reset=*/ 8); -U8G2_ST7920_128X64_1_2ND_HW_SPI u8g2(U8G2_R0, /* CS=*/ 10, /* reset=*/ 8); +//U8G2_ST7920_128X64_1_HW_SPI u8g2(U8G2_R0, /* CS=*/ 10, /* reset=*/ 8); //U8G2_ST7565_EA_DOGM128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8G2_ST7565_EA_DOGM128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); //U8G2_ST7565_64128N_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); @@ -211,9 +211,11 @@ U8G2_ST7920_128X64_1_2ND_HW_SPI u8g2(U8G2_R0, /* CS=*/ 10, /* reset=*/ 8); //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/IconMenu/IconMenu.ino b/examples/page_buffer/IconMenu/IconMenu.ino index f3756479..f66932c0 100644 --- a/examples/page_buffer/IconMenu/IconMenu.ino +++ b/examples/page_buffer/IconMenu/IconMenu.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_F_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FG with GND //U8G2_SED1330_240X128_F_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); // A0 is dc pin! //U8G2_RA8835_NHD_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Japanese/Japanese.ino b/examples/page_buffer/Japanese/Japanese.ino index 3d75f1bb..fd45d897 100644 --- a/examples/page_buffer/Japanese/Japanese.ino +++ b/examples/page_buffer/Japanese/Japanese.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Korean/Korean.ino b/examples/page_buffer/Korean/Korean.ino index 2815675d..49b1eaff 100644 --- a/examples/page_buffer/Korean/Korean.ino +++ b/examples/page_buffer/Korean/Korean.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/PowerSaveTest/PowerSaveTest.ino b/examples/page_buffer/PowerSaveTest/PowerSaveTest.ino index e74c57fa..3242fc18 100644 --- a/examples/page_buffer/PowerSaveTest/PowerSaveTest.ino +++ b/examples/page_buffer/PowerSaveTest/PowerSaveTest.ino @@ -187,9 +187,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/PrintHelloWorld/PrintHelloWorld.ino b/examples/page_buffer/PrintHelloWorld/PrintHelloWorld.ino index cfb390f0..c841d5fc 100644 --- a/examples/page_buffer/PrintHelloWorld/PrintHelloWorld.ino +++ b/examples/page_buffer/PrintHelloWorld/PrintHelloWorld.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/PrintProgmem/PrintProgmem.ino b/examples/page_buffer/PrintProgmem/PrintProgmem.ino index e1c0411e..6f7a20c7 100644 --- a/examples/page_buffer/PrintProgmem/PrintProgmem.ino +++ b/examples/page_buffer/PrintProgmem/PrintProgmem.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/PrintUTF8/PrintUTF8.ino b/examples/page_buffer/PrintUTF8/PrintUTF8.ino index 413632d6..59c28bfd 100644 --- a/examples/page_buffer/PrintUTF8/PrintUTF8.ino +++ b/examples/page_buffer/PrintUTF8/PrintUTF8.ino @@ -194,9 +194,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/ScrollingText/ScrollingText.ino b/examples/page_buffer/ScrollingText/ScrollingText.ino index d4f662f9..49e055b1 100644 --- a/examples/page_buffer/ScrollingText/ScrollingText.ino +++ b/examples/page_buffer/ScrollingText/ScrollingText.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/SelectionList/SelectionList.ino b/examples/page_buffer/SelectionList/SelectionList.ino index 717b3ec8..11e44a5b 100644 --- a/examples/page_buffer/SelectionList/SelectionList.ino +++ b/examples/page_buffer/SelectionList/SelectionList.ino @@ -183,9 +183,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Serial/Serial.ino b/examples/page_buffer/Serial/Serial.ino index d8194cfc..d9a27090 100644 --- a/examples/page_buffer/Serial/Serial.ino +++ b/examples/page_buffer/Serial/Serial.ino @@ -195,9 +195,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Shennong/Shennong.ino b/examples/page_buffer/Shennong/Shennong.ino index 27154dc3..a19bc754 100644 --- a/examples/page_buffer/Shennong/Shennong.ino +++ b/examples/page_buffer/Shennong/Shennong.ino @@ -235,9 +235,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/StateBufferLoop/StateBufferLoop.ino b/examples/page_buffer/StateBufferLoop/StateBufferLoop.ino index 3d632ccc..9d780207 100644 --- a/examples/page_buffer/StateBufferLoop/StateBufferLoop.ino +++ b/examples/page_buffer/StateBufferLoop/StateBufferLoop.ino @@ -200,9 +200,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/Terminal/Terminal.ino b/examples/page_buffer/Terminal/Terminal.ino index e732eb22..d5408648 100644 --- a/examples/page_buffer/Terminal/Terminal.ino +++ b/examples/page_buffer/Terminal/Terminal.ino @@ -195,9 +195,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/U8g2Logo/U8g2Logo.ino b/examples/page_buffer/U8g2Logo/U8g2Logo.ino index 2a5068a6..a1249590 100644 --- a/examples/page_buffer/U8g2Logo/U8g2Logo.ino +++ b/examples/page_buffer/U8g2Logo/U8g2Logo.ino @@ -192,9 +192,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/UpdatePartly/UpdatePartly.ino b/examples/page_buffer/UpdatePartly/UpdatePartly.ino new file mode 100644 index 00000000..7c83e487 --- /dev/null +++ b/examples/page_buffer/UpdatePartly/UpdatePartly.ino @@ -0,0 +1,318 @@ +/* + + UpdatePartly.ino + + This will scroll text on the display similar to ScrollingText.ino example, + Scrolling will be faster, because only the changing part of the display + gets updated. + Enable U8g2 16 bit mode (see FAQ) for larger text! + + Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/) + + Copyright (c) 2016, olikraus@gmail.com + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list + of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +*/ + +#include +#include + +#ifdef U8X8_HAVE_HW_SPI +#include +#endif +#ifdef U8X8_HAVE_HW_I2C +#include +#endif + + +/* + U82glib Example Overview: + Frame Buffer Examples: clearBuffer/sendBuffer. Fast, but may not work with all Arduino boards because of RAM consumption + Page Buffer Examples: firstPage/nextPage. Less RAM usage, should work with all Arduino boards. + U8x8 Text Only Example: No RAM usage, direct communication with display controller. No graphics, 8x8 Text only. + + This is a page buffer example. + +*/ + +// Please UNCOMMENT one of the contructor lines below +// U8g2 Contructor List (Picture Loop Page Buffer) +// The complete list is available here: https://github.com/olikraus/u8g2/wiki/u8g2setupcpp +// Please update the pin numbers according to your setup. Use U8X8_PIN_NONE if the reset pin is not connected +//U8G2_NULL u8g2(U8G2_R0); // null device, a 8x8 pixel display which does nothing +//U8G2_SSD1306_128X64_NONAME_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1306_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 12, /* dc=*/ 4, /* reset=*/ 6); // Arduboy (Production, Kickstarter Edition) +//U8G2_SSD1306_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1306_128X64_NONAME_1_3W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8G2_SSD1306_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1306_128X64_ALT0_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem +//U8G2_SSD1306_128X64_NONAME_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* reset=*/ 8); +//U8G2_SSD1306_128X64_NONAME_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // All Boards without Reset of the Display +//U8G2_SSD1306_128X64_NONAME_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ 16, /* data=*/ 17, /* reset=*/ U8X8_PIN_NONE); // ESP32 Thing, pure SW emulated I2C +//U8G2_SSD1306_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE, /* clock=*/ 16, /* data=*/ 17); // ESP32 Thing, HW I2C with pin remapping +//U8G2_SSD1306_128X64_NONAME_1_6800 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); +//U8G2_SSD1306_128X64_NONAME_1_8080 u8g2(U8G2_R0, 13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); +//U8G2_SSD1306_128X64_VCOMH0_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range +//U8G2_SSD1306_128X64_ALT0_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem +//U8G2_SH1106_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1106_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SH1106_128X64_VCOMH0_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range +//U8G2_SH1106_128X64_WINSTAR_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but uses updated SH1106 init sequence +//U8G2_SH1106_72X40_WISE_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1107_64X128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1107_128X128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1107_128X128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8); +//U8G2_SH1107_SEEED_96X96_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1108_160X160_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SH1122_256X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Enable U8G2_16BIT in u8g2.h +//U8G2_SSD1306_128X32_UNIVISION_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ 21, /* data=*/ 20, /* reset=*/ U8X8_PIN_NONE); // Adafruit Feather M0 Basic Proto + FeatherWing OLED +//U8G2_SSD1306_128X32_UNIVISION_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // Adafruit Feather ESP8266/32u4 Boards + FeatherWing OLED +//U8G2_SSD1306_128X32_UNIVISION_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // Adafruit ESP8266/32u4/ARM Boards + FeatherWing OLED +//U8G2_SSD1306_128X32_UNIVISION_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE, /* clock=*/ SCL, /* data=*/ SDA); // pin remapping with ESP8266 HW I2C +//U8G2_SSD1306_64X48_ER_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // EastRising 0.66" OLED breakout board, Uno: A4=SDA, A5=SCL, 5V powered +//U8G2_SSD1306_48X64_WINSTAR_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1306_64X32_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1306_64X32_1F_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1306_96X16_ER_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // EastRising 0.69" OLED +//U8G2_SSD1322_NHD_256X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Enable U8G2_16BIT in u8g2.h +//U8G2_SSD1322_NHD_256X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Enable U8G2_16BIT in u8g2.h +//U8G2_SSD1322_NHD_128X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1322_NHD_128X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1325_NHD_128X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1325_NHD_128X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD0323_OS128064_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD0323_OS128064_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1326_ER_256X32_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // experimental driver for ER-OLED018-1 +//U8G2_SSD1327_SEEED_96X96_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // Seeedstudio Grove OLED 96x96 +//U8G2_SSD1327_SEEED_96X96_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // Seeedstudio Grove OLED 96x96 +//U8G2_SSD1327_EA_W128128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1327_EA_W128128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1327_EA_W128128_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ 5, /* data=*/ 4, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1327_EA_W128128_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_SSD1327_MIDAS_128X128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1327_MIDAS_128X128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1329_128X96_NONAME_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1329_128X96_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X32_NONAME_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X32_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X32_ADAFRUIT_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X32_ADAFRUIT_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X64_ADAFRUIT_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1305_128X64_ADAFRUIT_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1309_128X64_NONAME0_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1309_128X64_NONAME0_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1309_128X64_NONAME2_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1309_128X64_NONAME2_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1317_96X96_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_SSD1317_96X96_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_LD7032_60X32_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 11, /* data=*/ 12, /* cs=*/ 9, /* dc=*/ 10, /* reset=*/ 8); // SW SPI Nano Board +//U8G2_LD7032_60X32_1_4W_SW_I2C u8g2(U8G2_R0, /* clock=*/ 11, /* data=*/ 12, /* reset=*/ U8X8_PIN_NONE); // NOT TESTED! +//U8G2_UC1701_EA_DOGS102_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_UC1701_EA_DOGS102_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_PCD8544_84X48_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Nokia 5110 Display +//U8G2_PCD8544_84X48_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Nokia 5110 Display +//U8G2_PCF8812_96X65_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Could be also PCF8814 +//U8G2_PCF8812_96X65_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Could be also PCF8814 +//U8G2_HX1230_96X68_1_3W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8G2_HX1230_96X68_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_KS0108_128X64_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*dc=*/ 17, /*cs0=*/ 14, /*cs1=*/ 15, /*cs2=*/ U8X8_PIN_NONE, /* reset=*/ U8X8_PIN_NONE); // Set R/W to low! +//U8G2_KS0108_ERM19264_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*dc=*/ 17, /*cs0=*/ 14, /*cs1=*/ 15, /*cs2=*/ 16, /* reset=*/ U8X8_PIN_NONE); // Set R/W to low! +//U8G2_ST7920_192X32_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ U8X8_PIN_NONE, /*dc=*/ 17, /*reset=*/ U8X8_PIN_NONE); +//U8G2_ST7920_192X32_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 18 /* A4 */ , /* data=*/ 16 /* A2 */, /* CS=*/ 17 /* A3 */, /* reset=*/ U8X8_PIN_NONE); +//U8G2_ST7920_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18 /* A4 */, /*cs=*/ U8X8_PIN_NONE, /*dc/rs=*/ 17 /* A3 */, /*reset=*/ 15 /* A1 */); // Remember to set R/W to 0 +//U8G2_ST7920_128X64_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 18 /* A4 */ , /* data=*/ 16 /* A2 */, /* CS=*/ 17 /* A3 */, /* reset=*/ U8X8_PIN_NONE); +//U8G2_ST7920_128X64_1_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* CS=*/ 10, /* reset=*/ 8); +//U8G2_ST7920_128X64_1_HW_SPI u8g2(U8G2_R0, /* CS=*/ 10, /* reset=*/ 8); +//U8G2_ST7565_EA_DOGM128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_EA_DOGM128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_64128N_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_64128N_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_EA_DOGM132_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); // DOGM132 Shield +//U8G2_ST7565_EA_DOGM132_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); // DOGM132 Shield +//U8G2_ST7565_ZOLEN_128X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_ZOLEN_128X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_LM6059_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Adafruit ST7565 GLCD +//U8G2_ST7565_LM6059_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Adafruit ST7565 GLCD +//U8G2_ST7565_LX12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_LX12864_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_ERC12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_ERC12864_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_NHD_C12832_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_NHD_C12832_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_NHD_C12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_NHD_C12864_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_JLX12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7565_JLX12864_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_PI_132X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); // Pax Instruments Shield, LCD_BL=6 +//U8G2_ST7567_PI_132X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); // Pax Instruments Shield, LCD_BL=6 +//U8G2_ST7567_JLX12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_JLX12864_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_ENH_DG128064_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_ENH_DG128064_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_ENH_DG128064I_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_ENH_DG128064I_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7567_64X32_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); +//U8G2_ST75256_JLX172104_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST75256_JLX172104_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST75256_JLX256128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Uno, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX256128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Uno, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX256128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 9, /* data=*/ 8, /* cs=*/ 7, /* dc=*/ 6, /* reset=*/ 5); // MKR Zero, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX256128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 7, /* dc=*/ 6, /* reset=*/ 5); // MKR Zero, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX256160_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Uno, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX256160_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Uno, Enable U8g2 16 bit mode for this display +//U8G2_ST75256_JLX240160_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST75256_JLX240160_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST75256_JLX25664_1_2ND_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8); // Due, 2nd I2C, enable U8g2 16 bit mode for this display +//U8G2_NT7534_TG12864R_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_NT7534_TG12864R_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_ST7588_JLX12864_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ 5); +//U8G2_ST7588_JLX12864_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ 5); +//U8G2_IST3020_ERC19264_1_6800 u8g2(U8G2_R0, 44, 43, 42, 41, 40, 39, 38, 37, /*enable=*/ 28, /*cs=*/ 32, /*dc=*/ 30, /*reset=*/ 31); // Connect WR pin with GND +//U8G2_IST3020_ERC19264_1_8080 u8g2(U8G2_R0, 44, 43, 42, 41, 40, 39, 38, 37, /*enable=*/ 29, /*cs=*/ 32, /*dc=*/ 30, /*reset=*/ 31); // Connect RD pin with 3.3V +//U8G2_IST3020_ERC19264_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_LC7981_160X80_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND +//U8G2_LC7981_160X160_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND +//U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND +//U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND +//U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 +//U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E +//U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 +//U8G2_RA8835_NHD_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E +//U8G2_UC1601_128X32_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_UC1601_128X32_1_3W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8G2_UC1604_JLX19264_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_UC1604_JLX19264_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_UC1608_ERC24064_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due ERC24064-1 Test Setup +//U8G2_UC1608_ERC240120_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8G2_UC1608_240X128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due ERC24064-1 Test Setup +//U8G2_UC1610_EA_DOGXL160_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); +//U8G2_UC1610_EA_DOGXL160_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); +//U8G2_UC1611_EA_DOGM240_1_2ND_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8); // Due, 2nd I2C, DOGM240 Test Board +//U8G2_UC1611_EA_DOGM240_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due DOGXL240 Test Board +//U8G2_UC1611_EA_DOGXL240_1_2ND_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8); // Due, 2nd I2C, DOGXL240 Test Board +//U8G2_UC1611_EA_DOGXL240_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due DOGXL240 Test Board +//U8G2_UC1611_EW50850_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 3, /*dc=*/ 16, /*reset=*/ 16); // 240x160, Connect RD/WR1 pin with 3.3V, CS is aktive high +//U8G2_UC1638_160X128_1_4W_HW_SPI u8g2(U8G2_R2, /* cs=*/ 2, /* dc=*/ 3, /* reset=*/ 4); // Not tested +//U8G2_SSD1606_172X72_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display +//U8G2_SSD1607_200X200_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display, original LUT from embedded artists +//U8G2_SSD1607_GD_200X200_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Good Display +//U8G2_IL3820_296X128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // WaveShare 2.9 inch eInk/ePaper Display, enable 16 bit mode for this display! +//U8G2_IL3820_V2_296X128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // ePaper Display, lesser flickering and faster speed, enable 16 bit mode for this display! +//U8G2_LS013B7DH03_128X128_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ U8X8_PIN_NONE, /* reset=*/ 8); // there is no DC line for this display +//U8G2_LS027B7DH01_400X240_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ U8X8_PIN_NONE, /* reset=*/ 8); // there is no DC line for this display +//U8G2_LS013B7DH05_144X168_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ U8X8_PIN_NONE, /* reset=*/ 8); // there is no DC line for this display + + + + +// End of constructor list + + +// This example shows a scrolling text. +// If U8G2_16BIT is not set (default), then the pixel width of the text must be lesser than 128 +// If U8G2_16BIT is set, then the pixel width an be up to 32000 + + +u8g2_uint_t offset; // current offset for the scrolling text +u8g2_uint_t width; // pixel width of the scrolling text (must be lesser than 128 unless U8G2_16BIT is defined +const char *text = "U8g2 "; // scroll this text from right to left + + +void setup(void) { + + /* U8g2 Project: SSD1306 Test Board */ + //pinMode(10, OUTPUT); + //pinMode(9, OUTPUT); + //digitalWrite(10, 0); + //digitalWrite(9, 0); + + /* U8g2 Project: T6963 Test Board */ + //pinMode(18, OUTPUT); + //digitalWrite(18, 1); + + /* U8g2 Project: KS0108 Test Board */ + //pinMode(16, OUTPUT); + //digitalWrite(16, 0); + + u8g2.begin(); + + u8g2.setFont(u8g2_font_helvB18_tr); // set the target font to calculate the pixel width + + width = u8g2.getUTF8Width(text); // calculate the pixel width of the text + + u8g2.setFontMode(0); // enable transparent mode, which is faster + + // draw the constant part of the screen + // this will not be overwritten later + u8g2.firstPage(); + do { + u8g2.drawUTF8(18, 20, "[ U8g2 ]"); // This part will stay constantly on the screen + } while ( u8g2.nextPage() ); + +} + +void drawText(void) { + u8g2_uint_t x = offset; + do { // repeated drawing of the scrolling text... + u8g2.drawUTF8(x, 19, text); // draw the scolling text + x += width; // add the pixel width of the scrolling text + } while( x < u8g2.getDisplayWidth() ); // draw again until the complete display is filled +} + + +void loop(void) { + int i; + + // write the scrolling text to the lower part of the display + for( i = 0; i < 3; i++ ) + { + // draw to lines 0...23 (3*8-1) + // draw to the upper part of the screen + u8g2.setBufferCurrTileRow(i); + u8g2.clearBuffer(); + drawText(); + + // but write the buffer to the lower part (offset 4*8 = 32) + u8g2.setBufferCurrTileRow(4+i); + u8g2.sendBuffer(); + } + + + // calculate the new offset for the scrolling + offset-=1; // scroll by one pixel + if ( (u8g2_uint_t)offset < (u8g2_uint_t)-width ) + offset = 0; // start over again + + delay(10); // do some small delay +} + diff --git a/examples/page_buffer/Weather/Weather.ino b/examples/page_buffer/Weather/Weather.ino index 651d215f..100493ea 100644 --- a/examples/page_buffer/Weather/Weather.ino +++ b/examples/page_buffer/Weather/Weather.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/XBM/XBM.ino b/examples/page_buffer/XBM/XBM.ino index 0c872c8e..1ce18cde 100644 --- a/examples/page_buffer/XBM/XBM.ino +++ b/examples/page_buffer/XBM/XBM.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/page_buffer/XORTest/XORTest.ino b/examples/page_buffer/XORTest/XORTest.ino index c742f186..d3360b9b 100644 --- a/examples/page_buffer/XORTest/XORTest.ino +++ b/examples/page_buffer/XORTest/XORTest.ino @@ -197,9 +197,11 @@ //U8G2_LC7981_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_LC7981_240X64_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! -//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND -//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_256X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_160X80_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND +//U8G2_T6963_128X64_ALT_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable/wr=*/ 17, /*cs/ce=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RD with +5V, FS0 and FS1 with GND //U8G2_SED1330_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 //U8G2_SED1330_240X128_1_6800 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // A0 is dc pin, /WR = RW = GND, enable is /RD = E //U8G2_RA8835_NHD_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 17, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect /RD = E with +5V, enable is /WR = RW, FG with GND, 14=Uno Pin A0 diff --git a/examples/u8x8/16x16Font/16x16Font.ino b/examples/u8x8/16x16Font/16x16Font.ino new file mode 100644 index 00000000..a02ac4fe --- /dev/null +++ b/examples/u8x8/16x16Font/16x16Font.ino @@ -0,0 +1,219 @@ +/* + + 16x16Font.ino + + Demonstration for 16x16 pixel fonts. + Several fonts are included in the example. + + Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/) + + Copyright (c) 2016, olikraus@gmail.com + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list + of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +*/ + +#include +#include + +#ifdef U8X8_HAVE_HW_SPI +#include +#endif + +// Please UNCOMMENT one of the contructor lines below +// U8x8 Contructor List +// The complete list is available here: https://github.com/olikraus/u8g2/wiki/u8x8setupcpp +// Please update the pin numbers according to your setup. Use U8X8_PIN_NONE if the reset pin is not connected +//U8X8_NULL u8x8; // null device, a 8x8 pixel display which does nothing +//U8X8_SSD1306_128X64_NONAME_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 6, /* dc=*/ 4, /* reset=*/ 12); // Arduboy (DevKit) +//U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 12, /* dc=*/ 4, /* reset=*/ 6); // Arduboy 10 (Production, Kickstarter Edition) +//U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1306_128X64_NONAME_3W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8X8_SSD1306_128X64_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_SSD1306_128X64_ALT0_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem +//U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ 2, /* data=*/ 0, /* reset=*/ U8X8_PIN_NONE); // Digispark ATTiny85 +//U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // OLEDs without Reset of the Display +//U8X8_SSD1306_128X64_VCOMH0_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range +//U8X8_SSD1306_128X64_ALT0_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but may solve the "every 2nd line skipped" problem +//U8X8_SH1106_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SH1106_128X64_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_SH1106_128X64_VCOMH0_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range +//U8X8_SH1106_128X64_WINSTAR_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but uses updated SH1106 init sequence +//U8X8_SH1106_72X40_WISE_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SH1107_64X128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SH1107_128X128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SH1107_128X128_HW_I2C u8x8(/* reset=*/ 8); +//U8X8_SH1107_SEEED_96X96_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SH1108_160X160_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1306_128X32_UNIVISION_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // Adafruit Feather ESP8266/32u4 Boards + FeatherWing OLED +//U8X8_SSD1306_128X32_UNIVISION_SW_I2C u8x8(/* clock=*/ 21, /* data=*/ 20, /* reset=*/ U8X8_PIN_NONE); // Adafruit Feather M0 Basic Proto + FeatherWing OLED +//U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); // Adafruit ESP8266/32u4/ARM Boards + FeatherWing OLED +//U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE, /* clock=*/ SCL, /* data=*/ SDA); // pin remapping with ESP8266 HW I2C +//U8X8_SSD1306_64X48_ER_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); // EastRising 0.66" OLED breakout board, Uno: A4=SDA, A5=SCL, 5V powered +//U8X8_SSD1306_48X64_WINSTAR_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_SSD1306_64X32_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_SSD1306_64X32_1F_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_SSD1306_96X16_ER_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); // EastRising 0.69" +//U8X8_SSD1306_128X64_NONAME_6800 u8x8(13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); +//U8X8_SSD1306_128X64_NONAME_8080 u8x8(13, 11, 2, 3, 4, 5, 6, A4, /*enable=*/ 7, /*cs=*/ 10, /*dc=*/ 9, /*reset=*/ 8); +//U8X8_SSD1309_128X64_NONAME0_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1309_128X64_NONAME0_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1309_128X64_NONAME2_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1309_128X64_NONAME2_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1317_96X96_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1317_96X96_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1322_NHD_256X64_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1322_NHD_256X64_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1322_NHD_128X64_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1322_NHD_128X64_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1325_NHD_128X64_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1325_NHD_128X64_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD0323_OS128064_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD0323_OS128064_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1326_ER_256X32_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // experimental driver for ER-OLED018-1 +//U8X8_SSD1327_SEEED_96X96_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // Seeedstudio Grove OLED 96x96 +//U8X8_SSD1327_SEEED_96X96_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); // Seeedstudio Grove OLED 96x96 +//U8X8_SSD1327_EA_W128128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1327_EA_W128128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1327_MIDAS_128X128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1327_MIDAS_128X128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1329_128X96_NONAME_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1329_128X96_NONAME_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X32_NONAME_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X32_NONAME_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X32_ADAFRUIT_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X32_ADAFRUIT_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X64_ADAFRUIT_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_SSD1305_128X64_ADAFRUIT_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_KS0108_128X64 u8x8(8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*dc=*/ 17, /*cs0=*/ 14, /*cs1=*/ 15, /*cs2=*/ U8X8_PIN_NONE, /* reset=*/ U8X8_PIN_NONE); // Set R/W to low! +//U8X8_KS0108_ERM19264 u8x8(8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*dc=*/ 17, /*cs0=*/ 14, /*cs1=*/ 15, /*cs2=*/ 16, /* reset=*/ U8X8_PIN_NONE); // Set R/W to low! +//U8X8_UC1701_EA_DOGS102_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1701_EA_DOGS102_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_PCD8544_84X48_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Nokia 5110 Display +//U8X8_PCD8544_84X48_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Nokia 5110 Display +//U8X8_PCF8812_96X65_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Could be also PCF8814 +//U8X8_PCF8812_96X65_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Could be also PCF8814 +//U8X8_HX1230_96X68_3W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8X8_HX1230_96X68_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_EA_DOGM128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_EA_DOGM128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_64128N_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_64128N_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_EA_DOGM132_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); // DOGM132 Shield +//U8X8_ST7565_EA_DOGM132_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); // DOGM132 Shield +//U8X8_ST7565_ZOLEN_128X64_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_ZOLEN_128X64_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_LM6059_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Adafruit ST7565 GLCD +//U8X8_ST7565_LM6059_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Adafruit ST7565 GLCD +//U8X8_ST7565_LX12864_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_LX12864_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_ERC12864_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_ERC12864_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_NHD_C12832_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_NHD_C12832_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_NHD_C12864_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_NHD_C12864_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_JLX12864_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7565_JLX12864_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_PI_132X64_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); // Pax Instruments Shield, LCD_BL=6 +//U8X8_ST7567_PI_132X64_4W_HW_SPI u8x8(/* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); // Pax Instruments Shield, LCD_BL=6 +//U8X8_ST7567_JLX12864_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_JLX12864_4W_HW_SPI u8x8(/* cs=*/ 7, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_ENH_DG128064_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_ENH_DG128064_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_ENH_DG128064I_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_ENH_DG128064I_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7567_64X32_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); +//U8X8_ST75256_JLX172104_4W_SW_SPI u8x8( /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX172104_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX256128_4W_SW_SPI u8x8( /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX256128_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX256160_4W_SW_SPI u8x8( /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX256160_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX240160_4W_SW_SPI u8x8( /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX240160_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST75256_JLX25664_2ND_HW_I2C u8x8(/* reset=*/ 8); // Due, 2nd I2C +//U8X8_NT7534_TG12864R_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_NT7534_TG12864R_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_ST7588_JLX12864_SW_I2C u8x8(/* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ 5); +//U8X8_ST7588_JLX12864_HW_I2C u8x8(/* reset=*/ 5); +//U8X8_IST3020_ERC19264_6800 u8x8(44, 43, 42, 41, 40, 39, 38, 37, /*enable=*/ 28, /*cs=*/ 32, /*dc=*/ 30, /*reset=*/ 31); // Connect WR pin with GND +//U8X8_IST3020_ERC19264_8080 u8x8(44, 43, 42, 41, 40, 39, 38, 37, /*enable=*/ 29, /*cs=*/ 32, /*dc=*/ 30, /*reset=*/ 31); // Connect RD pin with 3.3V +//U8X8_IST3020_ERC19264_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1601_128X32_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1601_128X32_3W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* reset=*/ 8); +//U8X8_UC1604_JLX19264_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1604_JLX19264_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1608_ERC24064_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Due, SW SPI, ERC24064-1 Test Board +//U8X8_UC1608_ERC240120_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1608_240X128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); +//U8X8_UC1610_EA_DOGXL160_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); +//U8X8_UC1610_EA_DOGXL160_4W_HW_SPI u8x8(/* cs=*/ 10, /* dc=*/ 9, /* reset=*/ U8X8_PIN_NONE); +//U8X8_UC1611_EA_DOGM240_2ND_HW_I2C u8x8(/* reset=*/ 8); // Due, 2nd I2C, DOGM240 Test Board +//U8X8_UC1611_EA_DOGM240_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due DOGXL240 Test Board +//U8X8_UC1611_EA_DOGXL240_2ND_HW_I2C u8x8(/* reset=*/ 8); // Due, 2nd I2C, DOGXL240 Test Board +//U8X8_UC1611_EA_DOGXL240_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // SW SPI, Due DOGXL240 Test Board +//U8X8_UC1611_EW50850_8080 u8x8(8, 9, 10, 11, 4, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 3, /*dc=*/ 16, /*reset=*/ 16); // 240x160, Connect RD/WR1 pin with 3.3V, CS is aktive high +//U8X8_UC1638_160X128_4W_HW_SPI u8x8(/* cs=*/ 2, /* dc=*/ 3, /* reset=*/ 4); // Not tested +//U8X8_SSD1606_172X72_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display +//U8X8_SSD1607_200X200_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display, original LUT from embedded artists +//U8X8_SSD1607_GS_200X200_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // Good Display +//U8X8_IL3820_296X128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display, original LUT +//U8X8_IL3820_V2_296X128_4W_SW_SPI u8x8(/* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // eInk/ePaper Display, optimized (lesser screen flicker) + + +// End of constructor list + + + +void setup(void) +{ + /* U8g2 Project: SSD1306 Test Board */ + //pinMode(10, OUTPUT); + //pinMode(9, OUTPUT); + //digitalWrite(10, 0); + //digitalWrite(9, 0); + + /* U8g2 Project: KS0108 Test Board */ + //pinMode(16, OUTPUT); + //digitalWrite(16, 0); + + u8x8.begin(); + +} + +void loop(void) +{ + u8x8.setFont(u8x8_font_px437wyse700a_2x2_r); + u8x8.drawString(0, 0, "ABC defg"); + + u8x8.setFont(u8x8_font_px437wyse700b_2x2_r); + u8x8.drawString(0, 2, "ABC defg"); + + u8x8.refreshDisplay(); // only required for SSD1606/7 + delay(2000); +} diff --git a/examples/u8x8/GraphicsTest/GraphicsTest.ino b/examples/u8x8/GraphicsTest/GraphicsTest.ino index b866900b..31729e89 100644 --- a/examples/u8x8/GraphicsTest/GraphicsTest.ino +++ b/examples/u8x8/GraphicsTest/GraphicsTest.ino @@ -269,7 +269,7 @@ void loop(void) u8x8.setCursor(3,2); u8x8.print(i); u8x8.print(" "); - delay(200); + delay(150); } draw_bar(0, 1); @@ -289,7 +289,7 @@ void loop(void) { draw_ascii_row(r, (r-1+d)*u8x8.getCols() + 32); } - delay(800); + delay(400); } draw_bar(u8x8.getCols()-1, 1); @@ -303,9 +303,42 @@ void loop(void) pre(); u8x8.drawString(0, 2, "Small"); - u8x8.draw2x2String(0, 5, "Big"); + u8x8.draw2x2String(0, 5, "Scale Up"); delay(3000); + pre(); + u8x8.drawString(0, 2, "Small"); + u8x8.setFont(u8x8_font_px437wyse700b_2x2_r); + u8x8.drawString(0, 5, "2x2 Font"); + delay(3000); + + pre(); + u8x8.drawString(0, 1, "3x6 Font"); + u8x8.setFont(u8x8_font_inb33_3x6_n); + for(i = 0; i < 200; i++ ) + { + u8x8.drawString(0, 2, u8x8_u16toa(i, 5)); + delay(10); + } + + pre(); + u8x8.drawString(0, 2, "Weather"); + u8x8.setFont(u8x8_font_open_iconic_weather_4x4); + for(c = 0; c < 6; c++ ) + { + u8x8.drawGlyph(0, 4, '@'+c); + delay(300); + } + + + pre(); + u8x8.print("print \\n\n"); + delay(500); + u8x8.println("println"); + delay(500); + u8x8.println("done"); + delay(1500); + pre(); u8x8.fillDisplay(); for( r = 0; r < u8x8.getRows(); r++ ) @@ -315,13 +348,5 @@ void loop(void) } delay(1000); - pre(); - u8x8.print("print \\n\n"); - delay(500); - u8x8.println("println"); - delay(500); - u8x8.println("done"); - delay(1500); - } diff --git a/extras/ChangeLog b/extras/ChangeLog index ebc1337f..da512b89 100644 --- a/extras/ChangeLog +++ b/extras/ChangeLog @@ -209,4 +209,5 @@ https://github.com/olikraus/u8g2 ChangeLog * Improved speed for I2C with SSD1306 controller: 4% faster now (issue 735) * Fixed code problems (issues 766 and 754) * Added battery and emoticons (issue 747) + * New U8x8 font format, added large U8x8 fonts (issue 771) diff --git a/keywords.txt b/keywords.txt index 54083525..d2c07038 100644 --- a/keywords.txt +++ b/keywords.txt @@ -281,6 +281,18 @@ u8g2_font_10x20_me LITERAL1 u8g2_font_10x20_t_greek LITERAL1 u8g2_font_10x20_t_cyrillic LITERAL1 u8g2_font_10x20_t_arabic LITERAL1 +u8x8_font_8x13_1x2_f LITERAL1 +u8x8_font_8x13_1x2_r LITERAL1 +u8x8_font_8x13_1x2_n LITERAL1 +u8x8_font_8x13B_1x2_f LITERAL1 +u8x8_font_8x13B_1x2_r LITERAL1 +u8x8_font_8x13B_1x2_n LITERAL1 +u8x8_font_7x14_1x2_f LITERAL1 +u8x8_font_7x14_1x2_r LITERAL1 +u8x8_font_7x14_1x2_n LITERAL1 +u8x8_font_7x14B_1x2_f LITERAL1 +u8x8_font_7x14B_1x2_r LITERAL1 +u8x8_font_7x14B_1x2_n LITERAL1 u8g2_font_siji_t_6x10 LITERAL1 u8g2_font_tom_thumb_4x6_t_all LITERAL1 u8g2_font_tom_thumb_4x6_tf LITERAL1 @@ -466,6 +478,12 @@ u8g2_font_open_iconic_text_2x_t LITERAL1 u8g2_font_open_iconic_thing_2x_t LITERAL1 u8g2_font_open_iconic_weather_2x_t LITERAL1 u8g2_font_open_iconic_www_2x_t LITERAL1 +u8x8_font_open_iconic_arrow_2x2 LITERAL1 +u8x8_font_open_iconic_check_2x2 LITERAL1 +u8x8_font_open_iconic_embedded_2x2 LITERAL1 +u8x8_font_open_iconic_play_2x2 LITERAL1 +u8x8_font_open_iconic_thing_2x2 LITERAL1 +u8x8_font_open_iconic_weather_2x2 LITERAL1 u8g2_font_open_iconic_all_4x_t LITERAL1 u8g2_font_open_iconic_app_4x_t LITERAL1 u8g2_font_open_iconic_arrow_4x_t LITERAL1 @@ -481,6 +499,12 @@ u8g2_font_open_iconic_text_4x_t LITERAL1 u8g2_font_open_iconic_thing_4x_t LITERAL1 u8g2_font_open_iconic_weather_4x_t LITERAL1 u8g2_font_open_iconic_www_4x_t LITERAL1 +u8x8_font_open_iconic_arrow_4x4 LITERAL1 +u8x8_font_open_iconic_check_4x4 LITERAL1 +u8x8_font_open_iconic_embedded_4x4 LITERAL1 +u8x8_font_open_iconic_play_4x4 LITERAL1 +u8x8_font_open_iconic_thing_4x4 LITERAL1 +u8x8_font_open_iconic_weather_4x4 LITERAL1 u8g2_font_open_iconic_all_6x_t LITERAL1 u8g2_font_open_iconic_app_6x_t LITERAL1 u8g2_font_open_iconic_arrow_6x_t LITERAL1 @@ -511,6 +535,12 @@ u8g2_font_open_iconic_text_8x_t LITERAL1 u8g2_font_open_iconic_thing_8x_t LITERAL1 u8g2_font_open_iconic_weather_8x_t LITERAL1 u8g2_font_open_iconic_www_8x_t LITERAL1 +u8x8_font_open_iconic_arrow_8x8 LITERAL1 +u8x8_font_open_iconic_check_8x8 LITERAL1 +u8x8_font_open_iconic_embedded_8x8 LITERAL1 +u8x8_font_open_iconic_play_8x8 LITERAL1 +u8x8_font_open_iconic_thing_8x8 LITERAL1 +u8x8_font_open_iconic_weather_8x8 LITERAL1 u8g2_font_profont10_tf LITERAL1 u8g2_font_profont10_tr LITERAL1 u8g2_font_profont10_tn LITERAL1 @@ -553,6 +583,9 @@ u8g2_font_profont29_tn LITERAL1 u8g2_font_profont29_mf LITERAL1 u8g2_font_profont29_mr LITERAL1 u8g2_font_profont29_mn LITERAL1 +u8x8_font_profont29_2x3_f LITERAL1 +u8x8_font_profont29_2x3_r LITERAL1 +u8x8_font_profont29_2x3_n LITERAL1 u8g2_font_samim_10_t_all LITERAL1 u8g2_font_samim_12_t_all LITERAL1 u8g2_font_samim_14_t_all LITERAL1 @@ -636,6 +669,9 @@ u8g2_font_guildenstern_nbp_t_all LITERAL1 u8g2_font_astragal_nbp_tf LITERAL1 u8g2_font_astragal_nbp_tr LITERAL1 u8g2_font_astragal_nbp_tn LITERAL1 +u8x8_font_shylock_nbp_1x2_f LITERAL1 +u8x8_font_shylock_nbp_1x2_r LITERAL1 +u8x8_font_shylock_nbp_1x2_n LITERAL1 u8g2_font_etl14thai_t LITERAL1 u8g2_font_etl16thai_t LITERAL1 u8g2_font_etl24thai_t LITERAL1 @@ -917,6 +953,18 @@ u8g2_font_courR18_tn LITERAL1 u8g2_font_courR24_tf LITERAL1 u8g2_font_courR24_tr LITERAL1 u8g2_font_courR24_tn LITERAL1 +u8x8_font_courB18_2x3_f LITERAL1 +u8x8_font_courB18_2x3_r LITERAL1 +u8x8_font_courB18_2x3_n LITERAL1 +u8x8_font_courR18_2x3_f LITERAL1 +u8x8_font_courR18_2x3_r LITERAL1 +u8x8_font_courR18_2x3_n LITERAL1 +u8x8_font_courB24_3x4_f LITERAL1 +u8x8_font_courB24_3x4_r LITERAL1 +u8x8_font_courB24_3x4_n LITERAL1 +u8x8_font_courR24_3x4_f LITERAL1 +u8x8_font_courR24_3x4_r LITERAL1 +u8x8_font_courR24_3x4_n LITERAL1 u8g2_font_helvB08_tf LITERAL1 u8g2_font_helvB08_tr LITERAL1 u8g2_font_helvB08_tn LITERAL1 @@ -1089,6 +1137,12 @@ u8g2_font_lucasarts_scumm_subtitle_o_tn LITERAL1 u8g2_font_lucasarts_scumm_subtitle_r_tf LITERAL1 u8g2_font_lucasarts_scumm_subtitle_r_tr LITERAL1 u8g2_font_lucasarts_scumm_subtitle_r_tn LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_o_2x2_f LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_o_2x2_r LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_o_2x2_n LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_r_2x2_f LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_r_2x2_r LITERAL1 +u8x8_font_lucasarts_scumm_subtitle_r_2x2_n LITERAL1 u8g2_font_fub11_tf LITERAL1 u8g2_font_fub11_tr LITERAL1 u8g2_font_fub11_tn LITERAL1 @@ -1231,6 +1285,15 @@ u8g2_font_inr53_mr LITERAL1 u8g2_font_inr53_mn LITERAL1 u8g2_font_inr57_mn LITERAL1 u8g2_font_inr62_mn LITERAL1 +u8x8_font_inr21_2x4_f LITERAL1 +u8x8_font_inr21_2x4_r LITERAL1 +u8x8_font_inr21_2x4_n LITERAL1 +u8x8_font_inr33_3x6_f LITERAL1 +u8x8_font_inr33_3x6_r LITERAL1 +u8x8_font_inr33_3x6_n LITERAL1 +u8x8_font_inr46_4x8_f LITERAL1 +u8x8_font_inr46_4x8_r LITERAL1 +u8x8_font_inr46_4x8_n LITERAL1 u8g2_font_inb16_mf LITERAL1 u8g2_font_inb16_mr LITERAL1 u8g2_font_inb16_mn LITERAL1 @@ -1269,6 +1332,15 @@ u8g2_font_inb53_mr LITERAL1 u8g2_font_inb53_mn LITERAL1 u8g2_font_inb57_mn LITERAL1 u8g2_font_inb63_mn LITERAL1 +u8x8_font_inb21_2x4_f LITERAL1 +u8x8_font_inb21_2x4_r LITERAL1 +u8x8_font_inb21_2x4_n LITERAL1 +u8x8_font_inb33_3x6_f LITERAL1 +u8x8_font_inb33_3x6_r LITERAL1 +u8x8_font_inb33_3x6_n LITERAL1 +u8x8_font_inb46_4x8_f LITERAL1 +u8x8_font_inb46_4x8_r LITERAL1 +u8x8_font_inb46_4x8_n LITERAL1 u8g2_font_logisoso16_tf LITERAL1 u8g2_font_logisoso16_tr LITERAL1 u8g2_font_logisoso16_tn LITERAL1 @@ -1390,3 +1462,9 @@ u8g2_font_px437wyse700b_tn LITERAL1 u8g2_font_px437wyse700b_mf LITERAL1 u8g2_font_px437wyse700b_mr LITERAL1 u8g2_font_px437wyse700b_mn LITERAL1 +u8x8_font_px437wyse700a_2x2_f LITERAL1 +u8x8_font_px437wyse700a_2x2_r LITERAL1 +u8x8_font_px437wyse700a_2x2_n LITERAL1 +u8x8_font_px437wyse700b_2x2_f LITERAL1 +u8x8_font_px437wyse700b_2x2_r LITERAL1 +u8x8_font_px437wyse700b_2x2_n LITERAL1 diff --git a/library.properties b/library.properties index 5cd207d3..9905d4ff 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=U8g2 -version=2.25.2 +version=2.25.3 author=oliver maintainer=oliver sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7565, ST7567, ST7588, ST75256, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel. diff --git a/src/U8g2lib.h b/src/U8g2lib.h index 318edf8a..64a00d7c 100644 --- a/src/U8g2lib.h +++ b/src/U8g2lib.h @@ -175,6 +175,10 @@ class U8G2 : public Print // this should be renamed to setBufferAutoClear void setAutoPageClear(uint8_t mode) { u8g2_SetAutoPageClear(&u8g2, mode); } + + void updateDisplayArea(uint8_t tx, uint8_t ty, uint8_t tw, uint8_t th) + { u8g2_UpdateDisplayArea(&u8g2, tx, ty, tw, th); } + /* clib/u8g2.hvline.c */ void setDrawColor(uint8_t color_index) { u8g2_SetDrawColor(&u8g2, color_index); } @@ -11059,18 +11063,36 @@ class U8G2_T6963_128X64_1_8080 : public U8G2 { u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); } }; +class U8G2_T6963_128X64_ALT_1_8080 : public U8G2 { + public: U8G2_T6963_128X64_ALT_1_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { + u8g2_Setup_t6963_128x64_alt_1(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); + u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); + } +}; class U8G2_T6963_128X64_2_8080 : public U8G2 { public: U8G2_T6963_128X64_2_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { u8g2_Setup_t6963_128x64_2(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); } }; +class U8G2_T6963_128X64_ALT_2_8080 : public U8G2 { + public: U8G2_T6963_128X64_ALT_2_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { + u8g2_Setup_t6963_128x64_alt_2(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); + u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); + } +}; class U8G2_T6963_128X64_F_8080 : public U8G2 { public: U8G2_T6963_128X64_F_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { u8g2_Setup_t6963_128x64_f(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); } }; +class U8G2_T6963_128X64_ALT_F_8080 : public U8G2 { + public: U8G2_T6963_128X64_ALT_F_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { + u8g2_Setup_t6963_128x64_alt_f(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); + u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); + } +}; class U8G2_T6963_160X80_1_8080 : public U8G2 { public: U8G2_T6963_160X80_1_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() { u8g2_Setup_t6963_160x80_1(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); diff --git a/src/U8x8lib.cpp b/src/U8x8lib.cpp index ab1c81ca..e87abd93 100644 --- a/src/U8x8lib.cpp +++ b/src/U8x8lib.cpp @@ -713,7 +713,8 @@ extern "C" uint8_t u8x8_byte_arduino_hw_spi(u8x8_t *u8x8, uint8_t msg, uint8_t a break; case U8X8_MSG_BYTE_INIT: - u8x8->bus_clock = u8x8->display_info->sck_clock_hz; + if ( u8x8->bus_clock == 0 ) /* issue 769 */ + u8x8->bus_clock = u8x8->display_info->sck_clock_hz; /* disable chipselect */ u8x8_gpio_SetCS(u8x8, u8x8->display_info->chip_disable_level); @@ -832,7 +833,8 @@ extern "C" uint8_t u8x8_byte_arduino_2nd_hw_spi(U8X8_UNUSED u8x8_t *u8x8, U8X8_U break; case U8X8_MSG_BYTE_INIT: - u8x8->bus_clock = u8x8->display_info->sck_clock_hz; + if ( u8x8->bus_clock == 0 ) /* issue 769 */ + u8x8->bus_clock = u8x8->display_info->sck_clock_hz; /* disable chipselect */ u8x8_gpio_SetCS(u8x8, u8x8->display_info->chip_disable_level); /* no wait required here */ @@ -1135,7 +1137,8 @@ extern "C" uint8_t u8x8_byte_arduino_hw_i2c(U8X8_UNUSED u8x8_t *u8x8, U8X8_UNUSE Wire.write((uint8_t *)arg_ptr, (int)arg_int); break; case U8X8_MSG_BYTE_INIT: - u8x8->bus_clock = u8x8->display_info->i2c_bus_clock_100kHz * 100000UL; + if ( u8x8->bus_clock == 0 ) /* issue 769 */ + u8x8->bus_clock = u8x8->display_info->i2c_bus_clock_100kHz * 100000UL; #if defined(ESP8266) || defined(ARDUINO_ARCH_ESP8266) || defined(ESP_PLATFORM) || defined(ARDUINO_ARCH_ESP32) /* for ESP8266/ESP32, Wire.begin has two more arguments: clock and data */ if ( u8x8->pins[U8X8_PIN_I2C_CLOCK] != U8X8_PIN_NONE && u8x8->pins[U8X8_PIN_I2C_DATA] != U8X8_PIN_NONE ) @@ -1180,7 +1183,8 @@ extern "C" uint8_t u8x8_byte_arduino_2nd_hw_i2c(U8X8_UNUSED u8x8_t *u8x8, U8X8_U Wire1.write((uint8_t *)arg_ptr, (int)arg_int); break; case U8X8_MSG_BYTE_INIT: - u8x8->bus_clock = u8x8->display_info->i2c_bus_clock_100kHz * 100000UL; + if ( u8x8->bus_clock == 0 ) /* issue 769 */ + u8x8->bus_clock = u8x8->display_info->i2c_bus_clock_100kHz * 100000UL; Wire1.begin(); break; case U8X8_MSG_BYTE_SET_DC: diff --git a/src/U8x8lib.h b/src/U8x8lib.h index 46cf1055..b9168e57 100644 --- a/src/U8x8lib.h +++ b/src/U8x8lib.h @@ -111,6 +111,9 @@ /* As of writing this, I did not found any official board which supports this */ /* so this is not tested (May 2017), issue #224 */ /* fixed ifdef, #410, #377 */ +/* meanwhile it is defined e.g. here: https://github.com/arduino/ArduinoCore-samd/blob/master/variants/mkrzero/variant.h#L91 */ +/* so it should be available for mkrzero */ + #ifdef SPI_INTERFACES_COUNT #if SPI_INTERFACES_COUNT > 1 #define U8X8_HAVE_2ND_HW_SPI @@ -3941,6 +3944,12 @@ class U8X8_T6963_128X64_8080 : public U8X8 { u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); } }; +class U8X8_T6963_128X64_ALT_8080 : public U8X8 { + public: U8X8_T6963_128X64_ALT_8080(uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8X8() { + u8x8_Setup(getU8x8(), u8x8_d_t6963_128x64_alt, u8x8_cad_100, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); + u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset); + } +}; class U8X8_T6963_160X80_8080 : public U8X8 { public: U8X8_T6963_160X80_8080(uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8X8() { u8x8_Setup(getU8x8(), u8x8_d_t6963_160x80, u8x8_cad_100, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino); diff --git a/src/clib/u8g2.h b/src/clib/u8g2.h index 4e999f21..c7ba45e9 100644 --- a/src/clib/u8g2.h +++ b/src/clib/u8g2.h @@ -283,7 +283,7 @@ struct u8g2_struct /* dimension of the buffer in pixel */ u8g2_uint_t pixel_buf_width; /* equal to tile_buf_width*8 */ - u8g2_uint_t pixel_buf_height; /* u8g2.display_info->tile_width*8 */ + u8g2_uint_t pixel_buf_height; /* tile_buf_height*8 */ u8g2_uint_t pixel_curr_row; /* u8g2.tile_curr_row*8 */ /* the following variables are set by the update dimension callback */ @@ -979,8 +979,11 @@ void u8g2_Setup_t6963_256x64_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg void u8g2_Setup_t6963_256x64_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_256x64_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_128x64_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); +void u8g2_Setup_t6963_128x64_alt_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_128x64_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); +void u8g2_Setup_t6963_128x64_alt_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_128x64_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); +void u8g2_Setup_t6963_128x64_alt_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_160x80_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_160x80_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); void u8g2_Setup_t6963_160x80_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb); @@ -1048,6 +1051,9 @@ uint8_t u8g2_NextPage(u8g2_t *u8g2); #define u8g2_GetPageCurrTileRow(u8g2) ((u8g2)->tile_curr_row) #define u8g2_GetBufferCurrTileRow(u8g2) ((u8g2)->tile_curr_row) +void u8g2_UpdateDisplayArea(u8g2_t *u8g2, uint8_t tx, uint8_t ty, uint8_t tw, uint8_t th); + + /*==========================================*/ /* u8g2_ll_hvline.c */ /* @@ -1203,6 +1209,7 @@ uint8_t u8g2_UserInterfaceInputValue(u8g2_t *u8g2, const char *title, const char /* u8x8_d_sdl_128x64.c */ void u8g2_SetupBuffer_SDL_128x64(u8g2_t *u8g2, const u8g2_cb_t *u8g2_cb); void u8g2_SetupBuffer_SDL_128x64_4(u8g2_t *u8g2, const u8g2_cb_t *u8g2_cb); +void u8g2_SetupBuffer_SDL_128x64_1(u8g2_t *u8g2, const u8g2_cb_t *u8g2_cb); /*==========================================*/ /* u8x8_d_tga.c */ diff --git a/src/clib/u8g2_buffer.c b/src/clib/u8g2_buffer.c index 87f16888..ed8f7632 100644 --- a/src/clib/u8g2_buffer.c +++ b/src/clib/u8g2_buffer.c @@ -131,3 +131,46 @@ uint8_t u8g2_NextPage(u8g2_t *u8g2) u8g2_SetBufferCurrTileRow(u8g2, row); return 1; } + + + +/*============================================*/ +/* + Description: + Update a sub area of the display, given by tile position, width and height. + The arguments are "tile" coordinates. Any u8g2 rotation is ignored. + This procedure only checks whether full buffer mode is active. + There is no error checking for the arguments: It is the responsibility of the + user to ensure, that the provided arguments are correct. + + Limitations: + - Only available in full buffer mode + - Tile positions and sizes (pixel position divided by 8) + - Any display rotation/mirror is ignored + - Only works with displays, which support U8x8 API + - Will not send the e-paper refresh message (will probably not work with e-paper devices) +*/ +void u8g2_UpdateDisplayArea(u8g2_t *u8g2, uint8_t tx, uint8_t ty, uint8_t tw, uint8_t th) +{ + uint16_t page_size; + uint8_t *ptr; + + /* check, whether we are in full buffer mode */ + if ( u8g2->tile_buf_height != u8g2_GetU8x8(u8g2)->display_info->tile_height ) + return; /* not in full buffer mode, do nothing */ + + page_size = u8g2->pixel_buf_width; /* 8*u8g2->u8g2_GetU8x8(u8g2)->display_info->tile_width */ + + ptr = u8g2_GetBufferPtr(u8g2); + ptr += tx*8; + ptr += page_size*ty; + + while( th > 0 ) + { + u8x8_DrawTile( u8g2_GetU8x8(u8g2), tx, ty, tw, ptr ); + ptr += page_size; + ty++; + th--; + } +} + diff --git a/src/clib/u8g2_d_setup.c b/src/clib/u8g2_d_setup.c index f06a406f..d61b49b8 100644 --- a/src/clib/u8g2_d_setup.c +++ b/src/clib/u8g2_d_setup.c @@ -3893,6 +3893,14 @@ void u8g2_Setup_t6963_128x64_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg buf = u8g2_m_16_8_1(&tile_buf_height); u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); } +void u8g2_Setup_t6963_128x64_alt_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) +{ + uint8_t tile_buf_height; + uint8_t *buf; + u8g2_SetupDisplay(u8g2, u8x8_d_t6963_128x64_alt, u8x8_cad_100, byte_cb, gpio_and_delay_cb); + buf = u8g2_m_16_8_1(&tile_buf_height); + u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); +} /* t6963 2 */ void u8g2_Setup_t6963_128x64_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) { @@ -3902,6 +3910,14 @@ void u8g2_Setup_t6963_128x64_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg buf = u8g2_m_16_8_2(&tile_buf_height); u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); } +void u8g2_Setup_t6963_128x64_alt_2(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) +{ + uint8_t tile_buf_height; + uint8_t *buf; + u8g2_SetupDisplay(u8g2, u8x8_d_t6963_128x64_alt, u8x8_cad_100, byte_cb, gpio_and_delay_cb); + buf = u8g2_m_16_8_2(&tile_buf_height); + u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); +} /* t6963 f */ void u8g2_Setup_t6963_128x64_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) { @@ -3911,6 +3927,14 @@ void u8g2_Setup_t6963_128x64_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg buf = u8g2_m_16_8_f(&tile_buf_height); u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); } +void u8g2_Setup_t6963_128x64_alt_f(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) +{ + uint8_t tile_buf_height; + uint8_t *buf; + u8g2_SetupDisplay(u8g2, u8x8_d_t6963_128x64_alt, u8x8_cad_100, byte_cb, gpio_and_delay_cb); + buf = u8g2_m_16_8_f(&tile_buf_height); + u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation); +} /* t6963 */ /* t6963 1 */ void u8g2_Setup_t6963_160x80_1(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) diff --git a/src/clib/u8x8.h b/src/clib/u8x8.h index 41bec5d3..fca277f5 100644 --- a/src/clib/u8x8.h +++ b/src/clib/u8x8.h @@ -370,6 +370,8 @@ struct u8x8_struct #define u8x8_GetSPIClockPolarity(u8x8) (((u8x8)->display_info->spi_mode & 0x02) >> 1) #define u8x8_GetSPIClockDefaultLevel(u8x8) (((u8x8)->display_info->spi_mode & 0x02) >> 1) +#define u8x8_GetFontCharWidth(u8x8) u8x8_pgm_read( (u8x8)->font + 2 ) +#define u8x8_GetFontCharHeight(u8x8) u8x8_pgm_read( (u8x8)->font + 3 ) #ifdef U8X8_USE_PINS #define u8x8_SetPin(u8x8,pin,val) (u8x8)->pins[pin] = (val) @@ -854,6 +856,7 @@ uint8_t u8x8_d_ld7032_60x32(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *ar uint8_t u8x8_d_t6963_240x128(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); uint8_t u8x8_d_t6963_240x64(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); uint8_t u8x8_d_t6963_128x64(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); +uint8_t u8x8_d_t6963_128x64_alt(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); uint8_t u8x8_d_t6963_160x80(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); uint8_t u8x8_d_t6963_256x64(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); uint8_t u8x8_d_ssd1317_96x96(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr); @@ -1013,6 +1016,42 @@ extern const uint8_t u8x8_font_5x7_n[] U8X8_FONT_SECTION("u8x8_font_5x7_n"); extern const uint8_t u8x8_font_5x8_f[] U8X8_FONT_SECTION("u8x8_font_5x8_f"); extern const uint8_t u8x8_font_5x8_r[] U8X8_FONT_SECTION("u8x8_font_5x8_r"); extern const uint8_t u8x8_font_5x8_n[] U8X8_FONT_SECTION("u8x8_font_5x8_n"); +extern const uint8_t u8x8_font_8x13_1x2_f[] U8X8_FONT_SECTION("u8x8_font_8x13_1x2_f"); +extern const uint8_t u8x8_font_8x13_1x2_r[] U8X8_FONT_SECTION("u8x8_font_8x13_1x2_r"); +extern const uint8_t u8x8_font_8x13_1x2_n[] U8X8_FONT_SECTION("u8x8_font_8x13_1x2_n"); +extern const uint8_t u8x8_font_8x13B_1x2_f[] U8X8_FONT_SECTION("u8x8_font_8x13B_1x2_f"); +extern const uint8_t u8x8_font_8x13B_1x2_r[] U8X8_FONT_SECTION("u8x8_font_8x13B_1x2_r"); +extern const uint8_t u8x8_font_8x13B_1x2_n[] U8X8_FONT_SECTION("u8x8_font_8x13B_1x2_n"); +extern const uint8_t u8x8_font_7x14_1x2_f[] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_f"); +extern const uint8_t u8x8_font_7x14_1x2_r[] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_r"); +extern const uint8_t u8x8_font_7x14_1x2_n[] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_n"); +extern const uint8_t u8x8_font_7x14B_1x2_f[] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_f"); +extern const uint8_t u8x8_font_7x14B_1x2_r[] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_r"); +extern const uint8_t u8x8_font_7x14B_1x2_n[] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_n"); +extern const uint8_t u8x8_font_open_iconic_arrow_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_2x2"); +extern const uint8_t u8x8_font_open_iconic_check_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_2x2"); +extern const uint8_t u8x8_font_open_iconic_embedded_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_2x2"); +extern const uint8_t u8x8_font_open_iconic_play_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_play_2x2"); +extern const uint8_t u8x8_font_open_iconic_thing_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_thing_2x2"); +extern const uint8_t u8x8_font_open_iconic_weather_2x2[] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_2x2"); +extern const uint8_t u8x8_font_open_iconic_arrow_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_4x4"); +extern const uint8_t u8x8_font_open_iconic_check_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_4x4"); +extern const uint8_t u8x8_font_open_iconic_embedded_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_4x4"); +extern const uint8_t u8x8_font_open_iconic_play_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_play_4x4"); +extern const uint8_t u8x8_font_open_iconic_thing_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_thing_4x4"); +extern const uint8_t u8x8_font_open_iconic_weather_4x4[] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_4x4"); +extern const uint8_t u8x8_font_open_iconic_arrow_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_8x8"); +extern const uint8_t u8x8_font_open_iconic_check_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_8x8"); +extern const uint8_t u8x8_font_open_iconic_embedded_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_8x8"); +extern const uint8_t u8x8_font_open_iconic_play_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_play_8x8"); +extern const uint8_t u8x8_font_open_iconic_thing_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_thing_8x8"); +extern const uint8_t u8x8_font_open_iconic_weather_8x8[] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_8x8"); +extern const uint8_t u8x8_font_profont29_2x3_f[] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_f"); +extern const uint8_t u8x8_font_profont29_2x3_r[] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_r"); +extern const uint8_t u8x8_font_profont29_2x3_n[] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_n"); +extern const uint8_t u8x8_font_shylock_nbp_1x2_f[] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_f"); +extern const uint8_t u8x8_font_shylock_nbp_1x2_r[] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_r"); +extern const uint8_t u8x8_font_shylock_nbp_1x2_n[] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_n"); extern const uint8_t u8x8_font_artossans8_r[] U8X8_FONT_SECTION("u8x8_font_artossans8_r"); extern const uint8_t u8x8_font_artossans8_n[] U8X8_FONT_SECTION("u8x8_font_artossans8_n"); extern const uint8_t u8x8_font_artossans8_u[] U8X8_FONT_SECTION("u8x8_font_artossans8_u"); @@ -1033,6 +1072,42 @@ extern const uint8_t u8x8_font_victoriabold8_u[] U8X8_FONT_SECTION("u8x8_font_vi extern const uint8_t u8x8_font_victoriamedium8_r[] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_r"); extern const uint8_t u8x8_font_victoriamedium8_n[] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_n"); extern const uint8_t u8x8_font_victoriamedium8_u[] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_u"); +extern const uint8_t u8x8_font_courB18_2x3_f[] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_f"); +extern const uint8_t u8x8_font_courB18_2x3_r[] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_r"); +extern const uint8_t u8x8_font_courB18_2x3_n[] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_n"); +extern const uint8_t u8x8_font_courR18_2x3_f[] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_f"); +extern const uint8_t u8x8_font_courR18_2x3_r[] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_r"); +extern const uint8_t u8x8_font_courR18_2x3_n[] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_n"); +extern const uint8_t u8x8_font_courB24_3x4_f[] U8X8_FONT_SECTION("u8x8_font_courB24_3x4_f"); +extern const uint8_t u8x8_font_courB24_3x4_r[] U8X8_FONT_SECTION("u8x8_font_courB24_3x4_r"); +extern const uint8_t u8x8_font_courB24_3x4_n[] U8X8_FONT_SECTION("u8x8_font_courB24_3x4_n"); +extern const uint8_t u8x8_font_courR24_3x4_f[] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_f"); +extern const uint8_t u8x8_font_courR24_3x4_r[] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_r"); +extern const uint8_t u8x8_font_courR24_3x4_n[] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_n"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_o_2x2_f[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_o_2x2_f"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_o_2x2_r[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_o_2x2_r"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_o_2x2_n[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_o_2x2_n"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_f[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_f"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_r[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_r"); +extern const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_n[] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_n"); +extern const uint8_t u8x8_font_inr21_2x4_f[] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_f"); +extern const uint8_t u8x8_font_inr21_2x4_r[] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_r"); +extern const uint8_t u8x8_font_inr21_2x4_n[] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_n"); +extern const uint8_t u8x8_font_inr33_3x6_f[] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_f"); +extern const uint8_t u8x8_font_inr33_3x6_r[] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_r"); +extern const uint8_t u8x8_font_inr33_3x6_n[] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_n"); +extern const uint8_t u8x8_font_inr46_4x8_f[] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_f"); +extern const uint8_t u8x8_font_inr46_4x8_r[] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_r"); +extern const uint8_t u8x8_font_inr46_4x8_n[] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_n"); +extern const uint8_t u8x8_font_inb21_2x4_f[] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_f"); +extern const uint8_t u8x8_font_inb21_2x4_r[] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_r"); +extern const uint8_t u8x8_font_inb21_2x4_n[] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_n"); +extern const uint8_t u8x8_font_inb33_3x6_f[] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_f"); +extern const uint8_t u8x8_font_inb33_3x6_r[] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_r"); +extern const uint8_t u8x8_font_inb33_3x6_n[] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_n"); +extern const uint8_t u8x8_font_inb46_4x8_f[] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_f"); +extern const uint8_t u8x8_font_inb46_4x8_r[] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_r"); +extern const uint8_t u8x8_font_inb46_4x8_n[] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_n"); extern const uint8_t u8x8_font_pressstart2p_f[] U8X8_FONT_SECTION("u8x8_font_pressstart2p_f"); extern const uint8_t u8x8_font_pressstart2p_r[] U8X8_FONT_SECTION("u8x8_font_pressstart2p_r"); extern const uint8_t u8x8_font_pressstart2p_n[] U8X8_FONT_SECTION("u8x8_font_pressstart2p_n"); @@ -1053,6 +1128,12 @@ extern const uint8_t u8x8_font_pxplustandynewtv_f[] U8X8_FONT_SECTION("u8x8_font extern const uint8_t u8x8_font_pxplustandynewtv_r[] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_r"); extern const uint8_t u8x8_font_pxplustandynewtv_n[] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_n"); extern const uint8_t u8x8_font_pxplustandynewtv_u[] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_u"); +extern const uint8_t u8x8_font_px437wyse700a_2x2_f[] U8X8_FONT_SECTION("u8x8_font_px437wyse700a_2x2_f"); +extern const uint8_t u8x8_font_px437wyse700a_2x2_r[] U8X8_FONT_SECTION("u8x8_font_px437wyse700a_2x2_r"); +extern const uint8_t u8x8_font_px437wyse700a_2x2_n[] U8X8_FONT_SECTION("u8x8_font_px437wyse700a_2x2_n"); +extern const uint8_t u8x8_font_px437wyse700b_2x2_f[] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_f"); +extern const uint8_t u8x8_font_px437wyse700b_2x2_r[] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_r"); +extern const uint8_t u8x8_font_px437wyse700b_2x2_n[] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_n"); /* end font list */ diff --git a/src/clib/u8x8_8x8.c b/src/clib/u8x8_8x8.c index 83c7cee1..89712e1a 100644 --- a/src/clib/u8x8_8x8.c +++ b/src/clib/u8x8_8x8.c @@ -58,21 +58,25 @@ void u8x8_SetFont(u8x8_t *u8x8, const uint8_t *font_8x8) encoding: glyph for which the data is requested (must be between 0 and 255) buf: pointer to 8 bytes */ -static void u8x8_get_glyph_data(u8x8_t *u8x8, uint8_t encoding, uint8_t *buf) U8X8_NOINLINE; -static void u8x8_get_glyph_data(u8x8_t *u8x8, uint8_t encoding, uint8_t *buf) +static void u8x8_get_glyph_data(u8x8_t *u8x8, uint8_t encoding, uint8_t *buf, uint8_t tile_offset) U8X8_NOINLINE; +static void u8x8_get_glyph_data(u8x8_t *u8x8, uint8_t encoding, uint8_t *buf, uint8_t tile_offset) { - uint8_t first, last, i; + uint8_t first, last, tiles, i; uint16_t offset; first = u8x8_pgm_read(u8x8->font+0); last = u8x8_pgm_read(u8x8->font+1); + tiles = u8x8_pgm_read(u8x8->font+2); /* new 2019 format */ + tiles *= u8x8_pgm_read(u8x8->font+3); /* new 2019 format */ /* get the glyph bitmap from the font */ if ( first <= encoding && encoding <= last ) { offset = encoding; offset -= first; + offset *= tiles; /* new 2019 format */ + offset += tile_offset; /* new 2019 format */ offset *= 8; - offset +=2; + offset +=4; /* changed from 2 to 4, new 2019 format */ for( i = 0; i < 8; i++ ) { buf[i] = u8x8_pgm_read(u8x8->font+offset); @@ -100,9 +104,25 @@ static void u8x8_get_glyph_data(u8x8_t *u8x8, uint8_t encoding, uint8_t *buf) void u8x8_DrawGlyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) { + uint8_t th = u8x8_pgm_read(u8x8->font+2); /* new 2019 format */ + uint8_t tv = u8x8_pgm_read(u8x8->font+3); /* new 2019 format */ + uint8_t xx, tile; uint8_t buf[8]; - u8x8_get_glyph_data(u8x8, encoding, buf); - u8x8_DrawTile(u8x8, x, y, 1, buf); + th += x; + tv += y; + tile = 0; + do + { + xx = x; + do + { + u8x8_get_glyph_data(u8x8, encoding, buf, tile); + u8x8_DrawTile(u8x8, xx, y, 1, buf); + tile++; + xx++; + } while( xx < th ); + y++; + } while( y < tv ); } @@ -156,14 +176,14 @@ static void u8x8_upscale_buf(uint8_t *src, uint8_t *dest) } while( i > 0 ); } -void u8x8_Draw2x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) +static void u8x8_draw_2x2_subglyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding, uint8_t tile) { uint8_t i; uint16_t t; uint8_t buf[8]; uint8_t buf1[8]; uint8_t buf2[8]; - u8x8_get_glyph_data(u8x8, encoding, buf); + u8x8_get_glyph_data(u8x8, encoding, buf, tile); for( i = 0; i < 8; i ++ ) { t = u8x8_upscale_byte(buf[i]); @@ -183,15 +203,39 @@ void u8x8_Draw2x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) u8x8_DrawTile(u8x8, x+1, y+1, 1, buf); } + +void u8x8_Draw2x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) +{ + uint8_t th = u8x8_pgm_read(u8x8->font+2); /* new 2019 format */ + uint8_t tv = u8x8_pgm_read(u8x8->font+3); /* new 2019 format */ + uint8_t xx, tile; + th *= 2; + th += x; + tv *= 2; + tv += y; + tile = 0; + do + { + xx = x; + do + { + u8x8_draw_2x2_subglyph(u8x8, xx, y, encoding, tile); + tile++; + xx+=2; + } while( xx < th ); + y+=2; + } while( y < tv ); +} + /* https://github.com/olikraus/u8g2/issues/474 */ -void u8x8_Draw1x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) +static void u8x8_draw_1x2_subglyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding, uint8_t tile) { uint8_t i; uint16_t t; uint8_t buf[8]; uint8_t buf1[8]; uint8_t buf2[8]; - u8x8_get_glyph_data(u8x8, encoding, buf); + u8x8_get_glyph_data(u8x8, encoding, buf, tile); for( i = 0; i < 8; i ++ ) { t = u8x8_upscale_byte(buf[i]); @@ -202,6 +246,28 @@ void u8x8_Draw1x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) u8x8_DrawTile(u8x8, x, y+1, 1, buf1); } +void u8x8_Draw1x2Glyph(u8x8_t *u8x8, uint8_t x, uint8_t y, uint8_t encoding) +{ + uint8_t th = u8x8_pgm_read(u8x8->font+2); /* new 2019 format */ + uint8_t tv = u8x8_pgm_read(u8x8->font+3); /* new 2019 format */ + uint8_t xx, tile; + th += x; + tv *= 2; + tv += y; + tile = 0; + do + { + xx = x; + do + { + u8x8_draw_1x2_subglyph(u8x8, xx, y, encoding, tile); + tile++; + xx++; + } while( xx < th ); + y+=2; + } while( y < tv ); +} + /* source: https://en.wikipedia.org/wiki/UTF-8 Bits from to bytes Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 @@ -294,6 +360,8 @@ static uint8_t u8x8_draw_string(u8x8_t *u8x8, uint8_t x, uint8_t y, const char * { uint16_t e; uint8_t cnt = 0; + uint8_t th = u8x8_pgm_read(u8x8->font+2); /* new 2019 format */ + u8x8_utf8_init(u8x8); for(;;) { @@ -304,7 +372,7 @@ static uint8_t u8x8_draw_string(u8x8_t *u8x8, uint8_t x, uint8_t y, const char * if ( e != 0x0fffe ) { u8x8_DrawGlyph(u8x8, x, y, e); - x++; + x+=th; cnt++; } } diff --git a/src/clib/u8x8_d_t6963.c b/src/clib/u8x8_d_t6963.c index 3b85bdaa..6a45f64d 100644 --- a/src/clib/u8x8_d_t6963.c +++ b/src/clib/u8x8_d_t6963.c @@ -540,6 +540,24 @@ uint8_t u8x8_d_t6963_160x80(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *ar } +/* alternative version for the 128x64 t6963 display: use the 160x80 init sequence */ +uint8_t u8x8_d_t6963_128x64_alt(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr) +{ + switch(msg) + { + case U8X8_MSG_DISPLAY_SETUP_MEMORY: + u8x8_d_helper_display_setup_memory(u8x8, &u8x8_t6963_128x64_display_info); + break; + case U8X8_MSG_DISPLAY_INIT: + u8x8_d_helper_display_init(u8x8); + u8x8_cad_SendSequence(u8x8, u8x8_d_t6963_160x80_init_seq); + break; + default: + return u8x8_d_t6963_common(u8x8, msg, arg_int, arg_ptr); + } + return 1; +} + diff --git a/src/clib/u8x8_fonts.c b/src/clib/u8x8_fonts.c index d750d235..92fb31a0 100644 --- a/src/clib/u8x8_fonts.c +++ b/src/clib/u8x8_fonts.c @@ -9,164 +9,164 @@ Glyphs: 222/228 BBX Build Mode: 3 */ -const uint8_t u8x8_font_amstrad_cpc_extended_f[1794] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_f") = - " \377\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34\177\177" - "\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aII\177" - "\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q}\17" - "\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354l\0" - "\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3QY\17" - "\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CAQs" - "r\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oII{" - "\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30\60\177" - "\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200\0\0\2\6\14\10\0\0 tTT\10" - "\10\0\0\0\0\177\177\0\0\0\0\10\10>wAA\0\2\3\1\3\2\1\1\0\0\0\0\0\0\0" - "\0\0\0\0\0\377\377\0\0\0\30\30\30\30\30\30\30\30\0\0\0\37\37\30\30\30\0\0\0\370\370\30" - "\30\30\30\30\30\370\370\0\0\0\30\30\30\37\37\0\0\0\30\30\30\37\37\30\30\30\0\0\0\377\377\30" - "\30\30\30\30\30\370\370\30\30\30\30\30\30\377\377\0\0\0\30\30\30\377\377\30\30\30\0\10\34>\10\10" - "\10\0\0\10\14>\14\10\0\0\0\10\10\10>\34\10\0\0\10\30>\30\10\0\0\0\0\0\0\360\360" - "\360\360\360\360\360\360\0\0\0\0\360\360\360\360\360\360\360\360\0\0\0\0\17\17\17\17\0\0\0\0\377\377" - "\377\377\360\360\360\360\17\17\17\17\360\360\360\360\377\377\377\377\17\17\17\17\0\0\0\0\17\17\17\17\360\360" - "\360\360\377\377\377\377\0\0\0\0\377\377\377\377\360\360\360\360\17\17\17\17\17\17\17\17\17\17\17\17\377\377" - "\377\377\377\377\377\377\17\17\17\17\377\377\377\377\377\377\377\377\300\300\300\300\300\300\300\300\374\374\374\374\374\374" - "\374\374\0\0\0\0\0\0\0\0\0\0\0}}\0\0\0\70|D\376Dl(\0H~\177IIc" - "b\0\0Z<$$\34\0\0zy\21\42zy\0\70|EED|\70\0\70|DDE}" - "\70\0\70|EEE|\70\0\70}EEE}\70\0\70}EDE}\70\0Bf<\30s]g>\35\1\0<}A@|<\0\0<|@A}<\0\0<}AA}" - "<\0\0=}@@}=\0\0\14]qp\134\14\0\177\177\42\42\42\34\0\0~\177III>" - "\66\0 uUTx@\0 tT|\64TX\0\0\30<\244\344$" - "(\0\0\70}UT\134\30\0\0\70|TU]\30\0\0\70}UU]\30\0\0\71}TT]" - "\31\0\0\0I{z@\0\0\0\0Hz{A\0\0\0\0JyyB\0\0\0\2JxxB" - "\2\0\0\65uKN}\61\0\10zq\11\12zq\0\0\60yKJx\60\0\0\60xJKy" - "\60\0\0\60zIIz\60\0\0\62yIJz\61\0\0\62zHHz\62\0\0\10\10kk\10" - "\10\0\200\260xhXx\64\4\0\70yCBxx\0\0\70xBCyx\0\0\70zAAz" - "x\0\0:z@@zz\0\0\230\270\242\243\371x\0\0~$$$\30\0\0\0\232\272\240\240\372" - "z"; +const uint8_t u8x8_font_amstrad_cpc_extended_f[1796] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34" + "\177\177\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aI" + "I\177\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q" + "}\17\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354" + "l\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3Q" + "Y\17\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CA" + "Qsr\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oI" + "I{\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30" + "\60\177\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200\0\0\2\6\14\10\0\0 tTT\10\10\0\0\0\0\177\177\0\0\0\0\10\10>wAA\0\2\3\1\3\2\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\0\0\0\30\30\30\30\30\30\30\30\0\0\0\37\37\30\30\30\0\0\0\370" + "\370\30\30\30\30\30\30\370\370\0\0\0\30\30\30\37\37\0\0\0\30\30\30\37\37\30\30\30\0\0\0\377" + "\377\30\30\30\30\30\30\370\370\30\30\30\30\30\30\377\377\0\0\0\30\30\30\377\377\30\30\30\0\10\34>" + "\10\10\10\0\0\10\14>\14\10\0\0\0\10\10\10>\34\10\0\0\10\30>\30\10\0\0\0\0\0\0" + "\360\360\360\360\360\360\360\360\0\0\0\0\360\360\360\360\360\360\360\360\0\0\0\0\17\17\17\17\0\0\0\0" + "\377\377\377\377\360\360\360\360\17\17\17\17\360\360\360\360\377\377\377\377\17\17\17\17\0\0\0\0\17\17\17\17" + "\360\360\360\360\377\377\377\377\0\0\0\0\377\377\377\377\360\360\360\360\17\17\17\17\17\17\17\17\17\17\17\17" + "\377\377\377\377\377\377\377\377\17\17\17\17\377\377\377\377\377\377\377\377\300\300\300\300\300\300\300\300\374\374\374\374" + "\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0}}\0\0\0\70|D\376Dl(\0H~\177I" + "Icb\0\0Z<$$\34\0\0zy\21\42zy\0\70|EED|\70\0\70|DD" + "E}\70\0\70|EEE|\70\0\70}EEE}\70\0\70}EDE}\70\0Bf<\30" + "s]g>\35\1\0<}A@|<\0\0<|@A}<\0\0<}A" + "A}<\0\0=}@@}=\0\0\14]qp\134\14\0\177\177\42\42\42\34\0\0~\177II" + "I>\66\0 uUTx@\0 tT|\64TX\0\0\30<\244" + "\344$(\0\0\70}UT\134\30\0\0\70|TU]\30\0\0\70}UU]\30\0\0\71}T" + "T]\31\0\0\0I{z@\0\0\0\0Hz{A\0\0\0\0JyyB\0\0\0\2Jx" + "xB\2\0\0\65uKN}\61\0\10zq\11\12zq\0\0\60yKJx\60\0\0\60xJ" + "Ky\60\0\0\60zIIz\60\0\0\62yIJz\61\0\0\62zHHz\62\0\0\10\10k" + "k\10\10\0\200\260xhXx\64\4\0\70yCBxx\0\0\70xBCyx\0\0\70zA" + "Azx\0\0:z@@zz\0\0\230\270\242\243\371x\0\0~$$$\30\0\0\0\232\272\240" + "\240\372z"; /* Fontname: -FreeType-Amstrad CPC extended-Medium-R-Normal--8-80-72-72-P-64-ISO10646-1 Copyright: Copyright ruboku 2008 Glyphs: 95/228 BBX Build Mode: 3 */ -const uint8_t u8x8_font_amstrad_cpc_extended_r[762] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_r") = - " ~\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34\177\177" - "\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aII\177" - "\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q}\17" - "\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354l\0" - "\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3QY\17" - "\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CAQs" - "r\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oII{" - "\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30\60\177" - "\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200\0\0\2\6\14\10\0\0 tTT\10" - "\10\0\0\0\0\177\177\0\0\0\0\10\10>wAA\0\2\3\1\3\2\1\1"; +const uint8_t u8x8_font_amstrad_cpc_extended_r[764] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_r") = + " ~\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34" + "\177\177\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aI" + "I\177\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q" + "}\17\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354" + "l\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3Q" + "Y\17\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CA" + "Qsr\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oI" + "I{\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30" + "\60\177\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200\0\0\2\6\14\10\0\0 tTT\10\10\0\0\0\0\177\177\0\0\0\0\10\10>wAA\0\2\3\1\3\2\1\1"; /* Fontname: -FreeType-Amstrad CPC extended-Medium-R-Normal--8-80-72-72-P-64-ISO10646-1 Copyright: Copyright ruboku 2008 Glyphs: 18/228 BBX Build Mode: 3 */ -const uint8_t u8x8_font_amstrad_cpc_extended_n[218] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_amstrad_cpc_extended_n[220] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aII\177" - "\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q}\17" - "\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aI" + "I\177\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q" + "}\17\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0"; /* Fontname: -FreeType-Amstrad CPC extended-Medium-R-Normal--8-80-72-72-P-64-ISO10646-1 Copyright: Copyright ruboku 2008 Glyphs: 64/228 BBX Build Mode: 3 */ -const uint8_t u8x8_font_amstrad_cpc_extended_u[515] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_u") = - " _\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34\177\177" - "\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aII\177" - "\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q}\17" - "\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354l\0" - "\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3QY\17" - "\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CAQs" - "r\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oII{" - "\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30\60\177" - "\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_amstrad_cpc_extended_u[517] U8X8_FONT_SECTION("u8x8_font_amstrad_cpc_extended_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\7\7\0\0\24\177\177\34" + "\177\177\24\0\0$*\177\177*\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0>\177QIE\177>\0\0@B\177\177@@\0\0r{IIof\0\0\42aI" + "I\177\66\0\30\24R\177\177P\20\0\0'oIIy\63\0\0>\177II{\62\0\0\3\1q" + "}\17\7\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0ll\0\0\0\0\0\200\354" + "l\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0Ac\66\34\10\0\0\0\2\3Q" + "Y\17\6\0>\177A]]_\36\0\0|~\23\23~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0<~CA" + "Qsr\0\0\177\177\10\10\177\177\0\0AA\177\177AA\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\7\6\0<~CQ\63n\134\0A\177\177\11\31\77f\0\0&oI" + "I{\62\0\0\3A\177\177A\3\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30" + "\60\177\177\0as\36\14\36sa\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -Misc-Fixed-Medium-R-Normal--7-70-75-75-C-50-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 191/1848 BBX Build Mode: 3 */ -const uint8_t u8x8_font_5x7_f[1794] U8X8_FONT_SECTION("u8x8_font_5x7_f") = - " \377\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\16\0\16\0\0\0\0(|(|(\0" - "\0\0\10T|T \0\0\0&\20\10d\0\0\0\0(T(@\0\0\0\0\0\0\16\0\0\0" - "\0\0\0\0\0\0\0~\30$B\0\0" - "\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\60~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~\0\0" - "\0\0f\30\30f\0\0\0\0\0\16p\16\0\0\0\0bRJF\0\0\0\0\0~BB\0\0" - "\0\0\4\10\20 \0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0@@@@\0\0" - "\0\0\0\2\4\0\0\0\0\0\60H(x\0\0\0\0~HH\60\0\0\0\0\60HH\0\0\0" - "\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0P\250\250\230\0\0" - "\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20(@\0\0" - "\0\0\0B~@\0\0\0\0x\20\30p\0\0\0\0x\10\10p\0\0\0\0\60HH\60\0\0" - "\0\0\370HH\60\0\0\0\0\60HH\370\0\0\0\0x\10\10\20\0\0\0\0PXh(\0\0" - "\0\0\10>H@\0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0x``x\0\0" - "\0\0H\60\60H\0\0\0\0\30\240@\70\0\0\0\0HhXH\0\0\0\0\0\10\0\0\0\0~\30$B" + "\0\0\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\60~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~" + "\0\0\0\0f\30\30f\0\0\0\0\0\16p\16\0\0\0\0bRJF\0\0\0\0\0~BB" + "\0\0\0\0\4\10\20 \0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0@@@@" + "\0\0\0\0\0\2\4\0\0\0\0\0\60H(x\0\0\0\0~HH\60\0\0\0\0\60HH\0" + "\0\0\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0P\250\250\230" + "\0\0\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20(@" + "\0\0\0\0\0B~@\0\0\0\0x\20\30p\0\0\0\0x\10\10p\0\0\0\0\60HH\60" + "\0\0\0\0\370HH\60\0\0\0\0\60HH\370\0\0\0\0x\10\10\20\0\0\0\0PXh(" + "\0\0\0\0\10>H@\0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0x``x" + "\0\0\0\0H\60\60H\0\0\0\0\30\240@\70\0\0\0\0HhXH\0\0\0\0\0\10\0\0\0\0>@@>\0\0\0\0>@@>\0\0\0\0>@@>\0\0" - "\0\0:@@:\0\0\0\0\0\16p\16\0\0\0\0~\24\24\10\0\0\0\0|\2J\64\0\0" - "\0\0\60J,x\0\0\0\0\60L*x\0\0\0\0\60L*|\0\0\0\0\64J,z\0\0" - "\0\0\60J(z\0\0\0\0\60N.x\0\0\0\0\60HxX\0\0\0\0\0\60\310H\0\0" - "\0\0\60j\134\20\0\0\0\0\60lZ\20\0\0\0\0\64j\134\20\0\0\0\0\62hZ\20\0\0" - "\0\0\0J|@\0\0\0\0\0Lz@\0\0\0\0\0LzD\0\0\0\0\0JxB\0\0" - "\0\0\60JL\64\0\0\0\0|\12\14r\0\0\0\0\60JL\60\0\0\0\0\60LJ\60\0\0" - "\0\0\60JJ\60\0\0\0\0\64JL\62\0\0\0\0\60JH\62\0\0\0\0\20TT\20\0\0" - "\0\0phX\70\0\0\0\0\70BDx\0\0\0\0\70DBx\0\0\0\0\70BBx\0\0" - "\0\0\70B@z\0\0\0\0\30\244B\70\0\0\0\0\374HH\60\0\0\0\0\30\242@:\0\0" - "\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0z\0\0\0\0\0\60H\374H\0\0\0\0P\70TD" + "\0\0\0\0D\70(\70D\0\0\0\0\26x\26\0\0\0\0\0\0l\0\0\0\0\0\0\234\252r" + "\0\0\0\0\0\2\0\2\0\0\0\0|\222\252\202|\0\0\0\4\12\16\0\0\0\0\0\20(\0\20" + "(\0\0\0\20\20\20\60\0\0\0\0\0\20\20\20\0\0\0\0|\272\212\202|\0\0\0\2\2\2\2" + "\0\0\0\0\0\4\12\4\0\0\0\0HH~HH\0\0\0\0\32\26\0\0\0\0\0\0\26\36\0" + "\0\0\0\0\0\4\2\0\0\0\0\0\370@@\70\0\0\0\0\14~\2~\0\0\0\0\0\30\30\0" + "\0\0\0\0\0\200@\0\0\0\0\0\0\24\36\20\0\0\0\0\4\12\4\0\0\0\0\0(\20\0(" + "\20\0\0\0\36@`\360\0\0\0\0\36\0\320\260\0\0\0\0\26^`\360\0\0\0\0\0\60J " + "\0\0\0\0|\22\22|\0\0\0\0|\22\22|\0\0\0\0|\22\22|\0\0\0\0|\22\22|" + "\0\0\0\0z\24\24z\0\0\0\0x\26\26x\0\0\0\0|\22~J\0\0\0\0<\302B$" + "\0\0\0\0~JJB\0\0\0\0~JJB\0\0\0\0~JJB\0\0\0\0~JJB" + "\0\0\0\0\0B~B\0\0\0\0\0B~B\0\0\0\0\0B~B\0\0\0\0\0B~B" + "\0\0\0\0J~B<\0\0\0\0~\10\62~\0\0\0\0\0\0\0\0>@@>\0\0\0\0>@@>\0\0\0\0>@@>" + "\0\0\0\0:@@:\0\0\0\0\0\16p\16\0\0\0\0~\24\24\10\0\0\0\0|\2J\64" + "\0\0\0\0\60J,x\0\0\0\0\60L*x\0\0\0\0\60L*|\0\0\0\0\64J,z" + "\0\0\0\0\60J(z\0\0\0\0\60N.x\0\0\0\0\60HxX\0\0\0\0\0\60\310H" + "\0\0\0\0\60j\134\20\0\0\0\0\60lZ\20\0\0\0\0\64j\134\20\0\0\0\0\62hZ\20" + "\0\0\0\0\0J|@\0\0\0\0\0Lz@\0\0\0\0\0LzD\0\0\0\0\0JxB" + "\0\0\0\0\60JL\64\0\0\0\0|\12\14r\0\0\0\0\60JL\60\0\0\0\0\60LJ\60" + "\0\0\0\0\60JJ\60\0\0\0\0\64JL\62\0\0\0\0\60JH\62\0\0\0\0\20TT\20" + "\0\0\0\0phX\70\0\0\0\0\70BDx\0\0\0\0\70DBx\0\0\0\0\70BBx" + "\0\0\0\0\70B@z\0\0\0\0\30\244B\70\0\0\0\0\374HH\60\0\0\0\0\30\242@:" + "\0\0\0"; /* Fontname: -Misc-Fixed-Medium-R-Normal--7-70-75-75-C-50-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 95/1848 BBX Build Mode: 3 */ -const uint8_t u8x8_font_5x7_r[762] U8X8_FONT_SECTION("u8x8_font_5x7_r") = - " ~\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\16\0\16\0\0\0\0(|(|(\0" - "\0\0\10T|T \0\0\0&\20\10d\0\0\0\0(T(@\0\0\0\0\0\0\16\0\0\0" - "\0\0\0\0\0\0\0~\30$B\0\0" - "\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\60~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~\0\0" - "\0\0f\30\30f\0\0\0\0\0\16p\16\0\0\0\0bRJF\0\0\0\0\0~BB\0\0" - "\0\0\4\10\20 \0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0@@@@\0\0" - "\0\0\0\2\4\0\0\0\0\0\60H(x\0\0\0\0~HH\60\0\0\0\0\60HH\0\0\0" - "\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0P\250\250\230\0\0" - "\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20(@\0\0" - "\0\0\0B~@\0\0\0\0x\20\30p\0\0\0\0x\10\10p\0\0\0\0\60HH\60\0\0" - "\0\0\370HH\60\0\0\0\0\60HH\370\0\0\0\0x\10\10\20\0\0\0\0PXh(\0\0" - "\0\0\10>H@\0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0x``x\0\0" - "\0\0H\60\60H\0\0\0\0\30\240@\70\0\0\0\0HhXH\0\0\0\0\0\10\0\0\0\0~\30$B" + "\0\0\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\60~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~" + "\0\0\0\0f\30\30f\0\0\0\0\0\16p\16\0\0\0\0bRJF\0\0\0\0\0~BB" + "\0\0\0\0\4\10\20 \0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0@@@@" + "\0\0\0\0\0\2\4\0\0\0\0\0\60H(x\0\0\0\0~HH\60\0\0\0\0\60HH\0" + "\0\0\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0P\250\250\230" + "\0\0\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20(@" + "\0\0\0\0\0B~@\0\0\0\0x\20\30p\0\0\0\0x\10\10p\0\0\0\0\60HH\60" + "\0\0\0\0\370HH\60\0\0\0\0\60HH\370\0\0\0\0x\10\10\20\0\0\0\0PXh(" + "\0\0\0\0\10>H@\0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0x``x" + "\0\0\0\0H\60\60H\0\0\0\0\30\240@\70\0\0\0\0HhXH\0\0\0\0\0\10\2\0\0\0\0~\10\64B\0\0" - "\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\70~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~\0\0" - "\0\0f\30\30f\0\0\0\0\6\10p\10\6\0\0\0bRJF\0\0\0\0\0~BB\0\0" - "\0\0\6\10\20`\0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0\200\200\200\200\0\0" - "\0\0\0\2\4\0\0\0\0\0\60HHx\0\0\0\0~HH\60\0\0\0\0\0\60HH\0\0" - "\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0\20\250\250p\0\0" - "\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20\20h\0\0" - "\0\0\0B~@\0\0\0\0x\10p\10p\0\0\0x\10\10p\0\0\0\0\60HH\60\0\0" - "\0\0\370((\20\0\0\0\0\20((\370\0\0\0\0x\20\10\20\0\0\0\0\0PX(\0\0" - "\0\0\10>H \0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0\70@\60@\70\0" - "\0\0H\60\60H\0\0\0\0X\240\240x\0\0\0\0HhXH\0\0\0\0\10*UA\0\0" - "\0\0\0\0~\0\0\0\0\0AU*\10\0\0\0\0\4\2\4\2\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_5x8_f[1796] U8X8_FONT_SECTION("u8x8_font_5x8_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\16\0\16\0\0\0\0\24\177\24\177" + "\24\0\0\0\4*\177*\20\0\0\0\0\26\10\64\0\0\0\0\66I\66@\0\0\0\0\0\0\16\0" + "\0\0\0\0\0\2\0\0\0\0~\10\64B" + "\0\0\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\70~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~" + "\0\0\0\0f\30\30f\0\0\0\0\6\10p\10\6\0\0\0bRJF\0\0\0\0\0~BB" + "\0\0\0\0\6\10\20`\0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0\200\200\200\200" + "\0\0\0\0\0\2\4\0\0\0\0\0\60HHx\0\0\0\0~HH\60\0\0\0\0\0\60HH" + "\0\0\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0\20\250\250p" + "\0\0\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20\20h" + "\0\0\0\0\0B~@\0\0\0\0x\10p\10p\0\0\0x\10\10p\0\0\0\0\60HH\60" + "\0\0\0\0\370((\20\0\0\0\0\20((\370\0\0\0\0x\20\10\20\0\0\0\0\0PX(" + "\0\0\0\0\10>H \0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0\70@\60@" + "\70\0\0\0H\60\60H\0\0\0\0X\240\240x\0\0\0\0HhXH\0\0\0\0\10*UA" + "\0\0\0\0\0\0~\0\0\0\0\0AU*\10\0\0\0\0\4\2\4\2\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -284,564 +284,18300 @@ const uint8_t u8x8_font_5x8_f[1794] U8X8_FONT_SECTION("u8x8_font_5x8_f") = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0z\0\0\0\0\0\60H\374H\0\0\0\0H\0\0\0\0AA>\0\0" - "\0\0=@@=\0\0\0\0\4\10r\11\4\0\0\0~$$\30\0\0\0\0|\2Z$\0\0" - "\0\0\60IJx\0\0\0\0\60JIx\0\0\0\0\60JIz\0\0\0\0\62IJy\0\0" - "\0\0\60JHz\0\0\0\0\62MMz\0\0\0\0(XxhP\0\0\0\0\60\310H\0\0" - "\0\0\60iZ\20\0\0\0\0\60jY\20\0\0\0\0\62iY\22\0\0\0\0\60jX\22\0\0" - "\0\0\0Iz@\0\0\0\0\0HzA\0\0\0\0\0JyB\0\0\0\0\0JxB\0\0" - "\0\0%RU\70\0\0\0\0z\11\12q\0\0\0\0\60IJ\60\0\0\0\0\60JI\60\0\0" - "\0\0\62II\62\0\0\0\0\62IJ\61\0\0\0\0\62HH\62\0\0\0\0\0\20T\20\0\0" - "\0\0phX\70\0\0\0\0\70ABx\0\0\0\0\70BAx\0\0\0\0:AAz\0\0" - "\0\0:@@z\0\0\0\0X\242\241x\0\0\0\0\376((\20\0\0\0\0Z\240\240z\0\0" - "\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0z\0\0\0\0\0\60H\374H\0\0\0\0H\0\0\0\0AA>" + "\0\0\0\0=@@=\0\0\0\0\4\10r\11\4\0\0\0~$$\30\0\0\0\0|\2Z$" + "\0\0\0\0\60IJx\0\0\0\0\60JIx\0\0\0\0\60JIz\0\0\0\0\62IJy" + "\0\0\0\0\60JHz\0\0\0\0\62MMz\0\0\0\0(XxhP\0\0\0\0\60\310H" + "\0\0\0\0\60iZ\20\0\0\0\0\60jY\20\0\0\0\0\62iY\22\0\0\0\0\60jX\22" + "\0\0\0\0\0Iz@\0\0\0\0\0HzA\0\0\0\0\0JyB\0\0\0\0\0JxB" + "\0\0\0\0%RU\70\0\0\0\0z\11\12q\0\0\0\0\60IJ\60\0\0\0\0\60JI\60" + "\0\0\0\0\62II\62\0\0\0\0\62IJ\61\0\0\0\0\62HH\62\0\0\0\0\0\20T\20" + "\0\0\0\0phX\70\0\0\0\0\70ABx\0\0\0\0\70BAx\0\0\0\0:AAz" + "\0\0\0\0:@@z\0\0\0\0X\242\241x\0\0\0\0\376((\20\0\0\0\0Z\240\240z" + "\0\0\0"; /* Fontname: -Misc-Fixed-Medium-R-Normal--8-80-75-75-C-50-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 95/1426 BBX Build Mode: 3 */ -const uint8_t u8x8_font_5x8_r[762] U8X8_FONT_SECTION("u8x8_font_5x8_r") = - " ~\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\16\0\16\0\0\0\0\24\177\24\177\24\0" - "\0\0\4*\177*\20\0\0\0\0\26\10\64\0\0\0\0\66I\66@\0\0\0\0\0\0\16\0\0\0" - "\0\0\0\2\0\0\0\0~\10\64B\0\0" - "\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\70~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~\0\0" - "\0\0f\30\30f\0\0\0\0\6\10p\10\6\0\0\0bRJF\0\0\0\0\0~BB\0\0" - "\0\0\6\10\20`\0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0\200\200\200\200\0\0" - "\0\0\0\2\4\0\0\0\0\0\60HHx\0\0\0\0~HH\60\0\0\0\0\0\60HH\0\0" - "\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0\20\250\250p\0\0" - "\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20\20h\0\0" - "\0\0\0B~@\0\0\0\0x\10p\10p\0\0\0x\10\10p\0\0\0\0\60HH\60\0\0" - "\0\0\370((\20\0\0\0\0\20((\370\0\0\0\0x\20\10\20\0\0\0\0\0PX(\0\0" - "\0\0\10>H \0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0\70@\60@\70\0" - "\0\0H\60\60H\0\0\0\0X\240\240x\0\0\0\0HhXH\0\0\0\0\10*UA\0\0" - "\0\0\0\0~\0\0\0\0\0AU*\10\0\0\0\0\4\2\4\2\0\0\0"; +const uint8_t u8x8_font_5x8_r[764] U8X8_FONT_SECTION("u8x8_font_5x8_r") = + " ~\1\1\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\16\0\16\0\0\0\0\24\177\24\177" + "\24\0\0\0\4*\177*\20\0\0\0\0\26\10\64\0\0\0\0\66I\66@\0\0\0\0\0\0\16\0" + "\0\0\0\0\0\2\0\0\0\0~\10\64B" + "\0\0\0\0~@@@\0\0\0\0~\14\14~\0\0\0\0~\14\70~\0\0\0\0@@>\0\0\0\0\36``\36\0\0\0\0~\60\60~" + "\0\0\0\0f\30\30f\0\0\0\0\6\10p\10\6\0\0\0bRJF\0\0\0\0\0~BB" + "\0\0\0\0\6\10\20`\0\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\0\0\200\200\200\200" + "\0\0\0\0\0\2\4\0\0\0\0\0\60HHx\0\0\0\0~HH\60\0\0\0\0\0\60HH" + "\0\0\0\0\60HH~\0\0\0\0\60hX\20\0\0\0\0\20|\22\4\0\0\0\0\20\250\250p" + "\0\0\0\0~\10\10p\0\0\0\0\0Hz@\0\0\0\0\0@\200z\0\0\0\0~\20\20h" + "\0\0\0\0\0B~@\0\0\0\0x\10p\10p\0\0\0x\10\10p\0\0\0\0\60HH\60" + "\0\0\0\0\370((\20\0\0\0\0\20((\370\0\0\0\0x\20\10\20\0\0\0\0\0PX(" + "\0\0\0\0\10>H \0\0\0\0\70@@x\0\0\0\0\0\70@\70\0\0\0\0\70@\60@" + "\70\0\0\0H\60\60H\0\0\0\0X\240\240x\0\0\0\0HhXH\0\0\0\0\10*UA" + "\0\0\0\0\0\0~\0\0\0\0\0AU*\10\0\0\0\0\4\2\4\2\0\0\0"; /* Fontname: -Misc-Fixed-Medium-R-Normal--8-80-75-75-C-50-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 18/1426 BBX Build Mode: 3 */ -const uint8_t u8x8_font_5x8_n[218] U8X8_FONT_SECTION("u8x8_font_5x8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_5x8_n[220] U8X8_FONT_SECTION("u8x8_font_5x8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T\70\70T\0\0\0\0\20\20|\20\20\0" - "\0\0\0\200` \0\0\0\0\20\20\20\20\0\0\0\0\0@\340@\0\0\0\0`\20\10\6\0\0" - "\0\0\0\36\16\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\10\34\34\10\0\0\0\0\0\200\300p\70\0\34\16\3\1" + "\0\0\0\0\340\360\30\10\30\360\340\0\7\17\30\20\30\17\7\0\0 \60\370\370\0\0\0\0\20\20\37" + "\37\20\20\0\60\70\10\10\210\370p\0\30\34\26\23\21\20\20\0\10\10\210\310\350\270\30\0\10\30\20\20" + "\20\37\17\0\200\300`\60\370\370\0\0\3\3\2\2\37\37\2\0\370\370\310HH\310\210\0\10\30\20\20" + "\20\37\17\0\340\360\230\210\210\210\0\0\17\37\31\20\20\37\17\0\10\10\10\210\310x\70\0\0\0\36\37" + "\1\0\0\0p\370\210\210\210\370p\0\17\37\20\20\20\37\17\0\360\370\10\10\230\370\360\0\0\21\21\21" + "\31\17\7\0\0\0@\340\340@\0\0\0\0\10\34\34\10\0"; +/* + Fontname: -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 191/2576 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14_1x2_f[3588] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_f") = + " \377\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\0\0\0\0\0\0\0" + "\33\0\0\0\0\0\0<\0<\0\0\0\0\0\0\0\0\0\0\0\0@\370@\370@\0\0\0\2\37" + "\2\37\2\0\0`\220\20\370\20`\0\0\14\20\21\77\21\16\0\0\60HH\360 \30\0\0\30\4\17" + "\22\22\14\0\0\0p\210\210p\0\0\0\16\21\21\12\14\23\0\0\0\0\0<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\60\10\4\0\0\0\0\7\30 @\0\0\0\4\10\60\300\0\0\0\0@ " + "\30\7\0\0\0\0@\200\340\200@\0\0\0\4\2\17\2\4\0\0\0\0\0\340\0\0\0\0\0\1\1" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0H\70\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\20\70\20\0\0\0\0\0\0\300\60\14\0\0`\30\6" + "\1\0\0\0\0\340\20\10\10\20\340\0\0\7\10\20\20\10\7\0\0\0 \20\370\0\0\0\0\0\20\20" + "\37\20\20\0\0\60\10\10\10\210p\0\0\20\30\24\22\21\20\0\0\10\10\210\310\250\30\0\0\14\20\20" + "\20\20\17\0\0\0\200`\20\370\0\0\0\6\5\4\4\37\4\0\0\370HHHH\210\0\0\14\20\20" + "\20\20\17\0\0\340\20\210\210\210\0\0\0\17\21\20\20\20\17\0\0\10\10\10\210h\30\0\0\0\30\6" + "\1\0\0\0\0\60H\210\210H\60\0\0\16\21\20\20\21\16\0\0\360\10\10\10\210\360\0\0\14\21\21" + "\21\10\7\0\0\0\0@\340@\0\0\0\0\0\10\34\10\0\0\0\0\0\300\300\0\0\0\0\0\0$" + "\34\0\0\0\0\0\0\200@ \20\0\0\0\1\2\4\10\20\0\0@@@@@@\0\0\2\2\2" + "\2\2\2\0\0\0\20 @\200\0\0\0\0\20\10\4\2\1\0\0\60\10\10\210H\60\0\0\0\0\0" + "\33\0\0\0\0\340\20\310((\360\0\0\7\10\23\24\24\27\0\0\340\20\10\10\20\340\0\0\37\1\1" + "\1\1\37\0\0\370\210\210\210P \0\0\37\20\20\20\11\6\0\0\360\10\10\10\10\60\0\0\17\20\20" + "\20\20\14\0\0\370\10\10\10\20\340\0\0\37\20\20\20\10\7\0\0\370\210\210\210\10\10\0\0\37\20\20" + "\20\20\20\0\0\370\210\210\210\10\10\0\0\37\0\0\0\0\0\0\0\360\10\10\10\10\60\0\0\17\20\20" + "\21\11\37\0\0\370\200\200\200\200\370\0\0\37\0\0\0\0\37\0\0\0\10\10\370\10\10\0\0\0\20\20" + "\37\20\20\0\0\0\0\0\10\370\10\0\0\14\20\20\20\17\0\0\0\370\200@ \20\10\0\0\37\0\1" + "\2\4\30\0\0\370\0\0\0\0\0\0\0\37\20\20\20\20\20\0\0\370\60\300\300\60\370\0\0\37\0\0" + "\0\0\37\0\0\370`\200\0\0\370\0\0\37\0\0\1\6\37\0\0\360\10\10\10\10\360\0\0\17\20\20" + "\20\20\17\0\0\370\10\10\10\10\360\0\0\37\1\1\1\1\0\0\0\360\10\10\10\10\360\0\0\17\22\22" + "\24\70O\0\0\370\10\10\10\10\360\0\0\37\1\1\3\5\30\0\0p\210\210\10\10\60\0\0\14\20\20" + "\21\21\16\0\0\10\10\10\370\10\10\10\0\0\0\0\37\0\0\0\0\370\0\0\0\0\370\0\0\17\20\20" + "\20\20\17\0\0x\200\0\0\200x\0\0\0\3\34\34\3\0\0\0\0\370\0\0\0\370\0\0\0\17\20" + "\16\20\17\0\0\30`\200\200`\30\0\0\30\6\1\1\6\30\0\0\0\70\300\0\300\70\0\0\0\0\0" + "\37\0\0\0\0\10\10\10\310(\30\0\0\30\26\21\20\20\20\0\0\0\0\374\4\4\4\0\0\0\0\177" + "@@@\0\0\14\60\300\0\0\0\0\0\0\0\1\6\30`\0\0\0\4\4\4\374\0\0\0\0@@" + "@\177\0\0\0\20\10\4\4\10\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@@" + "@@@\0\0\0\0\4\10\20\0\0\0\0\0\0\0\0\0\0\0\200@@@@\200\0\0\14\22\22" + "\22\22\37\0\0\370\200@@@\200\0\0\37\10\20\20\20\17\0\0\200@@@@\200\0\0\17\20\20" + "\20\20\10\0\0\200@@@\200\370\0\0\17\20\20\20\10\37\0\0\200@@@@\200\0\0\17\22\22" + "\22\22\13\0\0\200\200\360\210\210\20\0\0\0\0\37\0\0\0\0\0\200@@@\200@\0\0\63LT" + "TS \0\0\370\200@@@\200\0\0\37\0\0\0\0\37\0\0\0\0@\330\0\0\0\0\0\20\20" + "\37\20\20\0\0\0\0\0\0@\330\0\0\0\60@@@\77\0\0\370\0\0\200@\0\0\0\37\2\3" + "\4\10\20\0\0\0\0\10\370\0\0\0\0\0\20\20\37\20\20\0\0\0\300@\200@\200\0\0\0\37\0" + "\17\0\37\0\0\300\200@@@\200\0\0\37\0\0\0\0\37\0\0\200@@@@\200\0\0\17\20\20" + "\20\20\17\0\0\300\200@@@\200\0\0\177\10\20\20\20\17\0\0\200@@@\200\300\0\0\17\20\20" + "\20\10\177\0\0\300\200@@@\200\0\0\37\0\0\0\0\1\0\0\200@@@@\200\0\0\10\21\22" + "\22\24\10\0\0@@\370@@\0\0\0\0\0\17\20\20\10\0\0\300\0\0\0\0\300\0\0\17\20\20" + "\20\10\37\0\0\0\300\0\0\0\300\0\0\0\1\6\30\6\1\0\0\0\300\0\0\0\300\0\0\0\17\20" + "\17\20\17\0\0\300\0\0\0\0\300\0\0\30\5\2\2\5\30\0\0\300\0\0\0\0\300\0\0'HH" + "HD\77\0\0@@@@\300@\0\0\20\30\26\21\20\20\0\0\0\0\0\370\4\4\0\0\0\0\1" + ">@@\0\0\0\0\0\374\0\0\0\0\0\0\0\177\0\0\0\0\0\4\4\370\0\0\0\0\0@@" + ">\1\0\0\0\30\4\10\20 \30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\330\0\0\0\0\0\0\0" + "\37\0\0\0\0\200@\340@@\200\0\0\17\20\77\20\20\10\0\0\0\0\340\20\20 \0\0\0\11\37" + "\11\11\20\0\0 \300@@\300 \0\0\4\3\2\2\3\4\0\0\0\210\260\300\260\210\0\0\0\2\2" + "\37\2\2\0\0\0\0\0x\0\0\0\0\0\0\0\36\0\0\0\0\210T$$D\210\0\0\10\21\22" + "\22\25\10\0\0\0\14\0\0\14\0\0\0\0\0\0\0\0\0\0\0\370\344\24\24$\370\0\0\17\23\24" + "\24\22\17\0\0\0h\224\224T\370\0\0\0\2\2\2\2\2\0\0\0\0\200@\200@\0\0\2\5\12" + "\25\10\20\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\36\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\370\364\224\224d\370\0\0\17\27\20\20\27\17\0\0\0\10\10\10\10\10\0\0\0\0\0" + "\0\0\0\0\0\0\30$$\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\22\22" + "\37\22\22\0\0\0\210D$\30\0\0\0\0\1\1\1\1\0\0\0\0\210$$\330\0\0\0\0\0\1" + "\1\0\0\0\0\0\0\20\10\4\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200\0\0\0\177\10" + "\20\10\37\0\0\0\360\10\370\10\370\0\0\0\0\1\177@\177\0\0\0\0\0\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\60\0\0\0\0\0\0\10\374\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\60HH\60\0\0\0\0\1\1\1\1\0\0\0@\200@\200\0\0\0\0\20\10\25" + "\12\5\2\0\0\20\370\0\200`\20\0\0\30\4\3\14\12\37\0\0\20\370\0\200`\20\0\0\30\4\3" + "\22\31\26\0\0\210\250P\300 \30\0\0\10\6\1\14\12\37\0\0\0\0\260\0\0\0\0\0\60HG" + "@@\60\0\0\300 \22\24 \300\0\0\37\1\1\1\1\37\0\0\300 \24\22 \300\0\0\37\1\1" + "\1\1\37\0\0\300$\22\22$\300\0\0\37\1\1\1\1\37\0\0\304\42\22\24$\302\0\0\37\1\1" + "\1\1\37\0\0\300$\20\20$\300\0\0\37\1\1\1\1\37\0\0\300(\24\24(\300\0\0\37\1\1" + "\1\1\37\0\0\340\220\210\370\210\210\0\0\37\0\0\37\20\20\0\0\360\10\10\10\10\60\0\0\17\20P" + "\60\20\14\0\0\360\20\22\24\20\20\0\0\37\21\21\21\21\20\0\0\360\20\24\22\20\20\0\0\37\21\21" + "\21\21\20\0\0\360\24\22\22\24\20\0\0\37\21\21\21\21\20\0\0\360\24\20\20\24\20\0\0\37\21\21" + "\21\21\20\0\0\0\20\22\364\20\20\0\0\0\20\20\37\20\20\0\0\0\20\20\364\22\20\0\0\0\20\20" + "\37\20\20\0\0\0\20\24\362\24\20\0\0\0\20\20\37\20\20\0\0\0\20\24\360\24\20\0\0\0\20\20" + "\37\20\20\0\0\200\370\210\210\10\20\340\0\0\37\20\20\20\10\7\0\364\62\302\4\4\362\0\0\37\0\0" + "\7\30\37\0\0\340\20\22\24\20\340\0\0\17\20\20\20\20\17\0\0\340\20\24\22\20\340\0\0\17\20\20" + "\20\20\17\0\0\340\24\22\22\24\340\0\0\17\20\20\20\20\17\0\0\344\22\22\24\24\342\0\0\17\20\20" + "\20\20\17\0\0\340\24\20\20\24\340\0\0\17\20\20\20\20\17\0\0@\200\0\0\0\200@\0\20\10\5" + "\2\5\10\20\0\360\10\10\350\30\366\0\0o\30\27\20\20\17\0\0\360\0\2\4\0\360\0\0\17\20\20" + "\20\20\17\0\0\360\0\4\2\0\360\0\0\17\20\20\20\20\17\0\0\360\4\2\2\4\360\0\0\17\20\20" + "\20\20\17\0\0\360\4\0\0\4\360\0\0\17\20\20\20\20\17\0\0\0\60\300\4\302\60\0\0\0\0\0" + "\37\0\0\0\0\370 \300\0\0\37\4\4\4\4\3\0\0\0\360\210\210p\0\0\0\20\37\20" + "\20\21\16\0\0\200@HP@\200\0\0\14\22\22\22\22\37\0\0\200@@PH\200\0\0\14\22\22" + "\22\22\37\0\0\200PHHP\200\0\0\14\22\22\22\22\37\0\0\220HHPP\210\0\0\14\22\22" + "\22\22\37\0\0\200P@@P\200\0\0\14\22\22\22\22\37\0\0\200HTTH\200\0\0\14\22\22" + "\22\22\37\0\0\200@@\300@@\200\0\14\22\21\37\22\22\13\0\200@@@@\200\0\0\17\20P" + "\60\20\10\0\0\200@HP@\200\0\0\17\22\22\22\22\13\0\0\200@PH@\200\0\0\17\22\22" + "\22\22\13\0\0\200PHHP\200\0\0\17\22\22\22\22\13\0\0\200P@@P\200\0\0\17\22\22" + "\22\22\13\0\0\0\0H\320\0\0\0\0\0\20\20\37\20\20\0\0\0\0@\320\10\0\0\0\0\20\20" + "\37\20\20\0\0\0\20H\310\20\0\0\0\0\20\20\37\20\20\0\0\0\0P\300\20\0\0\0\0\20\20" + "\37\20\20\0\0\0\200THT\340\0\0\0\17\20\20\20\17\0\0\320\210HPP\210\0\0\37\0\0" + "\0\0\37\0\0\200@HP@\200\0\0\17\20\20\20\20\17\0\0\200@PH@\200\0\0\17\20\20" + "\20\20\17\0\0\200PHHP\200\0\0\17\20\20\20\20\17\0\0\220HHPP\210\0\0\17\20\20" + "\20\20\17\0\0\200P@@P\200\0\0\17\20\20\20\20\17\0\0\0\0\0\0\0\0\0\0\4\4\25" + "\25\4\4\0\0\200@@\300`\220\0\0o\30\26\21\20\17\0\0\300\0\10\20\0\300\0\0\17\20\20" + "\20\10\37\0\0\300\0\20\10\0\300\0\0\17\20\20\20\10\37\0\0\300\20\10\10\20\300\0\0\17\20\20" + "\20\10\37\0\0\300\20\0\0\20\300\0\0\17\20\20\20\10\37\0\0\300\0\20\10\0\300\0\0 CL" + "\70\16\1\0\0\370\200@@@\200\0\0\177\10\20\20\20\17\0\0\300\20\0\0\20\300\0\0 CL" + "\70\16\1"; +/* + Fontname: -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 95/2576 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14_1x2_r[1524] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_r") = + " ~\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\0\0\0\0\0\0\0" + "\33\0\0\0\0\0\0<\0<\0\0\0\0\0\0\0\0\0\0\0\0@\370@\370@\0\0\0\2\37" + "\2\37\2\0\0`\220\20\370\20`\0\0\14\20\21\77\21\16\0\0\60HH\360 \30\0\0\30\4\17" + "\22\22\14\0\0\0p\210\210p\0\0\0\16\21\21\12\14\23\0\0\0\0\0<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\60\10\4\0\0\0\0\7\30 @\0\0\0\4\10\60\300\0\0\0\0@ " + "\30\7\0\0\0\0@\200\340\200@\0\0\0\4\2\17\2\4\0\0\0\0\0\340\0\0\0\0\0\1\1" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0H\70\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\20\70\20\0\0\0\0\0\0\300\60\14\0\0`\30\6" + "\1\0\0\0\0\340\20\10\10\20\340\0\0\7\10\20\20\10\7\0\0\0 \20\370\0\0\0\0\0\20\20" + "\37\20\20\0\0\60\10\10\10\210p\0\0\20\30\24\22\21\20\0\0\10\10\210\310\250\30\0\0\14\20\20" + "\20\20\17\0\0\0\200`\20\370\0\0\0\6\5\4\4\37\4\0\0\370HHHH\210\0\0\14\20\20" + "\20\20\17\0\0\340\20\210\210\210\0\0\0\17\21\20\20\20\17\0\0\10\10\10\210h\30\0\0\0\30\6" + "\1\0\0\0\0\60H\210\210H\60\0\0\16\21\20\20\21\16\0\0\360\10\10\10\210\360\0\0\14\21\21" + "\21\10\7\0\0\0\0@\340@\0\0\0\0\0\10\34\10\0\0\0\0\0\300\300\0\0\0\0\0\0$" + "\34\0\0\0\0\0\0\200@ \20\0\0\0\1\2\4\10\20\0\0@@@@@@\0\0\2\2\2" + "\2\2\2\0\0\0\20 @\200\0\0\0\0\20\10\4\2\1\0\0\60\10\10\210H\60\0\0\0\0\0" + "\33\0\0\0\0\340\20\310((\360\0\0\7\10\23\24\24\27\0\0\340\20\10\10\20\340\0\0\37\1\1" + "\1\1\37\0\0\370\210\210\210P \0\0\37\20\20\20\11\6\0\0\360\10\10\10\10\60\0\0\17\20\20" + "\20\20\14\0\0\370\10\10\10\20\340\0\0\37\20\20\20\10\7\0\0\370\210\210\210\10\10\0\0\37\20\20" + "\20\20\20\0\0\370\210\210\210\10\10\0\0\37\0\0\0\0\0\0\0\360\10\10\10\10\60\0\0\17\20\20" + "\21\11\37\0\0\370\200\200\200\200\370\0\0\37\0\0\0\0\37\0\0\0\10\10\370\10\10\0\0\0\20\20" + "\37\20\20\0\0\0\0\0\10\370\10\0\0\14\20\20\20\17\0\0\0\370\200@ \20\10\0\0\37\0\1" + "\2\4\30\0\0\370\0\0\0\0\0\0\0\37\20\20\20\20\20\0\0\370\60\300\300\60\370\0\0\37\0\0" + "\0\0\37\0\0\370`\200\0\0\370\0\0\37\0\0\1\6\37\0\0\360\10\10\10\10\360\0\0\17\20\20" + "\20\20\17\0\0\370\10\10\10\10\360\0\0\37\1\1\1\1\0\0\0\360\10\10\10\10\360\0\0\17\22\22" + "\24\70O\0\0\370\10\10\10\10\360\0\0\37\1\1\3\5\30\0\0p\210\210\10\10\60\0\0\14\20\20" + "\21\21\16\0\0\10\10\10\370\10\10\10\0\0\0\0\37\0\0\0\0\370\0\0\0\0\370\0\0\17\20\20" + "\20\20\17\0\0x\200\0\0\200x\0\0\0\3\34\34\3\0\0\0\0\370\0\0\0\370\0\0\0\17\20" + "\16\20\17\0\0\30`\200\200`\30\0\0\30\6\1\1\6\30\0\0\0\70\300\0\300\70\0\0\0\0\0" + "\37\0\0\0\0\10\10\10\310(\30\0\0\30\26\21\20\20\20\0\0\0\0\374\4\4\4\0\0\0\0\177" + "@@@\0\0\14\60\300\0\0\0\0\0\0\0\1\6\30`\0\0\0\4\4\4\374\0\0\0\0@@" + "@\177\0\0\0\20\10\4\4\10\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@@" + "@@@\0\0\0\0\4\10\20\0\0\0\0\0\0\0\0\0\0\0\200@@@@\200\0\0\14\22\22" + "\22\22\37\0\0\370\200@@@\200\0\0\37\10\20\20\20\17\0\0\200@@@@\200\0\0\17\20\20" + "\20\20\10\0\0\200@@@\200\370\0\0\17\20\20\20\10\37\0\0\200@@@@\200\0\0\17\22\22" + "\22\22\13\0\0\200\200\360\210\210\20\0\0\0\0\37\0\0\0\0\0\200@@@\200@\0\0\63LT" + "TS \0\0\370\200@@@\200\0\0\37\0\0\0\0\37\0\0\0\0@\330\0\0\0\0\0\20\20" + "\37\20\20\0\0\0\0\0\0@\330\0\0\0\60@@@\77\0\0\370\0\0\200@\0\0\0\37\2\3" + "\4\10\20\0\0\0\0\10\370\0\0\0\0\0\20\20\37\20\20\0\0\0\300@\200@\200\0\0\0\37\0" + "\17\0\37\0\0\300\200@@@\200\0\0\37\0\0\0\0\37\0\0\200@@@@\200\0\0\17\20\20" + "\20\20\17\0\0\300\200@@@\200\0\0\177\10\20\20\20\17\0\0\200@@@\200\300\0\0\17\20\20" + "\20\10\177\0\0\300\200@@@\200\0\0\37\0\0\0\0\1\0\0\200@@@@\200\0\0\10\21\22" + "\22\24\10\0\0@@\370@@\0\0\0\0\0\17\20\20\10\0\0\300\0\0\0\0\300\0\0\17\20\20" + "\20\10\37\0\0\0\300\0\0\0\300\0\0\0\1\6\30\6\1\0\0\0\300\0\0\0\300\0\0\0\17\20" + "\17\20\17\0\0\300\0\0\0\0\300\0\0\30\5\2\2\5\30\0\0\300\0\0\0\0\300\0\0'HH" + "HD\77\0\0@@@@\300@\0\0\20\30\26\21\20\20\0\0\0\0\0\370\4\4\0\0\0\0\1" + ">@@\0\0\0\0\0\374\0\0\0\0\0\0\0\177\0\0\0\0\0\4\4\370\0\0\0\0\0@@" + ">\1\0\0\0\30\4\10\20 \30\0\0\0\0\0\0\0\0"; +/* + Fontname: -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 18/2576 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14_1x2_n[436] U8X8_FONT_SECTION("u8x8_font_7x14_1x2_n") = + " :\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0@\200\340\200@\0\0\0\4\2\17\2\4\0\0\0\0\0\340\0\0\0\0\0\1\1" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0H\70\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\20\70\20\0\0\0\0\0\0\300\60\14\0\0`\30\6" + "\1\0\0\0\0\340\20\10\10\20\340\0\0\7\10\20\20\10\7\0\0\0 \20\370\0\0\0\0\0\20\20" + "\37\20\20\0\0\60\10\10\10\210p\0\0\20\30\24\22\21\20\0\0\10\10\210\310\250\30\0\0\14\20\20" + "\20\20\17\0\0\0\200`\20\370\0\0\0\6\5\4\4\37\4\0\0\370HHHH\210\0\0\14\20\20" + "\20\20\17\0\0\340\20\210\210\210\0\0\0\17\21\20\20\20\17\0\0\10\10\10\210h\30\0\0\0\30\6" + "\1\0\0\0\0\60H\210\210H\60\0\0\16\21\20\20\21\16\0\0\360\10\10\10\210\360\0\0\14\21\21" + "\21\10\7\0\0\0\0@\340@\0\0\0\0\0\10\34\10\0"; +/* + Fontname: -Misc-Fixed-Bold-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 191/1009 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14B_1x2_f[3588] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_f") = + " \377\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\0\0\0\0\0\0\33" + "\33\0\0\0\0\0<<\0<<\0\0\0\0\0\0\0\0\0\0@\370\370\370\370@\0\0\2\37\37" + "\37\37\2\0\0`\220\370\370\20`\0\0\14\20\77\77\21\16\0\0\60xH\360\70\30\0\0\30\34\17" + "\22\36\14\0\0\0p\370\210\370p\0\0\16\37\21\16\37\23\0\0\0\0<<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\70\14\4\0\0\0\7\37\70`@\0\0\0\4\14\70\360\300\0\0\0@`" + "\70\37\7\0\0\30\240\370\370\240\30\0\0\3\0\3\3\0\3\0\0\0\0\340\340\0\0\0\0\1\1\17" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0Hx\70\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\30\30\0\0\0\0\0\0\200\340|\34\0\0p|\17" + "\3\0\0\0\0\360\370\10\10\370\360\0\0\17\37\20\20\37\17\0\0 \60\370\370\0\0\0\0\20\20\37" + "\37\20\20\0\0\60\70\10\210\370p\0\0\30\34\26\23\21\20\0\0\60\70\210\210\370p\0\0\14\34\20" + "\20\37\17\0\0\0\200\300\360\370\0\0\0\7\7\4\37\37\4\0\0\370\370HH\310\210\0\0\14\34\20" + "\20\37\17\0\0\340\360\230\210\270\60\0\0\17\37\20\20\37\17\0\0\70\70\210\350x\30\0\0\0\0\37" + "\37\0\0\0\0p\370\210\210\370p\0\0\16\37\21\21\37\16\0\0\360\370\10\10\370\360\0\0\14\35\21" + "\31\17\7\0\0\0\0``\0\0\0\0\0\0\14\14\0\0\0\0\0\0\0``\0\0\0\0\0$" + "<\34\0\0\0\0\200\300`\60\20\0\0\1\3\6\14\30\20\0\0\200\200\200\200\200\200\0\0\4\4\4" + "\4\4\4\0\0\20\60`\300\200\0\0\0\20\30\14\6\3\1\0\0\60\70\210\310x\60\0\0\0\0\33" + "\33\0\0\0\0\340\360\330\350\70\360\0\0\7\17\33\27\24\27\0\0\360\370\30\30\370\360\0\0\37\37\2" + "\2\37\37\0\0\370\370\210\210\370\60\0\0\37\37\20\20\37\17\0\0\360\370\10\10\70\60\0\0\17\37\20" + "\20\34\14\0\0\370\370\10\30\360\340\0\0\37\37\20\30\17\7\0\0\370\370\210\210\210\10\0\0\37\37\20" + "\20\20\20\0\0\370\370\210\210\210\10\0\0\37\37\0\0\0\0\0\0\360\370\10\10\70\60\0\0\17\37\20" + "\21\37\17\0\0\370\370\200\200\370\370\0\0\37\37\0\0\37\37\0\0\10\10\370\370\10\10\0\0\20\20\37" + "\37\20\20\0\0\0\0\0\0\370\370\0\0\14\34\20\30\17\7\0\0\370\370\340\60\30\10\0\0\37\37\3" + "\7\34\30\0\0\370\370\0\0\0\0\0\0\37\37\20\20\20\20\0\0\370\360\300\300\360\370\0\0\37\37\0" + "\0\37\37\0\0\370\370\340\0\370\370\0\0\37\37\0\7\37\37\0\0\360\370\10\10\370\360\0\0\17\37\20" + "\20\37\17\0\0\370\370\10\10\370\360\0\0\37\37\1\1\1\0\0\0\360\370\10\10\370\360\0\0\17\37\22" + "\24\77o\0\0\370\370\210\210\370p\0\0\37\37\0\1\37\36\0\0\60x\310\210\70\60\0\0\14\34\21" + "\23\36\14\0\0\10\10\370\370\10\10\0\0\0\0\37\37\0\0\0\0\370\370\0\0\370\370\0\0\17\37\20" + "\20\37\17\0\0\370\370\0\0\370\370\0\0\3\17\34\34\17\3\0\0\370\370\0\0\370\370\0\0\17\37\17" + "\17\37\17\0\0\30x\340\340x\30\0\0\30\36\7\7\36\30\0\0\70\370\300\300\370\70\0\0\0\0\37" + "\37\0\0\0\0\10\10\210\350x\30\0\0\30\36\27\21\20\20\0\0\0\374\374\4\4\4\0\0\0\177\177" + "@@@\0\0\34|\340\200\0\0\0\0\0\0\3\17|p\0\0\0\4\4\4\374\374\0\0\0@@" + "@\177\177\0\0\10\14\6\6\14\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0```" + "```\0\0\0\4\14\30\20\0\0\0\0\0\0\0\0\0\0\0\200\300@@\300\200\0\0\14\36\22" + "\21\37\37\0\0\370\370@@\300\200\0\0\37\37\20\20\37\17\0\0\200\300@@\300\200\0\0\17\37\20" + "\20\30\10\0\0\200\300@@\370\370\0\0\17\37\20\20\37\37\0\0\200\300@@\300\200\0\0\17\37\22" + "\22\33\13\0\0\200\200\360\370\230\220\0\0\0\0\37\37\0\0\0\0\200\300@\300\200\300\0\0\63\177T" + "Ws \0\0\370\370@@\300\200\0\0\37\37\0\0\37\37\0\0\0\0\330\330\0\0\0\0\0\0\37" + "\37\0\0\0\0\0\0\0\0\330\330\0\0\0 `@\177\77\0\0\370\370\0\200\300\0\0\0\37\37\3" + "\7\14\30\0\0\0\0\370\370\0\0\0\0\0\0\37\37\0\0\0\0\300\300\200\300\300\200\0\0\37\37\17" + "\17\37\37\0\0\300\300@@\300\200\0\0\37\37\0\0\37\37\0\0\200\300@@\300\200\0\0\17\37\20" + "\20\37\17\0\0\300\300@@\300\200\0\0\177\177\20\20\37\17\0\0\200\300@@\300\300\0\0\17\37\20" + "\20\177\177\0\0\300\300@@\300\200\0\0\37\37\0\0\1\1\0\0\200\300@@\300\200\0\0\10\31\23" + "\26\34\10\0\0@@\370\370@@\0\0\0\0\17\37\20\20\0\0\300\300\0\0\300\300\0\0\17\37\20" + "\20\37\37\0\0\300\300\0\0\300\300\0\0\1\7\36\36\7\1\0\0\300\300\0\0\300\300\0\0\17\37\17" + "\17\37\17\0\0\300\300\0\0\300\300\0\0\30\35\7\7\35\30\0\0\300\300\0\0\300\300\0\0 cO" + "|\77\3\0\0@@@@\300\300\0\0\30\34\26\23\21\20\0\0\0\0\370\374\4\4\0\0\0\1\77" + "~@@\0\0\0\0\374\374\0\0\0\0\0\0\177\177\0\0\0\0\0\4\4\374\370\0\0\0\0@@" + "~\77\1\0\0\70\14\30\30\60\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\330\330\0\0\0\0\0\0\37" + "\37\0\0\0\0\200@\340\340@\300\0\0\17\20\77\77\20\30\0\0\0\340\360\20\60 \0\0\11\37\37" + "\11\30\20\0\0 \340\300@\340 \0\0\4\7\2\3\7\4\0\0Xp\340\340pX\0\0\2\2\37" + "\37\2\2\0\0\0\0xx\0\0\0\0\0\0\36\36\0\0\0\0\210\334td\314\210\0\0\10\31\23" + "\27\35\10\0\0\0\14\14\0\14\14\0\0\0\0\0\0\0\0\0\0\370\374\364\24\374\370\0\0\17\37\27" + "\24\37\17\0\0\0h\374\224\374\370\0\0\0\2\2\2\2\2\0\0\0\0\200\300\300\300\0\0\2\7\17" + "\37\35\30\0\0\0\0\0\0\0\0\0\0\3\3\3\3\37\37\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\370\374\364\224\374\370\0\0\17\37\27\20\37\17\0\0\0\4\4\4\4\4\0\0\0\0\0" + "\0\0\0\0\0\0\30<$<\30\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\22\22\37" + "\37\22\22\0\0\0\210\314d<\30\0\0\0\1\1\1\1\1\0\0\0\210\254$\374\330\0\0\0\0\1" + "\1\1\0\0\0\0\20\30\14\4\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\200\200\0\0\177\177\20" + "\30\37\37\0\0\360\370\370\10\370\370\0\0\0\1\177@\177\177\0\0\0\0\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@p\60\0\0\0\0\20\370\370\0\0\0\0\0\0\1" + "\1\0\0\0\0\0\60xHx\60\0\0\0\1\1\1\1\1\0\0@\300\300\200\0\0\0\0\20\30\35" + "\17\7\2\0\0\20\370\370\300\360\30\0\0\30\16\3\15\36\37\0\0\20\370\370\300\360\30\0\0\30\16\3" + "\33\35\26\0\0\250\370\360\300p\30\0\0\14\6\3\15\37\37\0\0\0\260\260\0\0\0\0\0\60\177O" + "@p\60\0\0\340\362\66\64\360\340\0\0\37\37\2\2\37\37\0\0\340\360\64\66\362\340\0\0\37\37\2" + "\2\37\37\0\0\340\364\66\66\364\340\0\0\37\37\2\2\37\37\0\0\344\362\66\64\362\340\0\0\37\37\2" + "\2\37\37\0\0\346\366\60\60\366\346\0\0\37\37\2\2\37\37\0\0\300\344jj\344\300\0\0\37\37\2" + "\2\37\37\0\0\360\370\10\370\370\210\10\0\37\37\1\37\37\20\20\0\360\370\10\10\70\60\0\0\17_p" + "\60\34\14\0\0\360\362\26\24\20\20\0\0\37\37\21\21\21\20\0\0\360\360\24\26\22\20\0\0\37\37\21" + "\21\21\20\0\0\360\364\26\26\24\20\0\0\37\37\21\21\21\20\0\0\366\366\20\20\26\26\0\0\37\37\21" + "\21\21\20\0\0\20\22\366\364\20\20\0\0\20\20\37\37\20\20\0\0\20\20\364\366\22\20\0\0\20\20\37" + "\37\20\20\0\0\20\24\366\366\24\20\0\0\20\20\37\37\20\20\0\0\26\26\360\360\26\26\0\0\20\20\37" + "\37\20\20\0\0\200\370\370\210\230\360\340\0\0\37\37\20\30\17\7\0\364\362\346\4\362\360\0\0\37\37\0" + "\7\37\37\0\0\340\362\26\24\360\340\0\0\17\37\20\20\37\17\0\0\340\360\24\26\362\340\0\0\17\37\20" + "\20\37\17\0\0\340\364\26\26\364\340\0\0\17\37\20\20\37\17\0\0\344\362\26\24\362\340\0\0\17\37\20" + "\20\37\17\0\0\346\366\20\20\366\346\0\0\17\37\20\20\37\17\0\0@\300\200\0\200\300@\0\30\14\7" + "\3\7\14\30\0\360\370\10\370\370\366\0\0o\37\37\20\37\17\0\0\360\362\6\4\360\360\0\0\17\37\20" + "\20\37\17\0\0\360\360\4\6\362\360\0\0\17\37\20\20\37\17\0\0\360\364\6\6\364\360\0\0\17\37\20" + "\20\37\17\0\0\366\366\0\0\366\366\0\0\17\37\20\20\37\17\0\0p\360\204\206\362p\0\0\0\3\37" + "\37\3\0\0\0\370\370 \340\300\0\0\37\37\4\4\7\3\0\0\0\360\370\210\370p\0\0\20\37\37" + "\20\37\17\0\0\200\310XP\300\200\0\0\14\36\23\21\37\37\0\0\200\300PX\310\200\0\0\14\36\23" + "\21\37\37\0\0\200\320XX\320\200\0\0\14\36\23\21\37\37\0\0\220\310XP\310\200\0\0\14\36\23" + "\21\37\37\0\0\230\330@@\330\230\0\0\14\36\23\21\37\37\0\0\200\310TT\310\200\0\0\14\36\23" + "\21\37\37\0\0\200\300@\300\300@\200\0\14\36\21\37\37\32\13\0\200\300@@\300\200\0\0\17_p" + "\60\30\10\0\0\200\310XP\300\200\0\0\17\37\22\22\33\13\0\0\200\300PX\310\200\0\0\17\37\22" + "\22\33\13\0\0\200\320XX\320\200\0\0\17\37\22\22\33\13\0\0\230\330@@\330\230\0\0\17\37\22" + "\22\33\13\0\0\0\0\10\330\320\0\0\0\0\0\0\37\37\0\0\0\0\0\320\330\10\0\0\0\0\0\37" + "\37\0\0\0\0\0\20\330\330\20\0\0\0\0\0\37\37\0\0\0\0\30\30\300\300\30\30\0\0\0\0\37" + "\37\0\0\0\0\64\234\230\274\344\300\0\0\17\37\20\20\37\17\0\0\320\310XP\310\200\0\0\37\37\0" + "\0\37\37\0\0\200\310XP\300\200\0\0\17\37\20\20\37\17\0\0\200\300PX\310\200\0\0\17\37\20" + "\20\37\17\0\0\200\320XX\320\200\0\0\17\37\20\20\37\17\0\0\220\310XP\310\200\0\0\17\37\20" + "\20\37\17\0\0\230\330@@\330\230\0\0\17\37\20\20\37\17\0\0\0\0``\0\0\0\0\3\3\33" + "\33\3\3\0\0\200\300@\300\340\220\0\0o\37\26\21\37\17\0\0\300\310\30\20\300\300\0\0\17\37\20" + "\20\37\37\0\0\300\300\20\30\310\300\0\0\17\37\20\20\37\37\0\0\300\320\30\30\320\300\0\0\17\37\20" + "\20\37\37\0\0\330\330\0\0\330\330\0\0\17\37\20\20\37\37\0\0\300\300\20\30\310\300\0\0!c~" + ">\17\1\0\0\370\370@@\300\200\0\0\177\177\20\20\37\17\0\0\330\330\0\0\330\330\0\0!c~" + ">\17\1"; +/* + Fontname: -Misc-Fixed-Bold-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 95/1009 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14B_1x2_r[1524] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_r") = + " ~\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\0\0\0\0\0\0\33" + "\33\0\0\0\0\0<<\0<<\0\0\0\0\0\0\0\0\0\0@\370\370\370\370@\0\0\2\37\37" + "\37\37\2\0\0`\220\370\370\20`\0\0\14\20\77\77\21\16\0\0\60xH\360\70\30\0\0\30\34\17" + "\22\36\14\0\0\0p\370\210\370p\0\0\16\37\21\16\37\23\0\0\0\0<<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\70\14\4\0\0\0\7\37\70`@\0\0\0\4\14\70\360\300\0\0\0@`" + "\70\37\7\0\0\30\240\370\370\240\30\0\0\3\0\3\3\0\3\0\0\0\0\340\340\0\0\0\0\1\1\17" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0Hx\70\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\30\30\0\0\0\0\0\0\200\340|\34\0\0p|\17" + "\3\0\0\0\0\360\370\10\10\370\360\0\0\17\37\20\20\37\17\0\0 \60\370\370\0\0\0\0\20\20\37" + "\37\20\20\0\0\60\70\10\210\370p\0\0\30\34\26\23\21\20\0\0\60\70\210\210\370p\0\0\14\34\20" + "\20\37\17\0\0\0\200\300\360\370\0\0\0\7\7\4\37\37\4\0\0\370\370HH\310\210\0\0\14\34\20" + "\20\37\17\0\0\340\360\230\210\270\60\0\0\17\37\20\20\37\17\0\0\70\70\210\350x\30\0\0\0\0\37" + "\37\0\0\0\0p\370\210\210\370p\0\0\16\37\21\21\37\16\0\0\360\370\10\10\370\360\0\0\14\35\21" + "\31\17\7\0\0\0\0``\0\0\0\0\0\0\14\14\0\0\0\0\0\0\0``\0\0\0\0\0$" + "<\34\0\0\0\0\200\300`\60\20\0\0\1\3\6\14\30\20\0\0\200\200\200\200\200\200\0\0\4\4\4" + "\4\4\4\0\0\20\60`\300\200\0\0\0\20\30\14\6\3\1\0\0\60\70\210\310x\60\0\0\0\0\33" + "\33\0\0\0\0\340\360\330\350\70\360\0\0\7\17\33\27\24\27\0\0\360\370\30\30\370\360\0\0\37\37\2" + "\2\37\37\0\0\370\370\210\210\370\60\0\0\37\37\20\20\37\17\0\0\360\370\10\10\70\60\0\0\17\37\20" + "\20\34\14\0\0\370\370\10\30\360\340\0\0\37\37\20\30\17\7\0\0\370\370\210\210\210\10\0\0\37\37\20" + "\20\20\20\0\0\370\370\210\210\210\10\0\0\37\37\0\0\0\0\0\0\360\370\10\10\70\60\0\0\17\37\20" + "\21\37\17\0\0\370\370\200\200\370\370\0\0\37\37\0\0\37\37\0\0\10\10\370\370\10\10\0\0\20\20\37" + "\37\20\20\0\0\0\0\0\0\370\370\0\0\14\34\20\30\17\7\0\0\370\370\340\60\30\10\0\0\37\37\3" + "\7\34\30\0\0\370\370\0\0\0\0\0\0\37\37\20\20\20\20\0\0\370\360\300\300\360\370\0\0\37\37\0" + "\0\37\37\0\0\370\370\340\0\370\370\0\0\37\37\0\7\37\37\0\0\360\370\10\10\370\360\0\0\17\37\20" + "\20\37\17\0\0\370\370\10\10\370\360\0\0\37\37\1\1\1\0\0\0\360\370\10\10\370\360\0\0\17\37\22" + "\24\77o\0\0\370\370\210\210\370p\0\0\37\37\0\1\37\36\0\0\60x\310\210\70\60\0\0\14\34\21" + "\23\36\14\0\0\10\10\370\370\10\10\0\0\0\0\37\37\0\0\0\0\370\370\0\0\370\370\0\0\17\37\20" + "\20\37\17\0\0\370\370\0\0\370\370\0\0\3\17\34\34\17\3\0\0\370\370\0\0\370\370\0\0\17\37\17" + "\17\37\17\0\0\30x\340\340x\30\0\0\30\36\7\7\36\30\0\0\70\370\300\300\370\70\0\0\0\0\37" + "\37\0\0\0\0\10\10\210\350x\30\0\0\30\36\27\21\20\20\0\0\0\374\374\4\4\4\0\0\0\177\177" + "@@@\0\0\34|\340\200\0\0\0\0\0\0\3\17|p\0\0\0\4\4\4\374\374\0\0\0@@" + "@\177\177\0\0\10\14\6\6\14\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0```" + "```\0\0\0\4\14\30\20\0\0\0\0\0\0\0\0\0\0\0\200\300@@\300\200\0\0\14\36\22" + "\21\37\37\0\0\370\370@@\300\200\0\0\37\37\20\20\37\17\0\0\200\300@@\300\200\0\0\17\37\20" + "\20\30\10\0\0\200\300@@\370\370\0\0\17\37\20\20\37\37\0\0\200\300@@\300\200\0\0\17\37\22" + "\22\33\13\0\0\200\200\360\370\230\220\0\0\0\0\37\37\0\0\0\0\200\300@\300\200\300\0\0\63\177T" + "Ws \0\0\370\370@@\300\200\0\0\37\37\0\0\37\37\0\0\0\0\330\330\0\0\0\0\0\0\37" + "\37\0\0\0\0\0\0\0\0\330\330\0\0\0 `@\177\77\0\0\370\370\0\200\300\0\0\0\37\37\3" + "\7\14\30\0\0\0\0\370\370\0\0\0\0\0\0\37\37\0\0\0\0\300\300\200\300\300\200\0\0\37\37\17" + "\17\37\37\0\0\300\300@@\300\200\0\0\37\37\0\0\37\37\0\0\200\300@@\300\200\0\0\17\37\20" + "\20\37\17\0\0\300\300@@\300\200\0\0\177\177\20\20\37\17\0\0\200\300@@\300\300\0\0\17\37\20" + "\20\177\177\0\0\300\300@@\300\200\0\0\37\37\0\0\1\1\0\0\200\300@@\300\200\0\0\10\31\23" + "\26\34\10\0\0@@\370\370@@\0\0\0\0\17\37\20\20\0\0\300\300\0\0\300\300\0\0\17\37\20" + "\20\37\37\0\0\300\300\0\0\300\300\0\0\1\7\36\36\7\1\0\0\300\300\0\0\300\300\0\0\17\37\17" + "\17\37\17\0\0\300\300\0\0\300\300\0\0\30\35\7\7\35\30\0\0\300\300\0\0\300\300\0\0 cO" + "|\77\3\0\0@@@@\300\300\0\0\30\34\26\23\21\20\0\0\0\0\370\374\4\4\0\0\0\1\77" + "~@@\0\0\0\0\374\374\0\0\0\0\0\0\177\177\0\0\0\0\0\4\4\374\370\0\0\0\0@@" + "~\77\1\0\0\70\14\30\30\60\34\0\0\0\0\0\0\0\0"; +/* + Fontname: -Misc-Fixed-Bold-R-Normal--14-130-75-75-C-70-ISO10646-1 + Copyright: Public domain font. Share and enjoy. + Glyphs: 18/1009 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_7x14B_1x2_n[436] U8X8_FONT_SECTION("u8x8_font_7x14B_1x2_n") = + " :\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\30\240\370\370\240\30\0\0\3\0\3\3\0\3\0\0\0\0\340\340\0\0\0\0\1\1\17" + "\17\1\1\0\0\0\0\0\0\0\0\0\0\0\0Hx\70\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\30\30\0\0\0\0\0\0\200\340|\34\0\0p|\17" + "\3\0\0\0\0\360\370\10\10\370\360\0\0\17\37\20\20\37\17\0\0 \60\370\370\0\0\0\0\20\20\37" + "\37\20\20\0\0\60\70\10\210\370p\0\0\30\34\26\23\21\20\0\0\60\70\210\210\370p\0\0\14\34\20" + "\20\37\17\0\0\0\200\300\360\370\0\0\0\7\7\4\37\37\4\0\0\370\370HH\310\210\0\0\14\34\20" + "\20\37\17\0\0\340\360\230\210\270\60\0\0\17\37\20\20\37\17\0\0\70\70\210\350x\30\0\0\0\0\37" + "\37\0\0\0\0p\370\210\210\370p\0\0\16\37\21\21\37\16\0\0\360\370\10\10\370\360\0\0\14\35\21" + "\31\17\7\0\0\0\0``\0\0\0\0\0\0\14\14\0\0"; +/* + Fontname: open_iconic_arrow_2x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 28/28 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_arrow_2x2[900] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_2x2") = + "@[\2\2\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\4\14\34<\177\177<\34\14\4" + "\0\0\0\0\0\300\340\360\370\374\300\300\300\300\300\300\300\300\300\300\0\0\1\3\7\17\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\374\370\360\340\300\0\0\0\0\0\0\0\0\0\0\0\17\7" + "\3\1\0\0\0\0 \60\70<\376\376<\70\60 \0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\340\370\374\376\376\377\3\3\3\3\377\376\376\374\370\340\7\37>|x\360\340\300\300\340\360x" + "|>\37\7\340\370|>\36\17\7\3\77\77\77>><\370\340\7\37>|x\360\340\300\374\374\374|" + "|<\37\7\340\370<>>\77\77\77\3\7\17\36>|\370\340\7\37<||\374\374\374\300\340\360x" + "|>\37\7\340\370|>\36\17\7\3\3\7\17\36>|\370\340\7\37\77\177\177\377\300\300\300\300\377\177" + "\177\77\37\7\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\4\14\34\77\177\377\177<\34" + "\14\0\0\0\0\200\300\340\360\370\300\300\300\300\300\300\300\300\300\300\1\3\7\17\37\37\3\3\3\3\3\3" + "\3\3\3\3\300\300\300\300\300\300\300\300\300\300\370\370\360\340\300\200\3\3\3\3\3\3\3\3\3\3\37\17" + "\7\3\1\0\0\0\0\60\70<\376\377\376\374\70\60 \0\0\0\0\0\0\0\0\0\377\377\377\377\0\0" + "\0\0\0\0\0\20\60p\360\360\360\360\360\360\360\360p\60\20\0\0\0\0\0\0\1\3\7\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177" + "\0\0\0\0\0\0\0\0\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\340\300\200\0\0\0\0\0\0\10\14\16\17\17\17\17\17\17\17\17" + "\16\14\10\0\0\60x\370\360\340\300\200\200\300\340\360\370x\60\0\0\0\0\0\1\3\7\17\17\7\3\1" + "\0\0\0\0\0\0\0\200\300\340\360\370|>\36\14\0\0\0\0\0\0\0\1\3\7\17\37>|x\60" + "\0\0\0\0\0\0\0\14\36>|\370\360\340\300\200\0\0\0\0\0\0\0\60x|>\37\17\7\3\1" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\360\340\300\200\0\0\0\0\6\17\17\7\3\1\0\0\1\3\7" + "\17\17\6\0\0\0\0@\300\300\377\377\377\377\300\300@\0\0\0\300\300\300\300\300\301\303\307\307\303\301\300" + "\300\300\300\300\3\3\3\3\3\203\303\343\343\303\203\3\3\3\3\3\0\0\0\2\3\3\377\377\377\377\3\3" + "\2\0\0\0\70<\14\14\14\14\14\14\14\14\14\14\77\36\14\0\0\14\36\77\14\14\14\14\14\14\14\14" + "\14\14\17\7\0\0\300\360\70\30\14\14\0\0\200\300\340\340\300\200\1\3\7\7\3\1\0\0\60\60\30\34" + "\17\3\0\0\0\0\317\317\3\3\3\3\3\3C\303\377\377\300@\2\3\377\377\303\302\300\300\300\300\300\300" + "\363\363\0\0\14\14\34\70p\340\300\340p\70\34\14\77\36\14\0\60\60\70\34\16\7\3\3\17\34\70\60" + "\374x\60\0\0\200\300\300\340\340\360\360\360\360\377\376\374\370p \14\7\3\1\1\0\0\0\0\0\7\3" + "\1\0\0\0\377\377\3\3\3c\60\70\70<<<~<\34\10\77\77\60\60\60\60\60\60\60\60<<" + "\0\0\0"; +/* + Fontname: open_iconic_check_2x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 5/5 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_check_2x2[164] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_2x2") = + "@D\2\2\0\200\300\200\0\0\0\200\300\340\360\370\374x\60\0\1\3\7\17\37>\77\37\17\7\3\1" + "\0\0\0\0\340\370\374\376~\177\377\377\177\77\37\216\316\374\370\340\7\37\77\177~\374\370\370\374\376\377\177" + "\177\77\37\7\340\370\374\376\316\217\37\77\77\37\217\316\376\374\370\340\7\37\77\177s\361\370\374\374\370\361s" + "\177\77\37\7\377\377\3\3\3c\343\303\303\343q\70\34\216\6\0\77\77\60\60\60\60\60\61\61\60\60\60" + "\77\77\0\0\4\16\37>|\370\360\340\360\370\374~\77\36\14\0\20\70|~\77\37\17\7\7\17\37>" + "|x\60"; +/* + Fontname: open_iconic_embedded_2x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 17/17 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_embedded_2x2[548] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_2x2") = + "@P\2\2\374\374\14\14\14\14\14\14\14\14\14\14\374\374\300\300\77\77\60\60\60\60\60\60\60\60\60\60" + "\77\77\3\3\0\0\0\300\374\376\377\377\377\377\376\374\300\0\0\0\14\16\17\17\17\17O\317\317O\17\17" + "\17\17\16\14\200\300\334\374\374\70\36\37\37\36\70\374\374\334\300\200\1\3;\77\77\34x\370\370x\34\77" + "\77;\3\1\0\0\0\0 \70>\77\367\361p\20\0\0\0\0\0\0\0\0\14||\77\37\15\4\0" + "\0\0\0\0\0 \360\370\370\374\376\377\377\376\374\370\370\360 \0\0\0\77\77\77\77\3\3\3\3\77\77" + "\77\77\0\0\0\0\0\0\0\200\300\340\340\300\200\6\16\34\30\0\360\370\374\376\177\77\37\17\7\3\1\0" + "\0\0\0\0\200\200\200\200\200\370~\370\300\200\340\340\200\200\200\200\1\1\3\37\37\3\0\3\37\37\3\1" + "\1\1\1\1\0\0\0\300\370\376\77\77\376\360\300\0\0\0\0\0\340\374\377\377\377\377\314\314\377\377\377\377" + "\370\340\0\0\0\0\0\0\0\0\370\376\376\377\303\300\300\300\300``\220\230|>\37\17\7\3\3\3\3" + "\3\1\1\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\300\300\77\77\77\77\77\77\77\77\77\77\77\77" + "\77\77\3\3\0\0\0\60`\377\377\206\314xx\60\0\0\0\0\0\0\0\14\6\377\377a\63\36\36\14" + "\0\0\0\0\340\370\374\376\376\377\377\377\3\3\7\6\16<\370\340\7\37\77\177\177\377\377\377\300\300\340`" + "p<\37\7\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\374\374\374\374\374\374\374\374\374\374\314\314" + "\374\374\0\0\0\0\230\230\314\314ff\63\63\230\230\0\0\0\0\0\0\1\1\14\314\316\316\317\17\1\1" + "\0\0\0\0\300\340p\30\0\0\377\377\0\0\30p\340\300\0\0\17\37\70`\340\300\300\300\300\340`\70" + "\37\17\0\0\340\370<\16\6\7\3\3\3\3'\66><>>\7\37" + "\177\371\360`\0\0\377\377\3\3\3\3\3\3\377\377\0\0\0\0\0\0\377\377\360\360\220\220\360\360\377\377" + "\0\0\0\0\0\30<<<<\377\377\360\360\360\360`\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\60\60`\340\374\376\377\377\377\374\340`\60\60\0\0\63\63\37\77\177\177\0\0\177\177\77\37" + "\63\63\0\0\0\200\340\360\377\376\374\360\0\0\300\200\0\0\0\0\17\77\177\377\17\7\301\340\370\374\377\377" + "\377|\0\0\0\0\300\300\374\376\307\303\303\307\376\374\300\300\0\0\0\0\77\77\77\77\77\77\77\77\77\77" + "\77\77\0\0\377\377\3\3\3\3\3\3\3\3\3\3\3\3\377\377\17\17\214\314\314\314\374\374\374\374\314\314" + "\314\214\17\17\200\300\303\303\377\377\377\377\377\377\303\303\300\200\0\0\0\0\0\0\0\0\177\177\0\0\0\0" + "\0\0\0\0\377\377\3\3\3\3\3\3\3\3\3\3\377\377\0\0\377\377\360\360\360\360\220\220\360\360\360\360" + "\377\377\0"; +/* + Fontname: open_iconic_weather_2x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 6/6 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_weather_2x2[197] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_2x2") = + "@E\2\2\0\200\300\300\340\370\370\374\374\374\374\370\370\340\0\0\17\37\77\77\77\77\77\77\77\77\77\77" + "\77\77\77\36x~>\37\217\347\343\362\362\360\360\340\340\200\0\0<~\377\377\377\377\377\377\377\377\377\377" + "\377\377\374x\340\370\374\376\377\340\200\0\0\0\0\0\0\0\0\0\3\17\37\77\177\177\177\377\376|||" + "\70\30\14\0\300\340\360\360\370\376\376\377\377\377\377\376\376\370\300\200\3\3\363\363\1\0\374\374\0\1\363\363" + "\3\7\17\7\0@\300\300\300\300\340\374\374\340\300\300\300\300@\0\0\0\0\1s\77\37\17\17\37\77s" + "\1\0\0\0\200\200\14\14\300\340\360\363\363\360\340\300\14\14\200\200\1\1\60\60\3\7\17\317\317\17\7\3" + "\60\60\1\1"; +/* + Fontname: open_iconic_arrow_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 28/28 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_arrow_4x4[3588] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_4x4") = + "@[\4\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\20\60p\360\360\360\360\360\377\377\377\377\360\360\360\360\360p\60\20\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\37\77\177\377\77\37\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0@`\360\370\374\376\376\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\0\0\0\1\3\7\7\17\37\77\177\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\340\300\200\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\377\377\377\377\377\376\376\374" + "\370\360` \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\177\77\37\17\7\7\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\377\376\374\370\360\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\10\14\16\17\17\17\17\17\377\377\377\377\17\17\17\17\17\16\14\10\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\17\17\17\17\17\17\17\17\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\377\377\376\360\17\177\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\376\374\370\360\360\370\374\376\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\200\300\340\360\370\374\374\376\376\376\177\77\37\17\377\377\377\377\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\177\77\37\17\7\3\1\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17" + "\377\377\376\360\17\177\377\377\376\374\370\360\340\300\200\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\376\374\370\360\377\377\377\377\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\17\37\77\177\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\17\17\17\17\17\17\17\17\17\17\17\17\0\0\0\0\0\1\3\7\17\37\77\177" + "\377\377\376\360\17\177\377\377\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\200\300\340\360\370\374\376" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\360\370\374\376\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\200\300\340\360\370\374\374\376\376\376\177\77\37\17\17\37\77\177\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177" + "\377\377\376\360\17\177\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\360\360\360\360\360\360\360\360\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20\60p\360\360\360\360\377\377\377\377\377\377\377\377\360\360\360\360\360p\60\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\177\77\37\17\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\1\3\7\17\37\77\177\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\0\0\1\3\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\300\200\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\377\377\377\377\377\376\374\370" + "\360\340\300\200\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\14\16\17\17\17\17\17\377\377\377\377\377\377\377\377\17\17\17\17\16\14\10\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\300" + "\200\0\0\0\0\6\17\37\77\177\377\377\377\377\376\374\370\360\340\300\300\340\360\370\374\376\377\377\377\377\177\77" + "\37\17\6\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\177\77\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360`\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17\6\0\0\0" + "\0\0\0\0\0\0\0\0\0`\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\376\374\370\360\340\300\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\6\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\30<~\377\377\377\377\177\77\37\17\7\3\1\0\0\1\3\7\17\37\77\177\377\377\377\377" + "~<\30\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20\60p\360\360\360\360\377\377\377\377\377\377\377\377\360\360\360\360p\60\20\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\10\14\16\17\17\17\17\377\377\377\377\377\377\377\377\17\17\17\17\16\14\10\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\340\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\377\376\374\370" + "\370\360`\0\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\7\3\1" + "\1\0\0\0\0`\360\370\370\374\376\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\377\377\177\77\0\0\0\1\1\3\7\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\374\376\377\37\7\3\1\1\0\0\0\0\0\0\0\200\300\340\370\374\376\376\374" + "\370\340\300\200\1\3\7\37\77\177\177\77\37\7\3\1\0\0\0\0\0\0\0\200\200\300\340\370\377\177\77\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\7\7\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377" + "\0\0\0\0\0\0\0\300\340\370\370\340\300\0\0\0\0\0\0\0\0\0\0\0\20\60\360\360\377\377\377\377" + "\360\360\60\20\10\14\17\17\377\377\377\377\17\17\14\10\0\0\0\0\0\0\0\0\0\0\0\3\7\37\37\7" + "\3\0\0\0\0\0\0\0\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\377\377\377\377" + "\0\0\0\0\360\360\360\360\360\360\340\300\200\0\0\0\0\0\0\0\0\200\300\340\360\360\360\360\377\376\374\370" + "\370\360`\0\0\0\0\0\1\3\7\17\37\77\376\370\360\360\370\374~\77\17\7\3\1\0\0\17\7\3\1" + "\1\0\0\0\0\0\0\0\200\300\340\360\374~\77\37\17\7\17\37\177\374\370\360\340\300\200\0\360\340\300\200" + "\200\0\0\0\17\17\17\17\17\17\7\3\1\0\0\0\0\0\0\0\0\0\1\3\7\17\17\17\377\177\77\37" + "\37\17\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\376\374\370\360\340\300\200" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177>\34\10\300\374\77\37\17\7\7\3\1\1\1\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0" + "\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\377\377\377\17\17\17\17\17\17\17\17\0\0\200\300\300\340\340\340\360\360\360\360\376\374\370\360" + "\340\340\300\200\377\377\377\377\0\0\0\0\0@\60\34\36\17\17\17\17\17\17\17\17\17\17\17\177\77\37\17" + "\7\3\1\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0" + "\0\0\0\0\7\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\7\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_check_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 5/5 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_check_4x4[644] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_4x4") = + "@D\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\340\300" + "\200\0\0\0\0\0\200\300\340\360\340\300\200\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\177\77" + "\37\17\6\0\2\7\17\37\77\177\377\377\377\377\376\374\376\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\377\377\377\377\177\77\77\177\377\377\377\377\177\77\37\17\7\203\301\340\360\371\377\377" + "\377\377\376\360\17\177\377\377\377\377\377\377\376\374\370\360\340\301\301\340\360\370\374\376\377\377\377\377\377\377\377\377" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\377\377\377\377\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\377\377\377\377\371\360\340\301\203\7\17\37\37\17\7\203\301\340\360\371\377\377\377\377" + "\377\377\376\360\17\177\377\377\377\377\377\377\237\17\7\203\301\340\360\370\370\360\340\301\203\7\17\237\377\377\377\377" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\377\377\377\377\177\177\177\77\77\37\17\7" + "\3\1\0\0\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\7\3\201\300\340\360\370\374\376" + "~<\30\0\377\377\377\377\0\0\0\0\0\30<~\376\374\370\360\360\370\374\376\177\77\37\17\7\3\201\300" + "\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\1\3\7\7\3\1\0\0\0\0\0\376\377\377\377" + "\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\0\0\0\0 p\370\374\376\377\376\374\370\360\340\300\200\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374" + "\370\360`\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\376\374\376\377\377\377\377\377\177\77\37\17\7\3" + "\1\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\177\77\77\177\377\377\377\377\376\374\370\360\340\300" + "\200\0\0\0\2\7\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77" + "\37\17\6"; +/* + Fontname: open_iconic_embedded_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 17/17 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_embedded_4x4[2180] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_4x4") = + "@P\4\4\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\360\360\360\360\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\370\300\0\0" + "\0\0\0\0\300\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376" + "\374\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\60p\360\360\360\360p\60\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0@\340\360\370\360\360\340\340\340\360\376\377\377\377\377\376\360\340\340\340\360\360\370\360\340" + "@\0\0\0\300\340\340\340\361\377\377\377\377\377\77\17\7\7\3\3\3\3\7\7\17\77\377\377\377\377\377\361" + "\340\340\340\300\3\7\7\17\217\377\377\377\377\377\374\360\340\340\300\300\300\300\340\340\360\374\377\377\377\377\377\217" + "\17\7\7\3\0\0\0\2\7\17\37\17\17\7\7\7\17\177\377\377\377\377\177\17\7\7\7\17\17\37\17\7" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\177\37\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\10\16\17\17\17\17\17\317\377\377\377\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\60\360\360\360\360\360\376\377\377\377\367\361p\60\20\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\370\374\376\377\377\376\374\370\370\360\340\300\300\200\0\0" + "\0\0\0\0\0\10\14\16\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376" + "\16\14\10\0\0\0\0\0\377\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<~\376\374\370\360" + "\340\300\200\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\1\3\7" + "\7\3\1\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\200\200\200\200\200\200\200\200\370\377\377\177\177\377\377\370\300\0\300\370\376\376\370\340\200\200\200" + "\200\200\200\200\7\7\7\7\7\37\377\377\377\377\37\3\0\0\3\37\377\377\377\377\77\17\3\7\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\17\17\1\0\0\0\0\0\0\0\17\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\374\377\377\377\377\17\17\17\17\377\377\377\377\370\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\360\360\360\360\377\377\377\377\377\377\377\374\360\300\0\0" + "\0\0\0\0\370\377\377\377\377\377\377\377\377\377\377\377\360\360\360\360\377\377\377\377\377\377\377\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\374\376\376\377\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\337\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360" + "\360\370|\36\0\0\0\200\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\17\17\17\17\17\17\7\7\3" + "\3\1\0\0<~\347\303\303\347\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\360\360\360\360\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\376|\377\377\377\377\300\340\360\360y\77\77\37\17\17\6\0\0\0" + "\0\0\0\0\0\0\0\0\0`\360\370|>\377\377\377\377\3\7\17\17\236\374\374\370\360\360`\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\177<\36\37\17\7\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\17\17\17\37\36\36>|\374\370\360\340" + "\300\200\0\0\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\1\3\37" + "\377\377\376\360\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\370" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\360\360\360\370xx|>\77\37\17\7" + "\3\1\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + "\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\371\360\360\371\377\377\377\377" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360xx<<\36\36\17\17\206\200\300\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\203\303\303\341\341\360\360xx<<\36\36\17\17\207\207\303\303\201\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\1a\360\360\370\370\374\374\376\376\377\377\377\7\3\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360`\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\200\0\0\0\0\377\377\377\377\0\0\0\0\200\300\200\0\0\0\0\0" + "\0\0\0\0\300\360\374\376\177\37\7\3\3\0\0\0\377\377\377\377\0\0\0\3\3\7\37\177\376\374\360\300" + "\0\0\0\0\77\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\377\377\377\77" + "\0\0\0\0\0\0\3\7\17\37><|x\370\360\360\360\360\360\360\370x|<>\37\17\7\3\0\0" + "\0\0\0\0\0\0\200\300\340\360\370||>\36\36\17\17\17\17\17\17\17\37\36\36>|\370\370\360\360" + "\370\374\376\376\360\376\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\10\14\16\17\17\17\17\17" + "\17\17\17\17\17\177\377\377\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\3\7\17\37>>|xx\370\360\360\360\360\360\360\370xx|>>\34\10\0" + "\0\0\0\0\20xx|<<\36\36\36\36\17\17\17\17\17\17\17\17\17\17\36\36\36\36<<|x" + "x\20\0\0\0\0\0\0\0\0\0\300\340\340\340\360\360\360\360\360\360\360\360\340\340\340\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\1\1\1\0\0\0\0\0\0\1\1\1\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377~<\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_play_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 18/18 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_play_4x4[2308] U8X8_FONT_SECTION("u8x8_font_open_iconic_play_4x4") = + "@Q\4\4\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\360\360\360\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377" + "\0\0\0\0\17\17\17\17\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\360\360\370\370\374\0\0\0\0\377\377\377\377" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\377\377\377\377" + "\0\0\0\0\0\0\0\0\1\17\177\377\377\371\301\3\3\7\7\17\17\37\37\77\0\0\0\0\377\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\376\374\370\360\300\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\360\340\300" + "\0\0\0\0\10\14\16\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\16\14\10\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\300\340\360\370|>\36\36\17\17\17\17\17\17\36\36>|\370\360\340\300\0" + "\0\0\0\0\0\0\0\0\376\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\376" + "\0\0\0\0\376\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\376\7\17\17\17\17\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\17\17" + "\17\17\17\7\0\0\0\0\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\376\376\374\374\370\370\360\360\340\340\300\300\200\200\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\177\177\77\77\37\37\17\17\7\7\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\17\7\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\360\360\360\360\360\360\340\340\340\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\340" + "\0\0\0\0\0\0\0\0\7\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\17\17\17\17\17\17\7\7\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\340\360\0\200\300\340\340\360\370\374\374\376\377\377\377\377\377\377\0\200\300\340\340\360\370\374\374\376\377\377" + "\377\377\377\377\0\1\3\7\7\17\37\77\77\177\377\377\377\377\377\377\0\1\3\7\7\17\37\77\77\177\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\3\7\17\360\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\360\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\376\374\374\370\360\340\340\300\200\0\377\377\377\377\377\377\376\374\374\370\360\340" + "\340\300\200\0\377\377\377\377\377\377\177\77\77\37\17\7\7\3\1\0\377\377\377\377\377\377\177\77\77\37\17\7" + "\7\3\1\0\17\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\17\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\360" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\200\200\300\340\340\360\360\370\374\374\376\376\377\377\377\377\377\377\377" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\1\1\3\7\7\17\17\37\77\77\177\177\377\377\377\377\377\377\377" + "\0\0\0\0\17\17\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\17" + "\0\0\0\0\360\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360" + "\0\0\0\0\377\377\377\377\377\377\377\376\376\374\374\370\360\360\340\340\300\200\200\0\377\377\377\377\377\377\377\377" + "\0\0\0\0\377\377\377\377\377\377\377\177\177\77\77\37\17\17\7\7\3\1\1\0\377\377\377\377\377\377\377\377" + "\0\0\0\0\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\377\377\377\376\374\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0~\377\377\376\200\0\0\0\77\177\377\377\377\377\177\77\0\0\0\200\376\377\377\376" + "\0\0\0\0\0\0\0\0\0\3\7\17\37>|xx\360\360\360\360\360\360xx|>\37\17\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\377\377\377\377\360\360\360\360\340\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\360\370\370\374\374\374\374\376\376\376\376\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\3\3\1\1\1\1\1\1\1\0\0\0\0\0\0\0" + "\377\377\377\377\0\300\340\340\360\360\360\360\377\377\377\377\0\0\0\0\0\0\0\0\360\374\376\376\377\377\377\377" + "\377\377\377\377\17\77\177\177\377\377\377\377\177\177\77\17\0\0\0\0\0\0\0\0\0\3\7\7\17\17\17\17" + "\7\7\3\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340" + "\300\200\0\0\360\376\377\377\377\377\377\377\377\377\377\377\0\1\3\3\7\17\17\37\77\77\177\377\377\377\377\377" + "\377\377\376\360\17\177\377\377\377\377\377\377\377\377\377\377\0\200\300\300\340\360\360\370\374\374\376\377\377\377\377\377" + "\377\377\177\17\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\377\377\377\377\177\177\177\77\77\37\17\7" + "\3\1\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\0\0\0\0\360\360\360\340\340\340\300\200" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\360\360\340\301\1\3\7\37" + "\377\376\374\340\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\17\17\7\203\200\300\340\370" + "\377\177\77\7\0\0\0\0\0\0\0\0\1\3\17\37\177\377\377\377\0\0\0\0\17\17\17\7\7\7\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\360\360\340\300" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\17\17\7\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\177\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\177\377\377\377\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_thing_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 19/19 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_thing_4x4[2436] U8X8_FONT_SECTION("u8x8_font_open_iconic_thing_4x4") = + "@R\4\4\0\0\0\0\0\0\0\0\0\200\300\360\370\374~\77\77~\374\370\360\300\200\0\0\0\0\0" + "\0\0\0\0\360\360\360\360\360\360\374\376\377\377\377\363\361\360\360\360\360\360\360\361\363\377\377\377\376\374\360\360" + "\360\360\360\360\0\0\0\0\377\377\377\377\37\17\17\37\377\377\377\377\377\377\377\377\37\17\17\37\377\377\377\377" + "\0\0\0\0\0\0\0\0\377\377\377\377\370\360\360\370\377\377\377\377\377\377\377\377\370\360\360\370\377\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\377\17\17\17\17\17\17\17\17\377\377\376\374\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\7\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\17\7\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\377\377\377\377\17\17\17\17\377\377\377\377\17\17\17\17\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\374\376\376\377\77\37\17\17\17\16\36<" + "\374\370\340\200\0\0\0\0\0\0\0\0\200\300\340\360\377\377\377\377\377\377\377\377\374\370\360\360\360\360\370\374" + "\377\377\177\37\0\200\300\340\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\17\17\17\17\17\7\7\3" + "\3\1\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376>\37\17\17\17\17\37>\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~>\37\17\17\17\17\37>\376\374\370\340" + "\0\0\0\0\0\0\300\340\360\370\374~\77\237\317\347\343\301\200\0\0\0\200\300\340\360\370\374\177\77\37\7" + "\0\0\0\0\374\377\377\377\3\1\0<~\377\377\347\343\361\370|>\77\237\317\347\303\201\0\0\0\0\0" + "\0\0\0\0\0\3\17\37\77>|x\360\360\361\361\361\361x|>\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<\376\377\377\377\377\376<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~~\377\377" + "\377\377~<\377\377\377\377\377\377\377\377\303\1\0\0\0\0\1\303\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\374\374" + "~\77\16\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34>~\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\360\374\376\377\377\377\377\377\376\374\370\0\0\0\3\3\1\0\0\0\0\0\0" + "\0\0\0\0@@\340\370\374\377\377\377\177\177\177\77\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\376\376\376\374\370\360\340\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\360\300\0" + "\0\0\0\0\0\0\0\0\376\377\377\377\17\7\7\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376" + "\0\0\0\0\0\0\0\0\0\7\17\37\77|\370\370\360\360\341\341\341\363\377\377\377\177\177\77\37\17\7\0" + "\0\0\0\0\0\0\0\0\340\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\340" + "\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\0\0\0\0\360\360\360\360\377\377\377\377\360\360\360\360\0\0\0\0\0\0\0\0\360\360\360\360\377\377\377\377" + "\360\360\360\360\7\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\17\7\0\0\300\340\360\370|<>\36\37\17\17\17\17\17\17\37\36><|\370\360\340\300\0\0" + "\0\0\0\0\374\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\374" + "\0\0\0\0\3\17\77\177\376\370\340\300\300\200\200\0\0\0\0\0\0\200\200\300\300\340\370\376\377\377\357\303" + "\200\0\0\0\0\0\0\0\0\1\3\3\7\7\17\17\17\17\17\17\17\17\7\7\7\7\17\37\77\177\377\377" + "\377\377\376|\0\0\0\0\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\347\303\303\347\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\360\360\360\360\360\360\360\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\377\377\377\377\377~<\30\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\360\374\376\376\377\377\377\377\376\376\374\360\0\0\0\0\0\0\0\0" + "\0\0\0\0\6\17\17\36\36\274\374\370\371\377\377\377\377\377\377\377\377\377\377\371\370\374\374\36\36\17\17\6" + "\0\0\0\0\6\17\17\217\377\377\377\377\377\377\377\377\1\0\0\1\377\377\377\377\377\377\377\377\217\217\17\6" + "\0\0\0\0\16\17\17\7\7\7\17\37\77\177\77\37\0\0\0\0\37\77\177\77\37\17\7\7\7\17\17\16" + "\0\0\0\0\0\0\0\0\0\0\0\200\341\376\374\370\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\360\370\374\376\377\377\377\377\377\377\377\377~\0\0\0\0\20\340\300\200\0\0\0\0" + "\0\0\0\0~\377\377\377\377\377\377\377\377\177\77\37\17\3\1\0\200\300\340\370\376\377\377\377\377\376\374\340" + "\0\0\0\0\0\3\7\17\37\77\177\207\1\0\0\0\340\370\374\377\377\377\377\377\377\377\377\377\377\177\77\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376>\37\17\17\17\17\37>\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360\360\377\377\377\377\360\360\360\360\360\360\360\360\377\377\377\377\360\360\360\360" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\376\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\377\377\377\376\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\177\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\377\377\377\177\0\0\0\0\300\340\360\360\360\360\360\360\377\377\377\377\377\377\377\377\360\360\360\360\360\360\340\300" + "\0\0\0\0\0\0\0\0\17\17\17\17\377\377\377\377\377\377\377\377\377\377\377\377\17\17\17\6\0\0\0\0" + "\0\0\0\0\300\340\360\360\360\360\360\360\377\377\377\377\377\377\377\377\377\377\377\377\360\360\360\360\360\360\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\177\37\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377" + "\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\347\303\303\347\377\377\377\377\377\377\377\377\377\377\377\177" + "\0\0\0"; +/* + Fontname: open_iconic_weather_4x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 6/6 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_weather_4x4[772] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_4x4") = + "@E\4\4\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360\360\360\360\360\340\340\300\300\200\0\0" + "\0\0\0\0\0\200\300\340\340\360\360\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370" + "\0\0\0\0~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\376\374\360\0\1\3\7\7\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\7\7\3\0\200\340\370\374\374\376\376\377\377\177\77\77\37\36\16\14\14\10\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\77\37\37\37\7\3\1\300\360\370\374\374\376\376\377\377\377\377\377\377\376\376\374\374\370\340\200" + "\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\360\340\300\0\7\37\77\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\177\77\17\0\0\200\340\360\370\374\374\376\376\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\377\377\377\377\377\377\377\377\377\376\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\77\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\370\360\360\360\340\340\340\340\340\340" + "\340\340\60\0\0\0\0\1\3\7\17\37\37\77\77\77\177\177\177\177\177\177\177\177\77\77\77\37\37\17\7\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374\374\376\376\377\377\377\377\377\377\376\376\374\374\370\340\200" + "\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\360\340\300\200\7\37\37\17\17\17\17\17\17\3\1\1\340\360\360\340\1\1\3\17\17\17\17\17\37\37\77\177" + "\177\177\77\17\0\0\0\0~\377\377~\0\0\0\0\177\377\377\177\0\0\0\0~\377\377~\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\374\340\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\20\60p\360\360\360\360\360\360\360\360\370\377\377\377\377\377\377\370\360\360\360\360\360\360\360\360" + "p\60\20\0\0\0\0\0\0\0\1\3\7\317\377\377\377\377\377\377\377\377\377\377\377\377\317\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0p>\37\17\17\7\3\1\0\0\1\3\7\17\17\37>p\0\0\0" + "\0\0\0\0\0\0\0\0`\360\360`\0\0\0\0\0\0\6\17\17\6\0\0\0\0\0\0`\360\360`" + "\0\0\0\0\200\300\300\200\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0" + "\200\300\300\200\1\3\3\1\0\0\0\0\7\37\77\177\177\377\377\377\377\377\377\177\177\77\37\7\0\0\0\0" + "\1\3\3\1\0\0\0\0\6\17\17\6\0\0\0\0\0\0`\360\360`\0\0\0\0\0\0\6\17\17\6" + "\0\0\0"; +/* + Fontname: open_iconic_arrow_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 28/28 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_arrow_8x8[14340] U8X8_FONT_SECTION("u8x8_font_open_iconic_arrow_8x8") = + "@[\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\77\177\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\177\77\37\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\177" + "\377\77\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\370\374\376\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370\374\376\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\30<~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\1\3\3\7\17\37\77\177\177\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\77\177\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\376\374\370\360\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\376\376\374\370\360\340\300\300\200\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "~<\30\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\177\77\37\37\17\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\177\77\37\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\377" + "\376\374\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\376\374\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370" + "\360\340\300\200\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360" + "\370\374\376\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\30<~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "~<\30\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\374\370\360\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177" + "\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~<\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~<\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\376\374\370\370\360\340\300\300\200\0\0" + "\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~" + "~<\30\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\177\77\37\37\17\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\370\374\376\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\30<~~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + "\177\77\37\7\0\0\0\0\0\0\1\3\3\7\17\37\37\77\177\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374\374\376\376\376\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374\376\377\377\377\377\177\77\37\17\7\3\3\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\376\374\370\340\300\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\376\374" + "\370\340\300\200\1\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\377\377\377\377\377\37\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\7\37\77\177\177\77\37\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\200\200\300\300\340\360\370\374\376\377\377\377\377\177\77\17\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\177\177\177\77\77\77\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\374\377\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + "\77\17\3\1\200\300\360\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\77\377\377\377\377\377\377\77\17\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\376\374\370\370\360\340\300\300\200\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\340\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~" + "~<\30\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\377\377\377\377\377\376\374\370\340\300\200\0\0\0" + "\200\340\360\370\374\377\377\377\377\377\177\77\17\7\3\1\0\0\0\0\377\177\77\37\37\17\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\177\377\377\377\377\377\376\377" + "\377\377\377\377\77\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\377\377\377\377\377\177\77\177" + "\377\377\377\377\377\376\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\374\376\377\377\377\377\377\77\37\17\7\1\0\0\0\0" + "\0\1\3\7\37\77\177\377\377\377\377\377\374\370\360\340\300\200\0\0\377\376\374\370\370\360\340\300\300\200\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\177\177\77\37\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\17\37\77\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~" + "~<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\177\77\37\37\17\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360\370\370\370\374\374\374\376\376\376" + "\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\374" + "\370\360\340@\0\0\0\0\0\200\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7" + "\3\1\0\0\0\0\340\370\377\377\377\377\377\377\177\77\37\37\17\17\7\7\3\3\3\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\200\376\377\177\77\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\340\360\360\370\370\374\374\376\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\370" + "\360\340\300\200\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\374\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200p<\37\17\7\3\3\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\17\77\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\77\17\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_check_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 5/5 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_check_8x8[2564] U8X8_FONT_SECTION("u8x8_font_open_iconic_check_8x8") = + "@D\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + ">\34\0\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0" + "\0\0\0\0\10\34>\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\370\374\376\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\177" + "\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\201\303\347\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\7\17\37\77\177\377\377\377" + "\377\377\377\177\77\37\17\7\3\1\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\1\3" + "\3\1\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340" + "\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\177\177\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\347\303\201\0\0\0\0\1\3\7\17\37\77" + "\177\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\201\303\347\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0" + "\0\0\1\3\3\1\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0" + "\0\0\200\300\300\200\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\347\303\201\0\0\0\0\200\300\340\360\370\374" + "\376\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\201\303\347\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360" + "\340\300\200\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360" + "\340\300\200\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\200\300\340\360\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7" + "\17\37\77\177\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\370\374\376\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\10\34>\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + ">\34\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\374\370\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + "\77\37\17\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0" + "\0\0\0\0\10\34>\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + ">\34\0\0\0\0\0\0\0\1\3\7\17\37\77\77\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\77\77\37\17\7\3\1\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_embedded_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 17/17 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_embedded_8x8[8708] U8X8_FONT_SECTION("u8x8_font_open_iconic_embedded_8x8") = + "@P\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376" + "\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\340\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300" + "\200\0\0\0\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\374\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\77\177" + "\177\377\377\377\377\377\377\177\177\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\300\360\376" + "\377\377\377\377\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0x\374\376\377\377\377\377\377\377\377\376\376\374\374\374\374\374\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\374\374\374\374\374\376\376\377\377\377\377\377\377\377\376\374x\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\17\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\37" + "\37\17\17\17\17\17\17\37\37\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\7\1\0\0\0\0" + "\0\0\0\0\360\370\370\370\374\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\37\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\374" + "\370\370\370\360\17\37\37\77\77\77\177\177\377\377\377\377\377\377\377\377\377\377\377\377\370\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\370\377\377\377\377\377\377\377\377\377\377\377\377\177\177\77\77" + "\77\37\37\17\0\0\0\0\0\0\0\0\200\340\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\370" + "\370\360\360\360\360\360\360\370\370\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\340\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\36\77\177\377\377\377\377\377\377\377\177\177\177\77\77\77\77\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\77\77\77\77\177\177\177\377\377\377\377\377\377\377\177\77\36\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\0\3\37\177" + "\377\377\377\377\377\377\377\377\177\37\3\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376" + "\377\377\377\377\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377" + "\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\340\374\377\377\377\377\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\370\377\377\377\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377\377\377\377\377\377" + "\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370" + "\370\374\376\377\377\376\374\370\370\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\360\370\374\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\360\360\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\340\360\370\374\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\374\370\360\340" + "\340\300\200\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\376\374\370\360" + "\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\374\340" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377\377\377\377\377" + "\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\377\377\377" + "\377\377\377\374\340\0\0\0\0\0\0\0\200\340\374\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\360\376\377\377\377\377\377\377\17\17\177" + "\377\377\377\377\377\377\370\300\0\200\360\374\377\377\377\377\377\377\377\377\376\370\340\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\77\77\77\77\77\77\77\77\77\77\377\377\377\377\377\377\377\377\377\377\377\377\77\7\0\0\0\0" + "\3\77\377\377\377\377\377\377\376\377\377\377\377\377\377\77\17\37\77\77\77\77\77\77\77\77\77\77\77\77\77\77" + "\77\77\77\77\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\377\377\377\377\17\1\0\0\0\0\0\0" + "\0\0\1\17\177\377\377\377\377\377\377\377\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\77\377\377\77\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\3\77\377\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377" + "\377\377\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\376\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\340\200\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\360\370\374\374\376\376\376\376\377\177\77\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\374\376" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\370\374\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\177\177\177\177\377\377\377\377\377\377\377\377\377\177\177\177\77\77\37\17\17\7\3\1" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\370\374\376\77\37\17\17\17\17\37\77\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\37\77\177|\370\360\360\360\360\370|\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\376\374\370" + "\370\360\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\17\37\77\77\177\377\377\377\376\374\374\370\360\340\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<~\377\377\377\377\376\374\370\360\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\201\303\303\347\377\377\377\377\377\377\377\377~<<\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377" + "\360\370\374\374\376\377\177\177\77\37\37\17\7\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377" + "\17\37\77\77\177\377\377\376\376\374\370\370\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<~\377\377\377\377\177\77\37\17\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\201\303\303\347\377\377\377\377\377\377\377\377~<<\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\377\377\377\377\377\377\377\377" + "\360\370\374\374\376\377\377\377\177\77\77\37\17\7\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\177\77\37" + "\37\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\360\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\1\1\1\3\3\3\7\17\17\37\77\177\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\377\377\377\377\377\377" + "\374\360\300\0\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377\377" + "\377\377\377\77\0\3\17\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\377\377\377\377\377\377" + "\77\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\200\200\200\300\300\300\340\360\360\370\374\376\377\377\377\377\377\177\77\17\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\17\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\0\0\0\0" + "\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\303\201\0\0\0\0\201\303\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\360\360" + "\370\370\374\374\376\376\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\376\376\377\377\377\377\177\177\77\77\37\37" + "\17\17\7\7\3\3\1\1\200\200\300\300\340\340\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\17\17\17\17\17\7\7\3\3\1\1\200\200\300\300\340\340\360\360" + "\370\370\374\374\376\376\377\377\377\377\177\177\77\77\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\376\376\377\377\377\377\177\177\77\77\37\37" + "\17\17\7\7\3\3\1\1\200\200\300\300\340\340\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\17\17\17\17\17\7\7\3\3\1\1\200\200\300\300\340\340\360\360" + "\370\370\374\374\376\376\377\377\377\377\177\177\77\77\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377~\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30~\377\377\377\377\377\377\377" + "\377\377\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\300\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\200\300\360\360\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\370\374\376\377\377\377\377\177\77\37\17\7\7\2\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\2\7\17\17\37\77\177\377\377\377\377\376\374\370\340\200\0\0\0\0\0\0\0" + "\0\0\0\0\200\370\377\377\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\377\377\376\370\200\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\1\37\377\377\377\377\377\377\377\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\377\177\37\1\0\0\0\0" + "\0\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\376\374\370\360\360\340\300\300\200\200\200\200\0\0\0\0" + "\0\0\0\0\200\200\200\200\300\300\340\360\360\370\374\376\377\377\377\377\177\77\37\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377\377\377\377" + "\377\377\377\377\377\177\177\177\177\77\77\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\374\370\370\360\360\340\340\300\200\0\0\0\0\200\300\340\360" + "\370\374\376\376\0\0\0\0\0\300\340\370\374\376\377\377\377\377\177\77\77\37\17\7\7\3\3\3\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\1\1\1\3\3\7\7\17\37\37\77\377\377\377\377\377\376\376\377\377\377\377\377" + "\377\377\377\377\0\300\360\376\377\377\377\377\377\177\37\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\374\377\377\377\377\377\377\377\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\377\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\3\17\77\377\377\377\377\377\376\370\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\376\374\374\370\360\340\340\300\300\300\200\200\200\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\340\360\360\370\374\376\374\370\360\340\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\17\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\77\37\37\17\17\7\3\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\200\300\300\340\340\360\360\360\370\370\374\374\374\374\376\376\376\376\376\376\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\376\374\374\374\374\370\370\370\360\360\340\340\300\300\200\200\0\0" + "\0\0\0\0\1\7\37\77\177\77\77\37\37\17\17\7\7\7\3\3\3\1\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\3\3\3\7\7\7\17\17\37\37\77\77\177\77\37\7\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 p\360\370\370\374\374\376\376\376\376\377\377\377\377" + "\377\377\377\377\377\377\377\376\376\376\376\376\374\374\370\370\360\360 \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\7\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\1\1\1\3\3\3\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377" + "\377\377\377\377\377\376\376\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\77\177\177\377" + "\377\377\377\377\377\177\177\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_play_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 18/18 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_play_8x8[9220] U8X8_FONT_SECTION("u8x8_font_open_iconic_play_8x8") = + "@Q\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\300\300\340\340\360\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\360\360\370\370\374" + "\374\376\376\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\377\377\377\377\307\3\3\7\7\17\17\37\37\77" + "\77\177\177\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377\377\377\377\374\340\200\0\0\0\0\0" + "\0\0\0\0\0\1\1\3\3\7\7\17\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\177\377\377\377\377\177<\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\360\370\374\376\376\374\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\376\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\376\370\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\370\360\340\200\0\0\0" + "\0\0\0\0\200\300\340\360\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374" + "\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374\374\376\376\376\377" + "\377\377\377\377\377\377\377\377\377\376\376\376\374\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374\376\377\377\377\377\177\77\37\17\7\3\3\1\1\1" + "\0\0\0\0\0\0\0\0\1\1\1\3\3\7\17\37\77\177\377\377\377\377\376\374\360\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\377\377\377\377\377\377\377\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\376\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\77\177\377\377\377\377\377\377\377\377\377\377\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\177\377\377\377\377\377\377\377\377\377\377" + "\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\376\376\374\374\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374" + "\374\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\374\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\77\77\37\37\17\17\7\7\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\77" + "\77\37\37\17\17\7\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\177\177\77\77\37\37\17\17\7\7\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374\374\376\376\376\377" + "\377\377\377\377\377\377\377\377\377\376\376\376\374\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\37\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\37\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\17\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\17\37\77\77\77\177\177\177\377" + "\377\377\377\377\377\377\377\377\377\177\177\177\77\77\77\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370" + "\370\374\376\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370" + "\370\374\376\377\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\360\370\374\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\360\370\374\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\0\200\300\340\340\360\370\374\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\200\300\340\340\360\370\374\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\1\3\7\7\17\37\77\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\1\3\7\7\17\37\77\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\17\37\77\177\177\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\17\37\77\177\177\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\17\37" + "\37\77\177\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\17\37" + "\37\77\177\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\376\374\370\370\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\376\374\370\370\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\360\360\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\360\360\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\374\370\360\340" + "\340\300\200\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\374\370\360\340" + "\340\300\200\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\77\37\17\7" + "\7\3\1\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\77\37\17\7" + "\7\3\1\0\377\377\377\377\377\377\377\377\377\377\377\177\177\77\37\17\17\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\177\177\77\37\17\17\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\377\177\77\37\37\17\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\177\77\37\37\17\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\360\370\370\374\374\376\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\200\200\300\300\340\360\360\370\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\200\200\300\340\340\360\360\370\374\374\376" + "\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\1\1\3\7\7\17\17\37\77\77\177" + "\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\1\1\3\3\7\17\17\37\37\77\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\37\37\77\77\177\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\376\374\374\370\370\360\340\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\370\360\360\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376" + "\376\374\374\370\360\360\340\340\300\200\200\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177" + "\177\77\77\37\17\17\7\7\3\1\1\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\77\37\37\17\17\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\177\77\77\37\37\17\7\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376" + "\376\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\377\377\377\376\374\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\374\376\377\377\377\377\376\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\377\377\377\370\300\0\0\0\0\0\0\7\37\77\177" + "\177\377\377\377\377\377\377\177\177\77\37\7\0\0\0\0\0\0\200\340\377\377\377\377\377\377\377\37\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\177\377\377\377\377\377\374\370\360\340\340\300\200\200\200" + "\0\0\0\0\0\0\0\0\200\200\200\300\300\340\360\370\374\376\377\377\377\377\177\77\37\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\17\37\37\77\77\177\177\177\177" + "\377\377\377\377\377\377\377\377\377\177\177\177\77\77\37\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\340\340\360\360\360\360\370" + "\370\370\370\374\374\374\374\374\374\374\376\376\376\376\376\376\376\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\17\17\17\7" + "\7\7\7\3\3\3\3\3\3\3\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\376\376\376\377\377\377\377\377\377\376\377\377\377\377" + "\377\377\377\377\0\300\340\360\370\374\376\376\376\377\377\377\377\377\377\376\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\177~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\77\177\177\177\377\377\377\377\377\377\177\177\177\77\37" + "\17\7\3\0\0\3\7\17\37\77\177\177\177\377\377\377\377\377\377\177\177\177\77\37\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\370\370\370\374\374\376\376\376\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\370\370\360\340\340\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\340\300\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\1\3\3" + "\7\17\17\37\77\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\360\300\0\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\17\17\37\77\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\374\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\340\360\360\370\374\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\77\0\3\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\200\300\300" + "\340\360\360\370\374\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\17\3\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377" + "\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\37\37\17\7\7\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\374\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\376\376\376\374\374\374\370\370\360\340\300\200\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\3\3\7\17\37\77\177\377\377\377\377\376\374" + "\360\340\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\376\376\374\370\340\0\0\0\0\0\0\1\17\377\377\377\377" + "\377\377\377\370\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\177\177\77\37\7\0\0\0\0\0\0\200\360\377\377\377\377" + "\377\377\377\37\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\340\360\370\374\376\377\377\377\377\177\77" + "\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\177\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\177\177\177\77\77\77\37\17\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\77\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\300\340\370\374\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370" + "\376\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\376\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\177\177\77\37\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37" + "\177\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\3\7\37\77\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\370\374\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\300\360\370\376\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\1\3\17\37\177\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\7\37\77\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_thing_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 19/19 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_thing_8x8[9732] U8X8_FONT_SECTION("u8x8_font_open_iconic_thing_8x8") = + "@R\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370" + "\374\376\377\377\377\377\376\374\370\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\377\377\377\377\377" + "\77\37\17\7\7\17\37\77\377\377\377\377\377\376\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\377\377\377\377\177\77\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\17\77\177\377\377\377\377\377\374\370\360\340\300\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\3\1\0\0\0\0\1\3\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\3\1\0\0\0\0\1\3\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\300\200\0\0\0\0\200\300\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\300\200\0\0\0\0\200\300\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\177\77\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\360\370\374\374\376\376\376\376\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\360\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\374\376" + "\377\377\377\377\377\377\377\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\376\374\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\370\340\300\200\200\0\0\0\0\0\0\200\200\300\340\370\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\177\77\17\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\177\177\77\77\37\17\17\7\3\1" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376" + "\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\377\37\7\3\1" + "\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377\377\377\376\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\340\360\370\370\374\376\376\376\377\377\377\377\377\377\377\377\376\376\374\374\370\370\360\340\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377" + "\377\177\77\37\17\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377\377\377\374\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\377\377\377\377\377\377\77\7\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\374\376\377\377\377\377\377\177\77\37\17\7\203\301\340\360\370\374\376\374\370\360" + "\340\300\0\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\300\374\377\377\377\377\377\377\77\17\3\1\0\0\300\370\374\377\377\377\377\377\177\77\37\17\7\3" + "\201\300\340\360\370\374\376\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\377\377\377\377\377\377\377\300\0\0\0\0\0\3\17\77\177\377\377\377\377\376\374\374\374\376\377" + "\377\377\177\77\77\37\17\7\203\301\340\360\370\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\3\17\77\177\377\377\377\377\376\374\360\340\340\300\200\200\200\0\0\1\1\3\3\3\3\201\201" + "\201\300\340\340\370\374\376\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\7\17\37\37\77\77\177\177\177\177\377\377\377\377\377\377\377\377\177\177" + "\177\177\77\77\37\37\17\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\376" + "\376\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377\377\377\377\377\377\377\377\377" + "\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\374\374\374\376\376\377\377\377\377\377\376" + "\376\374\370\340\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\77\77\77\177\177\377\377\377\377\377\177" + "\177\77\37\7\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1" + "\1\3\7\37\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\360\370\374\374\376\377" + "\376\374\70\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\370\374\376\376\377\377\377\377\377\377\377\377\177\37\17\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\300\340\340\360\370\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\3\3\7\7\17\37\77\177\377\377\377\377\377\377\377\377\377\77\37\17\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\376\377\377\377\377\377\377\377\376\376\374" + "\370\360\340\200\0\0\0\0\0\3\17\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\60\60x|~\177\377\377\377\377\377\377\377\377\177\177\177\77\77\77\37\17\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "\360\374\376\376\376\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\374\376\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\360\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\360\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\376\377\377\377\377\377\377\377\177\77\77\77\77\177\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\377\377\300\0\0\0\0\0\0\0\17\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\377\377\374\360\340\300\200\200\0\0\0\0" + "\1\1\3\3\3\3\7\17\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\17\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\77\177\177\377\377\377\377\376\376" + "\376\374\374\374\374\376\376\377\377\377\377\377\377\377\177\177\77\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\370\370\374\374\374\376\376\376\376\377\377\377\377\377" + "\377\377\377\377\377\377\376\376\376\374\374\374\370\370\360\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\376\377\377\377\377\177\77\37\17\17\7\3\3\1\1\1\1\0\0\0\0" + "\0\0\0\0\1\1\1\1\3\3\7\17\17\37\77\177\377\377\377\377\376\374\370\340\300\0\0\0\0\0\0\0" + "\0\0\0\0\200\370\377\377\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\377\377\377\370\300\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\1\37\377\377\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\377\177\37\1\0\0\0\0" + "\0\0\0\0\0\0\0\3\7\37\77\177\377\377\377\377\376\374\370\360\340\340\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\200\200\200\300\300\340\340\360\370\374\376\377\377\377\377\377\377\377\377\377\374\370\360\340\300\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\37\37\77\77\177\177\177\177\377\377\377\377\377" + "\377\377\377\377\377\177\177\177\177\77\77\77\37\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\376\374\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\177\177\377\377\377\377\377\377\377" + "\177\177\77\17\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\37\17\17" + "\17\17\37\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\370\360\360" + "\360\360\370\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\370\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\374\376\376\377\377\377" + "\377\377\377\376\376\374\374\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0<~\377\377\377\377\376\376\374\374\370\370\360\360\340\340\341\347\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\347\341\340\340\360\360\370\370\374\374\376\376\377\377\377\377~<\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\1\3\3\3\7\307\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\307\7\3\3\3\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0<~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\3\1\0\0" + "\0\0\1\3\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~<\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\200\300\300\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\300\300\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0|\376\377\377\377\377\177\177\77\77\37\77\177\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\177\77\37\77\77\177\177\377\377\377\377\376~\70\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\37\37\37\17\7\3\0\0\0\0" + "\0\0\0\0\1\7\17\37\37\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\374\374\370\360\340\300\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\377\377\377\377\376\374" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\177\17\0\0\0\0\0\0\0\0\0\36\374\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\37\17" + "\7\1\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\377\377\377\377\376\374\360\300\0\0\0\0\0\0" + "\0\0\0\0\37\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\3\1\0\0\0\0" + "\0\0\0\0\200\300\340\370\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\370\0\0\0\0" + "\0\0\0\0\0\0\3\17\77\177\377\377\377\377\377\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\200\340" + "\360\370\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\77y\200\0\0\0\0\0\0\0\0\360\376\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376" + "\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\377\37\7\3\1" + "\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377\377\377\376\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\376\374\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\30~\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\370\374\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374\370\340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\177" + "\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\37\17\17" + "\17\17\37\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\370\360\360" + "\360\360\370\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\0\0\0\0" + "\0\0\0"; +/* + Fontname: open_iconic_weather_8x + Copyright: https://github.com/iconic/open-iconic, SIL OPEN FONT LICENSE + Glyphs: 6/6 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_open_iconic_weather_8x8[3076] U8X8_FONT_SECTION("u8x8_font_open_iconic_weather_8x8") = + "@E\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374" + "\376\376\376\376\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374" + "\370\360\300\0\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377~\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\177\77\37" + "\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374\376\376\376\376\377\377\377\377\377\377\377\377\376\376\376\376" + "\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\37\17\7\7\3\3\3\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\77\17\7\3\1\0\0\0\0\200\300\340\360\360\370\374\374" + "\376\376\376\376\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\17\7\7\3\3\3\1\1\0\0\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374" + "\370\360\300\0\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377~\0\0\1\3\7\17\37\77\77\177\177\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\177\177\77\37" + "\17\7\3\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374\376\376\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\374\376\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\360\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\370\360\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\17\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\376\374\370\360\360\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\37\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\376\374\374\374\374\374\374\374\374\374\374\374\374\374\376>" + "\36\2\0\0\0\0\0\0\0\0\3\7\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\17\17\37\37\37\77\77\77" + "\77\77\77\77\77\77\77\77\77\77\77\37\37\37\17\17\17\7\7\3\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\374\374" + "\376\376\376\376\377\377\377\377\377\377\377\377\376\376\376\376\374\374\370\360\360\340\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\374\360\200\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\374" + "\370\360\300\0\17\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\77\37\17\7\3\1\1\1\0\0\0" + "\0\0\0\1\1\1\3\7\17\37\77\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\3\3\3\1\1\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\374\376\377\377" + "\377\377\376\374\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\1\1\1\3\7\17\37\77\177\177\177\77\37" + "\17\7\3\0\0\0\0\0\0\0\0\0\374\376\377\377\377\377\376\374\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\374\376\377\377\377\377\376\374\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\77\177\377\377\377\377\177\77\0\0\0\0\0\0\0\0\77\177\377\377" + "\377\377\177\77\0\0\0\0\0\0\0\0\77\177\377\377\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\340\374\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\370\377\377\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377" + "\377\377\377\377\377\377\377\377\377\376\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\7\17\17\37\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\17" + "\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\17\37\77\177\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\77\37\17\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\377\177\77\37\17\17" + "\7\3\1\0\0\1\3\7\17\17\37\77\177\377\377\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p>\37\17\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\17\37>p\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "<~\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377~<\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\376\376\376" + "\377\377\377\377\377\377\377\377\376\376\376\374\374\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\340\360\360\360\360\340\300\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\360\0\0\0\0\0\0\0\0\300\340\360\360" + "\360\360\340\300\3\7\17\17\17\17\7\3\0\0\0\0\0\0\0\0\17\177\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\177\17\0\0\0\0\0\0\0\0\3\7\17\17" + "\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\77\77\177\177\177" + "\377\377\377\377\377\377\377\377\177\177\177\77\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<~\377\377\377\377~<\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "<~\377\377\377\377~<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: ProFont29 + Copyright: ProFont Distribution 2.2 Ñ Generated by Fontographer 4.1.5 + Glyphs: 224/256 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_profont29_2x3_f[10756] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_f") = + " \377\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34\34\377\377\377\34\34\34\377\377\377" + "\34\34\34\0\7\7\7\77\77\77\7\7\7\77\77\77\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0p\374\376\216\7\377\377\377\7\16><\60\0\0\0`\341\343\203\7\377\377\377\7\216\376\374" + "p\0\0\0\0\1\3\3\7\77\77\77\7\3\3\1\0\0\0\0p\374\376\7\7\377\377\367\307\347\367\177" + "\77\37\0\0\300\341\363\177\77\177\377\377\7\7\375\374p\0\0\0\7\7\7\0\0\0\1\3\7\7\3\1" + "\0\0\0\0p\374\376\216\207\307\347\367~>\34\0\0\0\0\0p\375\377\217\17\37=\370\360\340\360\370" + "<\30\0\0\0\1\3\3\7\7\7\3\3\1\3\7\7\2\0\0\0\0\0\0\0\77\77\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\370\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\377\377\377\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\7\17\36<\70\20\0\0\0\0\0\0\0\0\1\3\7\17\376\374\370\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\0\0\0\0\0\0\0\20\70<\36\17\7\3\1\0\0" + "\0\0\0\0\20\70\70\360\340\376\376\376\360\360\70\70\20\0\0\0\2\7\7\3\3\77\77\77\3\3\7\7" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0@\341\363\177\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\77" + "\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\7\7\207\307\347\376\376\374\360\0\0\177\377\377\370<\36\17\7\3\1\200\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\70\70\70<\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\60<>\16\7\7\7\7\7\7\216\376\374p\0\0\0\0\200\300\340\360x<\36\17\7\3" + "\1\0\0\0\6\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\60<>\16\7\7\7\7\7\207\216\376" + "\374p\0\0`\340\340\200\0\0\7\7\7\17\217\375\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\200\300\340\360x<\36\377\377\377\0\0\0\0\0\37\37\37\35\34\34\34\34\377\377\377\34" + "\34\34\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\377\377\377\347\347\347\347\347\347\347\307\307" + "\207\7\0\0`\340\340\200\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\360\374\376\356\347\347\347\347\347\347\307\300\200\0\0\0\177\377\377\200\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7\7\7\7\7\7\207\307\377" + "\377\177\0\0\0\0\0\0\0\370\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0p\374\376\216\207\7\7\7\7\207\216\376\374p\0\0p\370\375\217\17\7\7\7\7\17\217\375" + "\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\360\374\376\16\7\7\7\7\7\7\16\376" + "\374\360\0\0\3\17\37\34\70\70\70\70\70\70\270\377\377\177\0\0\0\0\0\7\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\301\343\343\343\301\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0\0\301\343\343\343\301\0\0\0\0\0\0\0\0\0\0@\341\363\177\77\37\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360x<\36\17\7\2\0\0\0\0\2\7\17\37=x\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\2\0\0\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\2\7\17\36\16\7\7\7\7\7\7\216\376" + "\374\360\0\0\0\0\0\0\0\60\70<\36\17\7\3\1\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\207\307\347\347\347\356\376\374\360\0\0\177\377\377\200\0\17\37\77\70\70\70\77" + "\37\17\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\0\300\360\374\77\17\17\77\374\360\300" + "\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\207\216\376\374p\0\0\377\377\377\7\7\7\7\7\7\17\217\375" + "\370p\0\0\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\360\374\376\16\7\7\7\7\7\7\16>" + "<\60\0\0\177\377\377\200\0\0\0\0\0\0\200\340\340`\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\377\377\377\7\7\7\7\7\7\7\16\376\374\360\0\0\377\377\377\0\0\0\0\0\0\0\200\377" + "\377\177\0\0\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\360\374\376\16\7\7\7\7\7\7\16>" + "<\60\0\0\177\377\377\200\0\0\0\0\7\7\207\377\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\377\377\377\7\7\7\7\7\7\7\7\377" + "\377\377\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\7\7\7\7\7\377\377\377\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0x\370\370\200\0\0\0\0\0\0\200\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\377\377\377\200\300\340\360x<\36\17\7" + "\3\0\0\0\377\377\377\17\37=x\360\340\300\200\0\0\0\0\0\7\7\7\0\0\0\0\0\1\3\7\7" + "\6\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\36" + "<\60\0\0`\341\343\203\7\7\7\7\7\7\216\376\374p\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\377" + "\377\377\0\0\177\377\377\200\0\0\0\0\0\0\200\377\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\177\377\377\200\0\0\0\0\0\0\200\377\377\177\0\0\0\1\7\37~\370\340\340\370~\37\7" + "\1\0\0\0\0\0\0\0\0\1\7\7\1\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0" + "\377\377\377\0\377\377\377\300\340\360\177\77\177\360\340\340\377\377\377\0\7\7\7\3\1\0\0\0\0\0\1\3" + "\7\7\7\0\37\77\177\360\340\300\200\200\300\340\360\177\77\37\0\0\300\340\360x=\37\17\17\37=x\360" + "\340\300\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\377\377\377\200\0\0\0\0\0\200\377\377" + "\377\0\0\0\0\1\3\7\17\376\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\207\307\347\367\177\77\37\0\0\300\340\360x<\36\17\7\3\1\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\70\70\70\0" + "\0\0\0\0\0\0\3\17\77\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\374\360\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\374\360\300\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\70\70\70\77\77\77\0\0\0\0" + "\0\0\0\0@\340\360x<\36\17\17\36\0\0\0\1\3\3\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\340\340\340\360\374\376\356\347\347\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0~\377\377\201\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\343\347\347\347\347\347\347w\177" + "\77\17\0\0\377\377\377\340\340\340\340\340\340\340\300\300\200\0\0\0\377\377\377\0\0\0\0\0\0\0\1\377" + "\377\376\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\340\340\340\347\347\347\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\340\340\340\347\347\347\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\340\340\340\340p\177\77\17\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\200\300\340\340`" + " \0\0\0\377\377\377x<\36\77\177\363\341\300\200\0\0\0\0\7\7\7\0\0\0\0\0\0\1\3\7" + "\7\6\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\300" + "\300\200\0\0\377\377\377\0\0\0\377\377\377\0\0\1\377\377\376\0\7\7\7\0\0\0\7\7\7\0\0\0" + "\7\7\7\0\340\340\340\0\200\300\300\340\340\340\300\300\200\0\0\0\377\377\377\7\3\1\1\0\0\0\1\377" + "\377\376\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\200\300\300\340\340\340\340\340\340\300\300" + "\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\340\340\340\340\340\340\340\340\340\340\300\300\200\0\0\0\377\377\377\0\0\0\0\0\0\0\201\377" + "\377~\0\0\377\377\377\7\7\7\7\7\7\7\3\3\1\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0~\377\377\201\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\3\7\7\7\7\7\7\7\377" + "\377\377\0\0\340\340\340\0\200\300\300\340\340\340\300\300\200\0\0\0\377\377\377\7\3\1\1\0\0\0\1\7" + "\7\6\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0\7\17\17\35\34\34\34\34\34\34\270\370\360\340\0\0\7\7\7\7\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\340\340\340\377\377\377\340\340\340\0\0\0\0\0\0\0\0\0\0\177\377\377\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\0\0\0\340\340\340\0\0\0\0\0\0\0\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7" + "\7\7\0\0\340\340\340\0\0\0\0\0\0\0\0\340\340\340\0\0\3\17\77\374\360\300\0\0\300\360\374\77" + "\17\3\0\0\0\0\0\0\3\7\7\7\7\3\0\0\0\0\0\0\340\340\340\0\0\0\340\340\340\0\0\0" + "\340\340\340\0\377\377\377\200\0\200\377\377\377\200\0\200\377\377\377\0\0\3\3\7\7\7\3\1\3\7\7\7" + "\3\3\0\0\340\340\340\200\0\0\0\0\0\0\200\340\340\340\0\0\0\201\303\347\377~<<~\377\347\303" + "\201\0\0\0\7\7\7\1\0\0\0\0\0\0\1\7\7\7\0\0\340\340\340\0\0\0\0\0\0\0\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\343\347\347\347\347\347\347w\177" + "\77\17\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\200\300\340\360x<\36\17\7\3\1" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\200\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\7\7\17\375\375\370\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\177\360\340\340" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\375\375\17\7\7\0\0\0\0\0\0\0\340\340\360\177\177\37\0\0\0\0" + "\0\0\0\0\0\200\300\300\300\300\200\200\0\0\300\300\300\0\0\0\7\7\7\1\1\3\3\7\7\7\7\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\20\70\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\377\377\377\340\340\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\340\340\340\340p\177\77\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\300\300\300\0" + "\0\0\0\0\20\70\77\37\17\0\20\70\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\7\7\7\0\0\7\7" + "\7\0\0\0\0\0\70\70\70\377\377\377\70\70\70\0\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\377\377\377\70\70\70\0" + "\0\0\0\0\0\0\7\7\7\77\77\77\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\2\7\7\3\1\1\3\7\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\177\377\361\340\361\377\377x<\36\17" + "\7\3\1\0x<\36\376\377\217\7\217\376\376\217\7\217\376\370\0\0\0\0\0\3\7\7\7\3\3\7\7" + "\7\3\0\0p\374\376\216\7\7\7\7\7\7\16><\60\0\0`\341\343\203\7\7\7\7\7\7\216\376" + "\374p\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\376\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\3\17\17\4\0\0\0\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\377\377\377\7\7\7\7\7\7\0\0\177\377\377\200\0\377\377\377\7\7\7\0" + "\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\7\2\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0@\340\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\376\377\7\2\0\374\376\377\7" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0@\340\377\177\77\0@\340\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\360\370\370\370\370\370\360\360\340" + "\200\0\0\0\17\77\177\177\377\377\377\377\377\177\177\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\1\1\3\3\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\377\377\377\7\7\377\377\377\36\36" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\300\341\343\347\347\343\341\340\340\340\340\0\0\7\17\17\35\34\34\34\34\34\34\270\370" + "\360\340\0\0\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\200\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\1\7\377\376\370\0\0\0\0\0\0\0\0\0\0\0\4\17\17\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\340\340\340\300\300\340\340\340\340\300\0\0\0\377\377\377\0\0\377\377\377\70\70\70\77" + "\77\77\0\0\0\3\7\7\7\7\3\3\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\200\0\0\0\0\0\200\377\377" + "\377\0\0\0\0\1\3\7\17\376\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\347\347\347\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0" + "\0\0\0\0\0\200\300\300\340\374\374\374\340\300\300\200\0\0\0\0~\377\377\201\0\377\377\377\0\1\7\7" + "\6\0\0\0\0\1\3\3\7\77\77\77\7\7\7\7\7\0\0\0\376\377\377\341\340\340\340\341\7\7\6\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\200\340\340`\0\0\0\7\7\7\7\7\7\7\7\7\3\3\1" + "\0\0\0\0\200\300\200\0\0\0\0\0\0\0\200\300\200\0\0\0\0\1\203\377\376\356\306\356\376\377\203\1" + "\0\0\0\0\2\7\3\1\0\0\0\0\0\1\3\7\2\0\0\0\2\347\357\376\374\370\360\340\360\370\374\376" + "\357\347\2\0\0\70\70\70\70\70\377\377\377\70\70\70\70\70\0\0\0\0\0\0\0\0\7\7\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\370\371\373\207\17\36\0\0\3\17\37\34\70\70\70\70\70\31\37\37" + "\7\0\0\0\0\0\0\7\7\7\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\316\306\347\347\347\346\356\16\34|\370" + "\340\0\0\0\207\237\37\70\70\70\70\270\200\300\360\377\77\7\0\0\3\3\3\7\7\7\3\3\3\1\1\0" + "\0\0\0\0\0\0\3\17\37\34\70\70\70\70\70\77\77\77\0\0\0\0\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\200\200" + "\0\0\0\0\370\376\377\7\1\0\0\0\370\376\377\7\1\0\0\0\0\3\17\17\4\0\0\0\0\3\17\17" + "\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\356\356\346\347\347\307\306\16\16\34|\370\340\0\0\0\377\377\377\70x\377\377\307\300\300\360\377" + "\77\7\0\0\1\1\1\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\36\177\377\341\300\300\300\300\341\377\177\36\0\0\0\0\0\0\0\0\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\10\14\12\11\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\10\10\10\11\6\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\2\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\300\300\300\0" + "\0\0\0\0\377\377\377\0\0\0\0\200\377\377\377\200\0\0\0\0\377\377\377\7\7\7\7\3\3\1\3\3" + "\7\7\0\0<\377\377\303\201\377\377\377\0\0\0\377\377\377\0\0\0\0\1\3\3\377\377\377\7\7\7\377" + "\377\377\0\0\0\0\0\0\0\7\7\7\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\16\37\37\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0g\367\377\177\77\37\0\0\0\0\0\0\0\0\0\0\0\10\10\10\17\10\10\10\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\37\34\70\70\70\34\37\17\3\0\0\0\0\0\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\200\200\0" + "\0\0\0\0\1\7\377\376\370\0\0\0\1\7\377\376\370\0\0\0\4\17\17\3\0\0\0\0\4\17\17\3" + "\0\0\0\0\0\10\10\10\17\10\10\10\200@ \20\10\4\2\0\200@ \20\10\4\2\1\300\240\220\210" + "\374\200\200\0\0\0\0\0\0\0\0\0\0\0\4\4\7\4\4\0\0\10\10\10\17\10\10\10\200@ \20" + "\10\4\2\0\200@ \20\10\4\2\1\10\4\4\204D\70\0\0\0\0\0\0\0\0\0\0\4\6\5\4" + "\4\4\0\0\0\0\4\10\10\10\11\6\200@ \20\10\4\2\0\200@ \20\10\4\2\1\300\240\220\210" + "\374\200\200\0\0\0\0\0\0\0\0\0\0\0\4\4\7\4\4\0\0\0\0\0\200\300\347\347g\0\0\0" + "\0\0\0\0x\374\376\217\7\3\1\0\0\0\200\340\340`\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\300\360\374\77\17\17\77\374\360\300\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377" + "\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\300\360\374\77\17\17\77\374\360\300" + "\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\0\0\300\360\375>\17\17>\375\360\300\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377" + "\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\300\360\374\77\17\17\77\374\360\300" + "\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\0\0\300\360\374\77\17\17\77\374\360\300\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377" + "\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\300\360\375\77\17\17\77\375\360\300" + "\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\360\374\376\16\7\377\377\377\7\7\7\7\7\7\0\0\377\377\377\7\7\377\377\377\7\7\7\0" + "\0\0\0\0\7\7\7\0\0\7\7\7\7\7\7\7\7\7\0\0\360\374\376\16\7\7\7\7\7\7\16>" + "<\60\0\0\177\377\377\200\0\0\0\0\0\0\200\340\340`\0\0\0\1C\343\367\177\77\37\7\7\3\3" + "\1\0\0\0\377\377\377\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\377\377\377\7\7\7\7\16\376\374\360\0\0\7\7\7\377\377\377\7\7\7\0\200\377" + "\377\177\0\0\0\0\0\7\7\7\7\7\7\7\3\3\1\0\0\0\377\377\377\36\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\200\300\300\340\340\340\340\340\340\300\300" + "\200\0\0\0~\377\377\201\0\0\0\0\0\0\1\7\7\6\0\0\0\1C\343\367\177\77\37\7\7\7\7" + "\7\7\0\0\0\200\300\300\341\343\347\347\342\340\300\300\200\0\0\0~\377\377\271\70\70\70\70\70\70\71\77" + "\77>\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\200\300\300\340\342\347\347\343\341\300\300" + "\200\0\0\0~\377\377\271\70\70\70\70\70\70\71\77\77>\0\0\0\1\3\3\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\200\302\307\347\343\341\341\343\347\307\302\200\0\0\0~\377\377\271\70\70\70\70\70\70\71\77" + "\77>\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\200\307\307\347\340\340\340\340\347\307\307" + "\200\0\0\0~\377\377\271\70\70\70\70\70\70\71\77\77>\0\0\0\1\3\3\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\340\340\341\343\347\347\2\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\340\340\342\347\347\343\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\342\347\347\343\341\341\3\7\7\2\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\347\347\347\340\340\340\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\204\316\317\347\343\347\357\376\374\370\360\340\300\0\0~\377\377\201\0\0\0\0\0\0\201\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\347\347\347\1\201\303\303\347\347\347\307\303" + "\201\0\0\0\377\377\377\7\3\1\1\0\0\0\1\377\377\376\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\0\200\300\300\341\343\347\347\342\340\300\300\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\200\300\300\340\342\347\347\343\341\300\300" + "\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\200\302\307\347\343\341\341\343\347\307\302\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\7\207\307\301\341\343\343\347\347\347\307\303" + "\201\0\0\0~\377\377\201\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\200\307\307\347\340\340\340\340\347\307\307\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0\0\0\70\70\70\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\307\307\307\7\7\7\7\7\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0" + "\0\0\0\0\0\200\300\300\340\340\340\340\340\340\300\300\200\0\0\0~\377\377\301\340p\70\34\16\7\203\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\340\340\340\0\1\3\7\7\2\0\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7" + "\7\7\0\0\340\340\340\0\0\2\7\7\3\1\0\340\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377" + "\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7\7\7\0\0\340\340\342\7\7\3\1\1\3\7\7\342" + "\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7" + "\7\7\0\0\340\340\347\7\7\0\0\0\0\7\7\347\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377" + "\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7\7\7\0\0\340\340\340\0\0\2\7\7\3\1\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\343\347\347\347\347\347\347w\177" + "\77\17\0\0\377\377\377\340\340\340\340\340\340\340\300\300\200\0\0\0\377\377\377\0\0\0\0\0\0\0\201\377" + "\377~\0\0\377\377\377\7\7\7\7\7\7\7\3\3\1\0\0\0\340\340\347\7\7\0\0\0\0\7\7\347" + "\340\340\0\0\177\377\377\200\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\347\347\347\347\347\347\347\367\177" + "\77\17\0"; +/* + Fontname: ProFont29 + Copyright: ProFont Distribution 2.2 Ñ Generated by Fontographer 4.1.5 + Glyphs: 96/256 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_profont29_2x3_r[4612] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_r") = + " \177\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34\34\377\377\377\34\34\34\377\377\377" + "\34\34\34\0\7\7\7\77\77\77\7\7\7\77\77\77\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0p\374\376\216\7\377\377\377\7\16><\60\0\0\0`\341\343\203\7\377\377\377\7\216\376\374" + "p\0\0\0\0\1\3\3\7\77\77\77\7\3\3\1\0\0\0\0p\374\376\7\7\377\377\367\307\347\367\177" + "\77\37\0\0\300\341\363\177\77\177\377\377\7\7\375\374p\0\0\0\7\7\7\0\0\0\1\3\7\7\3\1" + "\0\0\0\0p\374\376\216\207\307\347\367~>\34\0\0\0\0\0p\375\377\217\17\37=\370\360\340\360\370" + "<\30\0\0\0\1\3\3\7\7\7\3\3\1\3\7\7\2\0\0\0\0\0\0\0\77\77\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\370\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\377\377\377\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\7\17\36<\70\20\0\0\0\0\0\0\0\0\1\3\7\17\376\374\370\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\0\0\0\0\0\0\0\20\70<\36\17\7\3\1\0\0" + "\0\0\0\0\20\70\70\360\340\376\376\376\360\360\70\70\20\0\0\0\2\7\7\3\3\77\77\77\3\3\7\7" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0@\341\363\177\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\77" + "\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\7\7\207\307\347\376\376\374\360\0\0\177\377\377\370<\36\17\7\3\1\200\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\70\70\70<\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\60<>\16\7\7\7\7\7\7\216\376\374p\0\0\0\0\200\300\340\360x<\36\17\7\3" + "\1\0\0\0\6\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\60<>\16\7\7\7\7\7\207\216\376" + "\374p\0\0`\340\340\200\0\0\7\7\7\17\217\375\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\200\300\340\360x<\36\377\377\377\0\0\0\0\0\37\37\37\35\34\34\34\34\377\377\377\34" + "\34\34\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\377\377\377\347\347\347\347\347\347\347\307\307" + "\207\7\0\0`\340\340\200\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\360\374\376\356\347\347\347\347\347\347\307\300\200\0\0\0\177\377\377\200\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7\7\7\7\7\7\207\307\377" + "\377\177\0\0\0\0\0\0\0\370\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0p\374\376\216\207\7\7\7\7\207\216\376\374p\0\0p\370\375\217\17\7\7\7\7\17\217\375" + "\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\360\374\376\16\7\7\7\7\7\7\16\376" + "\374\360\0\0\3\17\37\34\70\70\70\70\70\70\270\377\377\177\0\0\0\0\0\7\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\301\343\343\343\301\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0\0\301\343\343\343\301\0\0\0\0\0\0\0\0\0\0@\341\363\177\77\37\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360x<\36\17\7\2\0\0\0\0\2\7\17\37=x\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\2\0\0\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\2\7\17\36\16\7\7\7\7\7\7\216\376" + "\374\360\0\0\0\0\0\0\0\60\70<\36\17\7\3\1\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\207\307\347\347\347\356\376\374\360\0\0\177\377\377\200\0\17\37\77\70\70\70\77" + "\37\17\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\0\0\0\0\300\360\374\77\17\17\77\374\360\300" + "\0\0\0\0\374\377\377;\70\70\70\70\70\70;\377\377\374\0\0\7\7\7\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\207\216\376\374p\0\0\377\377\377\7\7\7\7\7\7\17\217\375" + "\370p\0\0\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\360\374\376\16\7\7\7\7\7\7\16>" + "<\60\0\0\177\377\377\200\0\0\0\0\0\0\200\340\340`\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\377\377\377\7\7\7\7\7\7\7\16\376\374\360\0\0\377\377\377\0\0\0\0\0\0\0\200\377" + "\377\177\0\0\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\360\374\376\16\7\7\7\7\7\7\16>" + "<\60\0\0\177\377\377\200\0\0\0\0\7\7\207\377\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\377\377\377\7\7\7\7\7\7\7\7\377" + "\377\377\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\7\7\7\7\7\377\377\377\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0x\370\370\200\0\0\0\0\0\0\200\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\377\377\377\200\300\340\360x<\36\17\7" + "\3\0\0\0\377\377\377\17\37=x\360\340\300\200\0\0\0\0\0\7\7\7\0\0\0\0\0\1\3\7\7" + "\6\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\377\377\377\36" + "<\60\0\0`\341\343\203\7\7\7\7\7\7\216\376\374p\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\377" + "\377\377\0\0\177\377\377\200\0\0\0\0\0\0\200\377\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\177\377\377\200\0\0\0\0\0\0\200\377\377\177\0\0\0\1\7\37~\370\340\340\370~\37\7" + "\1\0\0\0\0\0\0\0\0\1\7\7\1\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0" + "\377\377\377\0\377\377\377\300\340\360\177\77\177\360\340\340\377\377\377\0\7\7\7\3\1\0\0\0\0\0\1\3" + "\7\7\7\0\37\77\177\360\340\300\200\200\300\340\360\177\77\37\0\0\300\340\360x=\37\17\17\37=x\360" + "\340\300\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\377\377\377\200\0\0\0\0\0\200\377\377" + "\377\0\0\0\0\1\3\7\17\376\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\207\307\347\367\177\77\37\0\0\300\340\360x<\36\17\7\3\1\0\0" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\70\70\70\0" + "\0\0\0\0\0\0\3\17\77\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\374\360\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\374\360\300\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\70\70\70\77\77\77\0\0\0\0" + "\0\0\0\0@\340\360x<\36\17\17\36\0\0\0\1\3\3\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\340\340\340\360\374\376\356\347\347\7\7\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0~\377\377\201\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\343\347\347\347\347\347\347w\177" + "\77\17\0\0\377\377\377\340\340\340\340\340\340\340\300\300\200\0\0\0\377\377\377\0\0\0\0\0\0\0\1\377" + "\377\376\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\340\340\340\347\347\347\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\340\340\340\347\347\347\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\340\340\340\340p\177\77\17\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\200\300\340\340`" + " \0\0\0\377\377\377x<\36\77\177\363\341\300\200\0\0\0\0\7\7\7\0\0\0\0\0\0\1\3\7" + "\7\6\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\300" + "\300\200\0\0\377\377\377\0\0\0\377\377\377\0\0\1\377\377\376\0\7\7\7\0\0\0\7\7\7\0\0\0" + "\7\7\7\0\340\340\340\0\200\300\300\340\340\340\300\300\200\0\0\0\377\377\377\7\3\1\1\0\0\0\1\377" + "\377\376\0\0\7\7\7\0\0\0\0\0\0\0\0\7\7\7\0\0\0\200\300\300\340\340\340\340\340\340\300\300" + "\200\0\0\0~\377\377\201\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\340\340\340\340\340\340\340\340\340\340\300\300\200\0\0\0\377\377\377\0\0\0\0\0\0\0\201\377" + "\377~\0\0\377\377\377\7\7\7\7\7\7\7\3\3\1\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0~\377\377\201\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\3\7\7\7\7\7\7\7\377" + "\377\377\0\0\340\340\340\0\200\300\300\340\340\340\300\300\200\0\0\0\377\377\377\7\3\1\1\0\0\0\1\7" + "\7\6\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\340\340\340" + "\340\340\0\0\7\17\17\35\34\34\34\34\34\34\270\370\360\340\0\0\7\7\7\7\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\340\340\340\377\377\377\340\340\340\0\0\0\0\0\0\0\0\0\0\177\377\377\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\0\0\0\340\340\340\0\0\0\0\0\0\0\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\200\200\300\340\377\377\377\0\0\0\1\3\3\7\7\7\3\3\1\0\7" + "\7\7\0\0\340\340\340\0\0\0\0\0\0\0\0\340\340\340\0\0\3\17\77\374\360\300\0\0\300\360\374\77" + "\17\3\0\0\0\0\0\0\3\7\7\7\7\3\0\0\0\0\0\0\340\340\340\0\0\0\340\340\340\0\0\0" + "\340\340\340\0\377\377\377\200\0\200\377\377\377\200\0\200\377\377\377\0\0\3\3\7\7\7\3\1\3\7\7\7" + "\3\3\0\0\340\340\340\200\0\0\0\0\0\0\200\340\340\340\0\0\0\201\303\347\377~<<~\377\347\303" + "\201\0\0\0\7\7\7\1\0\0\0\0\0\0\1\7\7\7\0\0\340\340\340\0\0\0\0\0\0\0\0\340" + "\340\340\0\0\177\377\377\200\0\0\0\0\0\0\0\377\377\377\0\0\0\1\3\343\347\347\347\347\347\347w\177" + "\77\17\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\200\300\340\360x<\36\17\7\3\1" + "\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\200\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\7\7\17\375\375\370\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\177\360\340\340" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\375\375\17\7\7\0\0\0\0\0\0\0\340\340\360\177\177\37\0\0\0\0" + "\0\0\0\0\0\200\300\300\300\300\200\200\0\0\300\300\300\0\0\0\7\7\7\1\1\3\3\7\7\7\7\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: ProFont29 + Copyright: ProFont Distribution 2.2 Ñ Generated by Fontographer 4.1.5 + Glyphs: 18/256 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_profont29_2x3_n[1300] U8X8_FONT_SECTION("u8x8_font_profont29_2x3_n") = + " :\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\70\70\360\340\376\376\376\360\360\70\70\20\0\0\0\2\7\7\3\3\77\77\77\3\3\7\7" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\377\377\377\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0@\341\363\177\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\77" + "\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0\300\360\374\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\360\374\376\16\7\7\7\207\307\347\376\376\374\360\0\0\177\377\377\370<\36\17\7\3\1\200\377" + "\377\177\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\0\70\70\70<\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\60<>\16\7\7\7\7\7\7\216\376\374p\0\0\0\0\200\300\340\360x<\36\17\7\3" + "\1\0\0\0\6\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\60<>\16\7\7\7\7\7\207\216\376" + "\374p\0\0`\340\340\200\0\0\7\7\7\17\217\375\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\200\300\340\360x<\36\377\377\377\0\0\0\0\0\37\37\37\35\34\34\34\34\377\377\377\34" + "\34\34\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\0\0\377\377\377\347\347\347\347\347\347\347\307\307" + "\207\7\0\0`\340\340\200\0\0\0\0\0\0\201\377\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3" + "\1\0\0\0\360\374\376\356\347\347\347\347\347\347\307\300\200\0\0\0\177\377\377\200\0\0\0\0\0\0\201\377" + "\377~\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7\7\7\7\7\7\207\307\377" + "\377\177\0\0\0\0\0\0\0\370\374\376\17\7\3\1\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0" + "\0\0\0\0p\374\376\216\207\7\7\7\7\207\216\376\374p\0\0p\370\375\217\17\7\7\7\7\17\217\375" + "\370p\0\0\0\1\3\3\7\7\7\7\7\7\3\3\1\0\0\0\360\374\376\16\7\7\7\7\7\7\16\376" + "\374\360\0\0\3\17\37\34\70\70\70\70\70\70\270\377\377\177\0\0\0\0\0\7\7\7\7\7\7\7\3\3" + "\1\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\301\343\343\343\301\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0"; +/* + Fontname: -FreeType-Shylock NBP-Medium-R-Normal--16-160-72-72-P-68-ISO10646-1 + Copyright: Copyright Nate Halley 2012 + Glyphs: 190/661 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_shylock_nbp_1x2_f[3588] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_f") = + " \377\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\0\0\0\0\0\0\0\11\0\0\0" + "\0\0\0\0\16\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0 \370 \370 \1\1\7\1" + "\1\7\1\1\30$B\377B\204\10\0\2\4\10\77\10\4\3\0\14\22\14\200`\30\6\0\0\30\6\1" + "\0\6\11\6\30\244BBB\360@\0\3\4\10\10\10\7\0\0\12\6\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\4\2\0\0\0\0\0\3\4\10\0\0\0\0\0\2\4\370\0\0\0\0\0\10\4\3\0" + "\0\0\0\0\42\24*\24\42\0\0\0\0\0\0\0\0\0\0\0@@\360@@\0\0\0\0\0\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\24\14\0\0\0\0\0\0@@@@@\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\0\0\200`\30\6\0\0\30\6\1\0" + "\0\0\0\0\370\4\202B\42\24\370\0\3\5\10\10\10\4\3\0\2\2\376\0\0\0\0\0\0\0\17\0" + "\0\0\0\0\10\4\2\202B$\30\0\14\12\11\10\10\10\10\0\10\4BBB\244\30\0\2\4\10\10" + "\10\4\3\0`PHD\376@@\0\0\0\0\0\17\0\0\0>\42\42\42\42B\202\0\2\4\10\10" + "\10\4\3\0\370D\42\42\42D\210\0\3\4\10\10\10\4\3\0\2\2\2\2\302\62\16\0\0\0\14\3" + "\0\0\0\0\30\244BBB\244\30\0\3\4\10\10\10\4\3\0\70D\202\202\202D\370\0\2\4\10\10" + "\10\4\3\0\10\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\4\3\0\0" + "\0\0\0\0@\240\20\10\0\0\0\0\0\0\1\2\0\0\0\0 \0\0\0\1\1\1\1" + "\1\0\0\0\10\20\240@\0\0\0\0\2\1\0\0\0\0\0\0\30\4\2\202\202D\70\0\0\0\0\11" + "\0\0\0\0\340\20\10\250\310\20\340\0\3\4\11\12\13\12\3\0\200`XFX`\200\0\17\0\0\0" + "\0\0\17\0\376BBBB\244\30\0\17\10\10\10\10\4\3\0\370\4\2\2\2\4\10\0\3\4\10\10" + "\10\4\2\0\376\2\2\2\2\4\370\0\17\10\10\10\10\4\3\0\376BBBBB\2\0\17\10\10\10" + "\10\10\10\0\376BBBBB\2\0\17\0\0\0\0\0\0\0\370\4\2BBB\304\0\3\4\10\10" + "\10\10\17\0\376@@@@@\376\0\17\0\0\0\0\0\17\0\376\0\0\0\0\0\0\0\17\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\376\0\2\4\10\10\10\4\3\0\376@\240\20\10\4\2\0\17\0\0\1" + "\2\4\10\0\376\0\0\0\0\0\0\0\17\10\10\10\10\10\0\0\376\30`\200`\30\376\0\17\0\0\1" + "\0\0\17\0\376\6\30`\200\0\376\0\17\0\0\0\1\6\17\0\370\4\2\2\2\4\370\0\3\4\10\10" + "\10\4\3\0\376BBBB$\30\0\17\0\0\0\0\0\0\0\370\4\2\2\2\4\370\0\3\4\10\11" + "\12\14\17\0\376BBBB\244\30\0\17\0\0\0\0\0\17\0\30$BBB\204\10\0\2\4\10\10" + "\10\4\3\0\2\2\2\376\2\2\2\0\0\0\0\17\0\0\0\0\376\0\0\0\0\0\376\0\3\4\10\10" + "\10\4\3\0>\300\0\0\0\300>\0\0\0\3\14\3\0\0\0\376\0\300\60\300\0\376\0\17\3\0\0" + "\0\3\17\0\2\14\260@\260\14\2\0\10\6\1\0\1\6\10\0\6\30`\200`\30\6\0\0\0\0\17" + "\0\0\0\0\2\2\202B\42\22\16\0\16\11\10\10\10\10\10\0\376\2\0\0\0\0\0\0\17\10\0\0" + "\0\0\0\0\6\30`\200\0\0\0\0\0\0\0\1\6\30\0\0\2\376\0\0\0\0\0\0\10\17\0\0" + "\0\0\0\0\10\4\2\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\10" + "\10\10\10\0\2\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \300\0\6\11\11\11" + "\11\11\7\0\376 @\200\0\17\10\10\10\10\4\3\0\200@ @\0\3\4\10\10" + "\10\10\4\0\200@ \376\0\3\4\10\10\10\10\17\0\300 \300\0\7\11\11\11" + "\11\11\0\0 \374\42\42\4\0\0\0\0\17\0\0\0\0\0\300 \300\0\3$$$" + "$$\37\0\376 @\200\0\17\0\0\0\0\0\17\0\342\0\0\0\0\0\0\0\17\0\0\0" + "\0\0\0\0\0\0\0\0\342\0\0\0\20 \37\0\0\0\376\0\200@ \0\0\0\17\1\2\4" + "\10\0\0\0\376\0\0\0\0\0\0\0\7\10\0\0\0\0\0\0\340 \300 \300\0\17\0\0\17" + "\0\0\17\0\340 @\200\0\17\0\0\0\0\0\17\0\200@ @\200\0\3\4\10\10" + "\10\4\3\0\340 @\200\0\77\4\4\4\4\2\1\0\200@ \340\0\1\2\4\4" + "\4\4\77\0\340 @\0\0\17\0\0\0\0\0\0\0\300 @\0\4\11\11\11" + "\11\11\6\0 \376 \0\0\0\0\0\7\10\10\10\0\0\340\0\0\0\0\0\340\0\3\4\10\10" + "\10\10\17\0`\200\0\0\0\200`\0\0\1\6\10\6\1\0\0\340\0\0\300\0\0\340\0\3\14\2\1" + "\2\14\3\0 @\200\0\200@ \0\10\4\2\1\2\4\10\0\340\0\0\0\0\0\340\0\1\42$$" + "$$\37\0 \240` \0\10\14\12\11\10\10\10\0@\274\2\0\0\0\0\0\0\7\10\0" + "\0\0\0\0\376\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0\2\274@\0\0\0\0\0\10\7\0\0" + "\0\0\0\0@ @\200\200@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\344\0\0\0\0\0\0\0\37\0\0\0" + "\0\0\0\0\300 \20\370\20\20 \0\1\2\4\17\4\4\2\0\0 \374\42\42\2\0\0\10\10\17\10" + "\10\10\10\0\350\20\10\10\10\20\350\0\2\1\2\2\2\1\2\0\4\10\220\340\220\10\4\0\0\0\2\7" + "\2\0\0\0\36\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0\30$\342\242\342\204\10\0\2\4\10\10" + "\10\4\3\0\2\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\276\266>\62>\266\276\0\10\10\5\2" + "\5\10\10\0\20***<\0\0\0\0\0\0\0\0\0\0\0\0\200@\200@\0\0\0\1\2\5\2" + "\4\0\0\0 \340\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\20 \376\0\376B\274\17\0\0\17\0\17\10\7\2\2\2\2\2\0\0\0\0\0\0\0" + "\0\0\0\0\14\22\22\14\0\0\0\0\0\0\0\0\0\0\0\0\0@@\360@@\0\0\4\4\4\5" + "\4\4\4\0$\62*$\0\0\0\0\0\0\0\0\0\0\0\0\24\42*\24\0\0\0\0\0\0\0\0" + "\0\0\0\0\10\4\2\0\0\0\0\0\0\0\0\0\0\0\0\0\340\0\0\0\0\0\340\0\77\10\10\10" + "\10\4\17\0\34\42\42\376\2\376\0\0\0\0\0\17\0\17\0\0@\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0@P \0\0\0\0\0\2>\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\42\34\0\0\0\0\0\0\0\0\0\0\0\0\0@\200@\200\0\0\0\0\4\2\5\2" + "\1\0\0\0 /\240 \240 \0\0\0\0\3\2\17\0\0 /\240\240 \0\0\0\11\14" + "\12\11\0\0 %(\252%\240 \0\0\0\0\3\2\17\0\0\0\200@d\0\0\0\0\7\10\20\20" + "\20\10\4\0\200`XFY`\200\0\17\0\0\0\0\0\17\0\200`YFX`\200\0\17\0\0\0" + "\0\0\17\0\200aXFXa\200\0\17\0\0\0\0\0\17\0\200`XFY`\200\0\17\0\0\0" + "\0\0\17\0\200`XFX`\200\0\17\0\0\0\0\0\17\0\200`YFY`\200\0\17\0\0\0" + "\0\0\17\0\200`X\376BB\2\0\17\0\0\17\10\10\10\0\370\4\2\2\2\4\10\0\3\4HX" + "(\4\2\0\376BBBCB\2\0\17\10\10\10\10\10\10\0\376BCBBB\2\0\17\10\10\10" + "\10\10\10\0\376CBBBC\2\0\17\10\10\10\10\10\10\0\376BBBBB\2\0\17\10\10\10" + "\10\10\10\0\0\376\1\0\0\0\0\0\0\17\0\0\0\0\0\0\1\376\0\0\0\0\0\0\0\17\0\0" + "\0\0\0\0\1\0\376\0\1\0\0\0\0\0\17\0\0\0\0\0\0\376\0\0\0\0\0\0\0\17\0\0" + "\0\0\0\0@@\376BB\2\2\4\0\0\17\10\10\10\10\4\376\6\30`\201\0\376\0\17\0\0\0" + "\1\6\17\0\370\4\2\2\3\4\370\0\3\4\10\10\10\4\3\0\370\4\3\2\2\4\370\0\3\4\10\10" + "\10\4\3\0\370\5\2\2\2\5\370\0\3\4\10\10\10\4\3\0\370\4\2\2\3\4\370\0\3\4\10\10" + "\10\4\3\0\370\4\2\2\2\4\370\0\3\4\10\10\10\4\3\0 @\200\0\200@ \0\10\4\2\1" + "\2\4\10\0\0\370\4\202B\42\24\370\4\3\5\10\10\10\4\3\376\0\0\0\1\0\376\0\3\4\10\10" + "\10\4\3\0\376\0\1\0\0\0\376\0\3\4\10\10\10\4\3\0\376\1\0\0\0\1\376\0\3\4\10\10" + "\10\4\3\0\376\0\0\0\0\0\376\0\3\4\10\10\10\4\3\0\6\30a\200`\30\6\0\0\0\0\17" + "\0\0\0\0\376\10\10\10\10\20\340\0\17\2\2\2\2\1\0\0\374\2\62L\200\0\0\0\37\0\4\10" + "\10\5\2\0\0 \42$( \300\0\6\11\11\11\11\11\17\0\0 ($\42 \300\0\6\11\11\11" + "\11\11\17\0\0($\42$(\300\0\6\11\11\11\11\11\17\0\0$\42$($\300\0\6\11\11\11" + "\11\11\17\0\0 ( ( \300\0\6\11\11\11\11\11\17\0\0 $*$ \300\0\6\11\11\11" + "\11\11\17\0\0 \340 \300\0\6\11\11\7\11\11\10\0\200@ @\0\3\4HX" + "(\10\4\0\300 \42$( \300\0\7\11\11\11\11\11\0\0\300 ($\42 \300\0\7\11\11\11" + "\11\11\0\0\300($\42$(\300\0\7\11\11\11\11\11\0\0\300 ( ( \300\0\7\11\11\11" + "\11\11\0\0\0\4\350\20\0\0\0\0\0\0\17\0\0\0\0\0\20\350\4\0\0\0\0\0\0\17\0\0" + "\0\0\0\0\20\10\344\10\20\0\0\0\0\0\17\0\0\0\0\0\10\340\10\0\0\0\0\0\0\17\0\0" + "\0\0\0\0\200@$.$H\360\0\3\4\10\10\10\4\3\0\340($(\60H\200\0\17\0\0\0" + "\0\0\17\0\200@\42$(@\200\0\3\4\10\10\10\4\3\0\200@($\42@\200\0\3\4\10\10" + "\10\4\3\0\200H$\42$H\200\0\3\4\10\10\10\4\3\0\200H$(\60H\200\0\3\4\10\10" + "\10\4\3\0\200@( (@\200\0\3\4\10\10\10\4\3\0\200\200\200\240\200\200\200\0\0\0\0\2" + "\0\0\0\0\200@ \240@\240\0\13\4\12\11\10\4\3\0\340\0\4\10\20\0\340\0\3\4\10\10" + "\10\10\17\0\340\0\20\10\4\0\340\0\3\4\10\10\10\10\17\0\340\10\4\2\4\10\340\0\3\4\10\10" + "\10\10\17\0\340\0\10\0\10\0\340\0\3\4\10\10\10\10\17\0\340\0\20\10\4\0\340\0\3$$$" + "$$\37\0\340@@@@\200\0\0\17\4\4\4\4\3\0\0\340\0\10\0\10\0\340\0\3$$$" + "$$\37"; +/* + Fontname: -FreeType-Shylock NBP-Medium-R-Normal--16-160-72-72-P-68-ISO10646-1 + Copyright: Copyright Nate Halley 2012 + Glyphs: 95/661 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_shylock_nbp_1x2_r[1524] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_r") = + " ~\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\0\0\0\0\0\0\0\23\0\0\0" + "\0\0\0\0\34\0\34\0\0\0\0\0\0\0\0\0\0\0\0\0@@\360@@\360@@\2\2\17\2" + "\2\17\2\2\60H\204\377\204\10\20\0\4\10\20\177\20\11\6\0\30$\30\0\300\60\14\0\0\60\14\3" + "\0\14\22\14\60H\204\204\204\340\200\0\6\11\20\20\20\17\0\0\24\14\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\10\4\0\0\0\0\0\7\10\20\0\0\0\0\0\4\10\360\0\0\0\0\0\20\10\7\0" + "\0\0\0\0D(T(D\0\0\0\0\0\0\0\0\0\0\0\200\200\340\200\200\0\0\0\0\0\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0(\30\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\300\60\14\0\0\60\14\3\0" + "\0\0\0\0\360\10\4\204D(\360\0\7\12\21\20\20\10\7\0\4\4\374\0\0\0\0\0\0\0\37\0" + "\0\0\0\0\20\10\4\4\204H\60\0\30\24\22\21\20\20\20\0\20\10\204\204\204H\60\0\4\10\20\20" + "\20\11\6\0\300\240\220\210\374\200\200\0\0\0\0\0\37\0\0\0|DDDD\204\4\0\4\10\20\20" + "\20\10\7\0\360\210DDD\210\20\0\7\10\20\20\20\10\7\0\4\4\4\4\204d\34\0\0\0\30\6" + "\1\0\0\0\60H\204\204\204H\60\0\6\11\20\20\20\11\6\0p\210\4\4\4\210\360\0\4\10\21\21" + "\21\10\7\0\20\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\10\6\0\0" + "\0\0\0\0\200@ \20\0\0\0\0\0\1\2\4\0\0\0\0@@@@@\0\0\0\2\2\2\2" + "\2\0\0\0\20 @\200\0\0\0\0\4\2\1\0\0\0\0\0\60\10\4\4\4\210p\0\0\0\0\23" + "\1\0\0\0\300 \20P\220 \300\0\7\10\22\25\27\24\7\0\0\300\260\214\260\300\0\0\37\0\0\0" + "\0\0\37\0\374\204\204\204\204H\60\0\37\20\20\20\20\11\6\0\360\10\4\4\4\10\20\0\7\10\20\20" + "\20\10\4\0\374\4\4\4\4\10\360\0\37\20\20\20\20\10\7\0\374\204\204\204\204\204\4\0\37\20\20\20" + "\20\20\20\0\374\204\204\204\204\204\4\0\37\0\0\0\0\0\0\0\360\10\4\204\204\204\210\0\7\10\20\20" + "\20\20\37\0\374\200\200\200\200\200\374\0\37\0\0\0\0\0\37\0\374\0\0\0\0\0\0\0\37\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\0\4\10\20\20\20\10\7\0\374\200@ \20\10\4\0\37\0\1\2" + "\4\10\20\0\374\0\0\0\0\0\0\0\37\20\20\20\20\20\0\0\374\60\300\0\300\60\374\0\37\0\0\3" + "\0\0\37\0\374\14\60\300\0\0\374\0\37\0\0\0\3\14\37\0\360\10\4\4\4\10\360\0\7\10\20\20" + "\20\10\7\0\374\204\204\204\204H\60\0\37\0\0\0\0\0\0\0\360\10\4\4\4\10\360\0\7\10\20\22" + "\24\30\37\0\374\204\204\204\204H\60\0\37\0\0\0\0\1\36\0\60H\204\204\204\10\20\0\4\10\20\20" + "\20\11\6\0\4\4\4\374\4\4\4\0\0\0\0\37\0\0\0\0\374\0\0\0\0\0\374\0\7\10\20\20" + "\20\10\7\0|\200\0\0\0\200|\0\0\1\6\30\6\1\0\0\374\0\200`\200\0\374\0\37\6\1\0" + "\1\6\37\0\4\30`\200`\30\4\0\20\14\3\0\3\14\20\0\14\60\300\0\300\60\14\0\0\0\0\37" + "\0\0\0\0\4\4\4\204D$\34\0\34\22\21\20\20\20\20\0\374\4\0\0\0\0\0\0\37\20\0\0" + "\0\0\0\0\14\60\300\0\0\0\0\0\0\0\0\3\14\60\0\0\4\374\0\0\0\0\0\0\20\37\0\0" + "\0\0\0\0\20\10\4\10\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\20\20\20" + "\20\20\20\0\4\10\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@@@@\200\0\14\22\22\22" + "\22\22\17\0\374@@@@\200\0\0\37\20\20\20\20\10\7\0\0\200@@@@\200\0\7\10\20\20" + "\20\20\10\0\0\200@@@@\374\0\7\10\20\20\20\20\37\0\200@@@@@\200\0\17\22\22\22" + "\22\22\1\0@@\370DD\10\0\0\0\0\37\0\0\0\0\0\200@@@@@\200\0\7HHH" + "HH\77\0\374@@@@\200\0\0\37\0\0\0\0\0\37\0\304\0\0\0\0\0\0\0\37\0\0\0" + "\0\0\0\0\0\0\0\0\304\0\0\0 @@@\77\0\0\0\374\0\0\200@\0\0\0\37\2\5\10" + "\20\0\0\0\374\0\0\0\0\0\0\0\17\20\0\0\0\0\0\0\300@@\200@@\200\0\37\0\0\37" + "\0\0\37\0\300@@@@\200\0\0\37\0\0\0\0\0\37\0\0\200@@@\200\0\0\7\10\20\20" + "\20\10\7\0\300@@@@\200\0\0\177\10\10\10\10\4\3\0\0\200@@@@\300\0\3\4\10\10" + "\10\10\177\0\300@@@@\200\0\0\37\0\0\0\0\0\0\0\200@@@@@\200\0\11\22\22\22" + "\22\22\14\0@@\374@@\0\0\0\0\0\17\20\20\20\0\0\300\0\0\0\0\0\300\0\7\10\20\20" + "\20\20\37\0\300\0\0\0\0\0\300\0\0\3\14\20\14\3\0\0\300\0\0\200\0\0\300\0\7\30\4\3" + "\4\30\7\0@\200\0\0\0\200@\0\20\10\5\2\5\10\20\0\300\0\0\0\0\0\300\0\3DHH" + "HH\77\0@@@@@\300@\0\20\30\24\22\21\20\20\0\200x\4\0\0\0\0\0\0\17\20\0" + "\0\0\0\0\374\0\0\0\0\0\0\0\77\0\0\0\0\0\0\0\4x\200\0\0\0\0\0\20\17\0\0" + "\0\0\0\0\200@@\200\0\0\200\0\0\0\0\0\1\1\0"; +/* + Fontname: -FreeType-Shylock NBP-Medium-R-Normal--16-160-72-72-P-68-ISO10646-1 + Copyright: Copyright Nate Halley 2012 + Glyphs: 18/661 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_shylock_nbp_1x2_n[436] U8X8_FONT_SECTION("u8x8_font_shylock_nbp_1x2_n") = + " :\1\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\210P\250P\210\0\0\0\0\0\0\0\0\0\0\0\0\0\300\0\0\0\0\0\1\1\7\1" + "\1\0\0\0\0\0\0\0\0\0\0\0P\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\200`\30\0\0`\30\6\1" + "\0\0\0\0\340\20\10\10\210P\340\0\17\24\42! \20\17\0\10\10\370\0\0\0\0\0\0\0\77\0" + "\0\0\0\0 \20\10\10\10\220`\0\60($\42! \0 \20\10\10\10\220`\0\10\20!!" + "!\22\14\0\200@ \20\370\0\0\0\1\1\1\1\77\1\1\0\370\210\210\210\210\10\10\0\10\20 " + " \21\16\0\340\20\210\210\210\20 \0\17\21 \21\16\0\10\10\10\10\10\310\70\0\0\0\60\14" + "\3\0\0\0`\220\10\10\10\220`\0\14\22!!!\22\14\0\340\20\10\10\10\20\340\0\10\21\42\42" + "\42\21\17\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0"; /* Fontname: -FontForge-Artos Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 96/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artossans8_r[770] U8X8_FONT_SECTION("u8x8_font_artossans8_r") = - " \177\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0\3\0" - "\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>\10\10" - "\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10\4\2" - "\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22\21\177\20\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y\5\3" - "\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 \22\0" - "\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y\11\6" - "\0\0AAAAA" - "\42\0\177AAAAA>\0\177IIIIAA\0\177\11\11\11\11\1\1\0>AAAII" - ":\0\177\10\10\10\10\10\177\0\0AA\177AA\0\0 @@@@@\77\0\177\10\10\10\24\42" - "A\0\177@@@@@@\0\177\2\4\10\4\2\177\0\177\2\4\10\20 \177\0>AAAAA" - ">\0\177\21\21\21\21\21\16\0>AAAaA\276\0\177\11\11\11\11\31f\0&IIIII" - "\62\0\1\1\1\177\1\1\1\0\77@@@@@\77\0\17\20 @ \20\17\0\37` \34 `" - "\37\0A\42\24\10\24\42A\0\3\4\10p\10\4\3\0AaQIECA\0\0\0\177AA\0" - "\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200\200\200" - "\200\200\0\0\0\1\2\0\0\0\0 TTTTx\0\0\177DDDD\70\0\0\70DDDD" - "(\0\0\70DDDD\177\0\0\70TTTTH\0\0\0\4~\5\1\0\0\0\30\244\244\244\244" - "|\0\0\177\4\4\4\4x\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20\20(" - "D\0\0\0\1\177\0\0\0\0|\4\4|\4\4x\0\0|\4\4\4\4x\0\0\70DDDD" - "\70\0\0\374DDDD\70\0\0\70DDDD\374\0\0|\10\4\4\4\4\0\0HTTTT" - "$\0\0\0\4\77D@\0\0\0<@@@@|\0\0\34 @@ \34\0\0<@@\70@" - "@<\0D(\20(D\0\0\0\34\240\240\240\240|\0\0DdTLD\0\0\0\0\10\66A\0" - "\0\0\0\0\0\377\0\0\0\0\0\0\0A\66\10\0\0\10\4\4\10\20\20\10\0\0\0\0\0\0\0" - "\0"; +const uint8_t u8x8_font_artossans8_r[772] U8X8_FONT_SECTION("u8x8_font_artossans8_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0" + "\3\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>" + "\10\10\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10" + "\4\2\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22\21\177\20\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y" + "\5\3\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 " + "\22\0\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y" + "\11\6\0\0AAA" + "AA\42\0\177AAAAA>\0\177IIIIAA\0\177\11\11\11\11\1\1\0>AAA" + "II:\0\177\10\10\10\10\10\177\0\0AA\177AA\0\0 @@@@@\77\0\177\10\10\10" + "\24\42A\0\177@@@@@@\0\177\2\4\10\4\2\177\0\177\2\4\10\20 \177\0>AAA" + "AA>\0\177\21\21\21\21\21\16\0>AAAaA\276\0\177\11\11\11\11\31f\0&III" + "II\62\0\1\1\1\177\1\1\1\0\77@@@@@\77\0\17\20 @ \20\17\0\37` \34" + " `\37\0A\42\24\10\24\42A\0\3\4\10p\10\4\3\0AaQIECA\0\0\0\177A" + "A\0\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200" + "\200\200\200\200\0\0\0\1\2\0\0\0\0 TTTTx\0\0\177DDDD\70\0\0\70DD" + "DD(\0\0\70DDDD\177\0\0\70TTTTH\0\0\0\4~\5\1\0\0\0\30\244\244" + "\244\244|\0\0\177\4\4\4\4x\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20" + "\20(D\0\0\0\1\177\0\0\0\0|\4\4|\4\4x\0\0|\4\4\4\4x\0\0\70DD" + "DD\70\0\0\374DDDD\70\0\0\70DDDD\374\0\0|\10\4\4\4\4\0\0HTT" + "TT$\0\0\0\4\77D@\0\0\0<@@@@|\0\0\34 @@ \34\0\0<@@" + "\70@@<\0D(\20(D\0\0\0\34\240\240\240\240|\0\0DdTLD\0\0\0\0\10\66" + "A\0\0\0\0\0\0\377\0\0\0\0\0\0\0A\66\10\0\0\10\4\4\10\20\20\10\0\0\0\0\0" + "\0\0\0"; /* Fontname: -FontForge-Artos Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artossans8_n[218] U8X8_FONT_SECTION("u8x8_font_artossans8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_artossans8_n[220] U8X8_FONT_SECTION("u8x8_font_artossans8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\20\20|\20\20" - "\0\0\0\0\0\200`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\200@ \20\10\4" - "\2\0\0|\202\202\202|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222\222l" - "\0\0\0\70$\42\376 \0\0\0N\212\212\212r\0\0\0|\222\222\222d\0\0\0\2\2\362\12\6" - "\0\0\0l\222\222\222l\0\0\0L\222\222\222|\0\0\0\0\0$\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\20\20|" + "\20\20\0\0\0\0\0\200`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\200@ \20" + "\10\4\2\0\0|\202\202\202|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222" + "\222l\0\0\0\70$\42\376 \0\0\0N\212\212\212r\0\0\0|\222\222\222d\0\0\0\2\2\362" + "\12\6\0\0\0l\222\222\222l\0\0\0L\222\222\222|\0\0\0\0\0$\0\0\0"; /* Fontname: -FontForge-Artos Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artossans8_u[515] U8X8_FONT_SECTION("u8x8_font_artossans8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0\3\0" - "\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>\10\10" - "\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10\4\2" - "\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22\21\177\20\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y\5\3" - "\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 \22\0" - "\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y\11\6" - "\0\0AAAAA" - "\42\0\177AAAAA>\0\177IIIIAA\0\177\11\11\11\11\1\1\0>AAAII" - ":\0\177\10\10\10\10\10\177\0\0AA\177AA\0\0 @@@@@\77\0\177\10\10\10\24\42" - "A\0\177@@@@@@\0\177\2\4\10\4\2\177\0\177\2\4\10\20 \177\0>AAAAA" - ">\0\177\21\21\21\21\21\16\0>AAAaA\276\0\177\11\11\11\11\31f\0&IIIII" - "\62\0\1\1\1\177\1\1\1\0\77@@@@@\77\0\17\20 @ \20\17\0\37` \34 `" - "\37\0A\42\24\10\24\42A\0\3\4\10p\10\4\3\0AaQIECA\0\0\0\177AA\0" - "\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_artossans8_u[517] U8X8_FONT_SECTION("u8x8_font_artossans8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0" + "\3\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>" + "\10\10\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10" + "\4\2\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22\21\177\20\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y" + "\5\3\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 " + "\22\0\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y" + "\11\6\0\0AAA" + "AA\42\0\177AAAAA>\0\177IIIIAA\0\177\11\11\11\11\1\1\0>AAA" + "II:\0\177\10\10\10\10\10\177\0\0AA\177AA\0\0 @@@@@\77\0\177\10\10\10" + "\24\42A\0\177@@@@@@\0\177\2\4\10\4\2\177\0\177\2\4\10\20 \177\0>AAA" + "AA>\0\177\21\21\21\21\21\16\0>AAAaA\276\0\177\11\11\11\11\31f\0&III" + "II\62\0\1\1\1\177\1\1\1\0\77@@@@@\77\0\17\20 @ \20\17\0\37` \34" + " `\37\0A\42\24\10\24\42A\0\3\4\10p\10\4\3\0AaQIECA\0\0\0\177A" + "A\0\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Artos Serif-Medium-R-Normal--8-80-75-75-M-80-ISO8859-1 Copyright: (null) Glyphs: 95/95 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artosserif8_r[762] U8X8_FONT_SECTION("u8x8_font_artosserif8_r") = - " ~\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0\3\0" - "\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>\10\10" - "\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10\4\2" - "\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y\5\3" - "\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 \22\0" - "\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y\11\6" - "\0\0\0A\177IIIAc\0A\177I\11\11\1\3\0\34\42AAII" - ":\0A\177I\10I\177A\0\0\0A\177A\0\0\0 @@@A\77\1\0A\177I\10Uc" - "A\0A\177A@@@`\0A\177E\10E\177A\0A\177E\10Q\177A\0\0>AAAA" - ">\0A\177Q\21\21\21\16\0\0>AAaA\276\0A\177I\11\11Iv@&IIIII" - "\62\0\3\1A\177A\1\3\0\1\77A@A\77\1\0\1\17\61@\61\17\1\0\1\177!\34!\177" - "\1\0AcU\10UcA\0\1\7IpI\7\1\0CaQIECa\0\0\0\177AA\0" - "\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200\200\200" - "\200\200\0\0\0\1\2\0\0\0\0 TTTx\0\0\0\177DDD\70\0\0\0\70DDD(" - "\0\0\0\70DDD\177\0\0\0\70TTTH\0\0\0\0\4~\5\1\0\0\0\30\244\244\244|" - "\0\0\0\177\4\4\4x\0\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20(D" - "\0\0\0\0A\177@\0\0\0\0|\4x\4x\0\0\0|\10\4\4x\0\0\0\70DDD\70" - "\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTTT$" - "\0\0\0\0\4\77D@\0\0\0<@@@|\0\0\0\34 @ \34\0\0\0<@\60@<" - "\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66A\0" - "\0\0\0\0\0\377\0\0\0\0\0\0\0A\66\10\0\0\10\4\4\10\20\20\10"; +const uint8_t u8x8_font_artosserif8_r[764] U8X8_FONT_SECTION("u8x8_font_artosserif8_r") = + " ~\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0" + "\3\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>" + "\10\10\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10" + "\4\2\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y" + "\5\3\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 " + "\22\0\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y" + "\11\6\0\0\0A\177IIIAc\0A\177I\11\11\1\3\0\34\42AA" + "II:\0A\177I\10I\177A\0\0\0A\177A\0\0\0 @@@A\77\1\0A\177I\10" + "UcA\0A\177A@@@`\0A\177E\10E\177A\0A\177E\10Q\177A\0\0>AA" + "AA>\0A\177Q\21\21\21\16\0\0>AAaA\276\0A\177I\11\11Iv@&III" + "II\62\0\3\1A\177A\1\3\0\1\77A@A\77\1\0\1\17\61@\61\17\1\0\1\177!\34" + "!\177\1\0AcU\10UcA\0\1\7IpI\7\1\0CaQIECa\0\0\0\177A" + "A\0\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200" + "\200\200\200\200\0\0\0\1\2\0\0\0\0 TTTx\0\0\0\177DDD\70\0\0\0\70DD" + "D(\0\0\0\70DDD\177\0\0\0\70TTTH\0\0\0\0\4~\5\1\0\0\0\30\244\244" + "\244|\0\0\0\177\4\4\4x\0\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20" + "(D\0\0\0\0A\177@\0\0\0\0|\4x\4x\0\0\0|\10\4\4x\0\0\0\70DD" + "D\70\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTT" + "T$\0\0\0\0\4\77D@\0\0\0<@@@|\0\0\0\34 @ \34\0\0\0<@\60" + "@<\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66" + "A\0\0\0\0\0\0\377\0\0\0\0\0\0\0A\66\10\0\0\10\4\4\10\20\20\10"; /* Fontname: -FontForge-Artos Serif-Medium-R-Normal--8-80-75-75-M-80-ISO8859-1 Copyright: (null) Glyphs: 18/95 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artosserif8_n[218] U8X8_FONT_SECTION("u8x8_font_artosserif8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_artosserif8_n[220] U8X8_FONT_SECTION("u8x8_font_artosserif8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\20\20|\20\20" - "\0\0\0\0\0\200`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\200@ \20\10\4" - "\2\0\0|\202\202\202|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222\222l" - "\0\0\0\70$\242\376\240\0\0\0N\212\212\212r\0\0\0|\222\222\222d\0\0\0\2\2\362\12\6" - "\0\0\0l\222\222\222l\0\0\0L\222\222\222|\0\0\0\0\0$\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\20\20|" + "\20\20\0\0\0\0\0\200`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\200@ \20" + "\10\4\2\0\0|\202\202\202|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222" + "\222l\0\0\0\70$\242\376\240\0\0\0N\212\212\212r\0\0\0|\222\222\222d\0\0\0\2\2\362" + "\12\6\0\0\0l\222\222\222l\0\0\0L\222\222\222|\0\0\0\0\0$\0\0\0"; /* Fontname: -FontForge-Artos Serif-Medium-R-Normal--8-80-75-75-M-80-ISO8859-1 Copyright: (null) Glyphs: 64/95 BBX Build Mode: 3 */ -const uint8_t u8x8_font_artosserif8_u[515] U8X8_FONT_SECTION("u8x8_font_artosserif8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0\3\0" - "\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>\10\10" - "\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10\4\2" - "\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y\5\3" - "\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 \22\0" - "\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y\11\6" - "\0\0\0A\177IIIAc\0A\177I\11\11\1\3\0\34\42AAII" - ":\0A\177I\10I\177A\0\0\0A\177A\0\0\0 @@@A\77\1\0A\177I\10Uc" - "A\0A\177A@@@`\0A\177E\10E\177A\0A\177E\10Q\177A\0\0>AAAA" - ">\0A\177Q\21\21\21\16\0\0>AAaA\276\0A\177I\11\11Iv@&IIIII" - "\62\0\3\1A\177A\1\3\0\1\77A@A\77\1\0\1\17\61@\61\17\1\0\1\177!\34!\177" - "\1\0AcU\10UcA\0\1\7IpI\7\1\0CaQIECa\0\0\0\177AA\0" - "\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_artosserif8_u[517] U8X8_FONT_SECTION("u8x8_font_artosserif8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\3\0\0\0\3\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0B%\22\10$R!\0\0 VIIU\42P\0\0\0\0" + "\3\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\0\12\4\37\4\12\0\0\10\10>" + "\10\10\0\0\0\0\0@\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0@ \20\10" + "\4\2\1\0\0>AAA>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0>III\62\0\0\0\1\1y" + "\5\3\0\0\0\66III\66\0\0\0&III>\0\0\0\0\0\22\0\0\0\0\0\0\0 " + "\22\0\0\0\0\0\10\24\42A\0\0\0\24\24\24\24\24\24\0\0\0\0A\42\24\10\0\0\2\1Y" + "\11\6\0\0\0A\177IIIAc\0A\177I\11\11\1\3\0\34\42AA" + "II:\0A\177I\10I\177A\0\0\0A\177A\0\0\0 @@@A\77\1\0A\177I\10" + "UcA\0A\177A@@@`\0A\177E\10E\177A\0A\177E\10Q\177A\0\0>AA" + "AA>\0A\177Q\21\21\21\16\0\0>AAaA\276\0A\177I\11\11Iv@&III" + "II\62\0\3\1A\177A\1\3\0\1\77A@A\77\1\0\1\17\61@\61\17\1\0\1\177!\34" + "!\177\1\0AcU\10UcA\0\1\7IpI\7\1\0CaQIECa\0\0\0\177A" + "A\0\0\0\1\2\4\10\20 @\0\0\0\0AA\177\0\0\0\4\2\1\2\4\0\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Chroma 48-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 96/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_chroma48medium8_r[770] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_r") = - " \177\0\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\6\0\0\6\0\0\0$~$$~" - "$\0\0$k**k\22\0\0F&\20\10db\0\0\64JJT P\0\0\0\0\0\6\0" - "\0\0\0\0\0\34*\0\0\0\10\10>\10\10" - "\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0\0@ \20\10\4" - "\2\0\0\0\0~\10\10\10\24" - "b\0\0~@@@@@\0\0~\4\10\10\4~\0\0~\4\10\20 ~\0\0@@@@>\0\0\36 @@ \36\0\0~ \20\20 " - "~\0\0B$\30\30$B\0\0\2\4x\4\2\0\0\0BbRJFB\0\0\0~BB\0" - "\0\0\0\2\4\10\20 @\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\200\200\200\200\200\200" - "\200\200\0\0\0\2\4\0\0\0\0 TTTx\0\0\0~HHH\60\0\0\0\70DDD(" - "\0\0\0\60HHH~\0\0\0\70TTTH\0\0\0\0\10|\12\2\0\0\0\30\244\244\244|" - "\0\0\0~\10\10\10p\0\0\0\0Hz@\0\0\0\0@\200\200\210z\0\0\0~\20\20(D" - "\0\0\0\0B~@\0\0\0\0|\4x\4x\0\0\0|\4\4\4x\0\0\0\70DDD\70" - "\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTTT$" - "\0\0\0\0\4>D\0\0\0\0<@@ |\0\0\0\34 @ \34\0\0\0\34`\34`\34" - "\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66A\0" - "\0\0\0\0\0\377\0\0\0\0\0\0A\66\10\0\0\0\10\4\4\10\20\20\10\0\0\0\0\0\0\0" - "\0"; +const uint8_t u8x8_font_chroma48medium8_r[772] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\6\0\0\6\0\0\0$~$" + "$~$\0\0$k**k\22\0\0F&\20\10db\0\0\64JJT P\0\0\0\0\0" + "\6\0\0\0\0\0\0\34*\0\0\0\10\10>" + "\10\10\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0\0@ \20" + "\10\4\2\0\0\0\0~\10\10" + "\10\24b\0\0~@@@@@\0\0~\4\10\10\4~\0\0~\4\10\20 ~\0\0@@@@>\0\0\36 @@ \36\0\0~ \20" + "\20 ~\0\0B$\30\30$B\0\0\2\4x\4\2\0\0\0BbRJFB\0\0\0~B" + "B\0\0\0\0\2\4\10\20 @\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\200\200\200\200" + "\200\200\200\200\0\0\0\2\4\0\0\0\0 TTTx\0\0\0~HHH\60\0\0\0\70DD" + "D(\0\0\0\60HHH~\0\0\0\70TTTH\0\0\0\0\10|\12\2\0\0\0\30\244\244" + "\244|\0\0\0~\10\10\10p\0\0\0\0Hz@\0\0\0\0@\200\200\210z\0\0\0~\20\20" + "(D\0\0\0\0B~@\0\0\0\0|\4x\4x\0\0\0|\4\4\4x\0\0\0\70DD" + "D\70\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTT" + "T$\0\0\0\0\4>D\0\0\0\0<@@ |\0\0\0\34 @ \34\0\0\0\34`\34" + "`\34\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66" + "A\0\0\0\0\0\0\377\0\0\0\0\0\0A\66\10\0\0\0\10\4\4\10\20\20\10\0\0\0\0\0" + "\0\0\0"; /* Fontname: -FontForge-Chroma 48-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_chroma48medium8_n[218] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_chroma48medium8_n[220] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T\70|\70T\0\0\0\20\20|\20\20" - "\0\0\0\0\200`\0\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\0\200@ \20\10" - "\4\0\0x\304\244\224\214x\0\0\200\210\374\200\200\0\0\0\310\244\244\244\244\230\0\0H\204\224\224\224" - "h\0\0pHDD\374@\0\0\134\224\224\224\224d\0\0x\224\224\224\224`\0\0\4\4\304$\24" - "\14\0\0h\224\224\224\224h\0\0\30\244\244\244\244x\0\0\0\0H\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T\70|\70T\0\0\0\20\20|" + "\20\20\0\0\0\0\200`\0\0\0\0\0\20\20\20\20\20\20\0\0\0\0\200\0\0\0\0\0\200@ " + "\20\10\4\0\0x\304\244\224\214x\0\0\200\210\374\200\200\0\0\0\310\244\244\244\244\230\0\0H\204\224" + "\224\224h\0\0pHDD\374@\0\0\134\224\224\224\224d\0\0x\224\224\224\224`\0\0\4\4\304" + "$\24\14\0\0h\224\224\224\224h\0\0\30\244\244\244\244x\0\0\0\0H\0\0\0"; /* Fontname: -FontForge-Chroma 48-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_chroma48medium8_u[515] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\6\0\0\6\0\0\0$~$$~" - "$\0\0$k**k\22\0\0F&\20\10db\0\0\64JJT P\0\0\0\0\0\6\0" - "\0\0\0\0\0\34*\0\0\0\10\10>\10\10" - "\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0\0@ \20\10\4" - "\2\0\0\0\0~\10\10\10\24" - "b\0\0~@@@@@\0\0~\4\10\10\4~\0\0~\4\10\20 ~\0\0@@@@>\0\0\36 @@ \36\0\0~ \20\20 " - "~\0\0B$\30\30$B\0\0\2\4x\4\2\0\0\0BbRJFB\0\0\0~BB\0" - "\0\0\0\2\4\10\20 @\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_chroma48medium8_u[517] U8X8_FONT_SECTION("u8x8_font_chroma48medium8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0^\0\0\0\0\0\0\6\0\0\6\0\0\0$~$" + "$~$\0\0$k**k\22\0\0F&\20\10db\0\0\64JJT P\0\0\0\0\0" + "\6\0\0\0\0\0\0\34*\0\0\0\10\10>" + "\10\10\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0@\0\0\0\0\0@ \20" + "\10\4\2\0\0\0\0~\10\10" + "\10\24b\0\0~@@@@@\0\0~\4\10\10\4~\0\0~\4\10\20 ~\0\0@@@@>\0\0\36 @@ \36\0\0~ \20" + "\20 ~\0\0B$\30\30$B\0\0\2\4x\4\2\0\0\0BbRJFB\0\0\0~B" + "B\0\0\0\0\2\4\10\20 @\0\0\0\0BB~\0\0\0\0\0\4\2\4\0\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Saikyo Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/72 BBX Build Mode: 3 */ -const uint8_t u8x8_font_saikyosansbold8_n[218] U8X8_FONT_SECTION("u8x8_font_saikyosansbold8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_saikyosansbold8_n[220] U8X8_FONT_SECTION("u8x8_font_saikyosansbold8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\20\20||\20" - "\20\0\0\0\200\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60\30\14" - "\6\0|\376\202\202\202\376|\0\0\200\204\376\376\200\200\0\304\346\262\222\222\236\214\0D\306\222\222\222\376" - "l\0\70<&\42\376\376 \0N\316\212\212\212\372r\0|\376\222\222\222\366d\0\6\6\2\362\372\16" - "\6\0l\376\222\222\222\376l\0L\336\222\222\222\376|\0\0\0\0ll\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\20\20|" + "|\20\20\0\0\0\200\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60" + "\30\14\6\0|\376\202\202\202\376|\0\0\200\204\376\376\200\200\0\304\346\262\222\222\236\214\0D\306\222\222" + "\222\376l\0\70<&\42\376\376 \0N\316\212\212\212\372r\0|\376\222\222\222\366d\0\6\6\2\362" + "\372\16\6\0l\376\222\222\222\376l\0L\336\222\222\222\376|\0\0\0\0ll\0\0"; /* Fontname: -FontForge-Saikyo Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/72 BBX Build Mode: 3 */ -const uint8_t u8x8_font_saikyosansbold8_u[515] U8X8_FONT_SECTION("u8x8_font_saikyosansbold8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177\42\177" - "\177\42$.*k*:\22\0Ff\60\30\14fb\0 v_I\77vP\0\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\10\10>>\10" - "\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6" - "\3\0>\177AAA\177>\0\0@B\177\177@@\0bsYIIOF\0\42cIII\177" - "\66\0\34\36\23\21\177\177\20\0'gEEE}\71\0>\177III{\62\0\3\3\1y}\7" - "\3\0\66\177III\177\66\0&oIII\177>\0\0\0\0\66\66\0\0\0\0\0@v\66\0" - "\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1YY\17" - "\6\0\177AAAc" - "\42\0\177\177AAA\177>\0\177\177IIIIA\0\177\177\11\11\11\1\1\0>\177AAI{" - ":\0\177\177\10\10\10\177\177\0\0\0\0\177\177\0\0\0 `@@@\177\77\0\177\177\10\34\66c" - "A\0\177\177@@@@@\0\177\177\6\14\6\177\177\0\177\177\6\14\30\177\177\0>\177AAA\177" - ">\0\177\177\21\21\21\37\16\0>\177AAA\377\276\0\177\177\21\21\21\177n\0&oIII{" - "\62\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\60`\60\37\17\0\177\177\60\34\60\177" - "\177\0cw\34\10\34wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177AA" - "\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_saikyosansbold8_u[517] U8X8_FONT_SECTION("u8x8_font_saikyosansbold8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177" + "\42\177\177\42$.*k*:\22\0Ff\60\30\14fb\0 v_I\77vP\0\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\10\10>" + ">\10\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30" + "\14\6\3\0>\177AAA\177>\0\0@B\177\177@@\0bsYIIOF\0\42cII" + "I\177\66\0\34\36\23\21\177\177\20\0'gEEE}\71\0>\177III{\62\0\3\3\1y" + "}\7\3\0\66\177III\177\66\0&oIII\177>\0\0\0\0\66\66\0\0\0\0\0@v" + "\66\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1Y" + "Y\17\6\0\177AA" + "Ac\42\0\177\177AAA\177>\0\177\177IIIIA\0\177\177\11\11\11\1\1\0>\177AA" + "I{:\0\177\177\10\10\10\177\177\0\0\0\0\177\177\0\0\0 `@@@\177\77\0\177\177\10\34" + "\66cA\0\177\177@@@@@\0\177\177\6\14\6\177\177\0\177\177\6\14\30\177\177\0>\177AA" + "A\177>\0\177\177\21\21\21\37\16\0>\177AAA\377\276\0\177\177\21\21\21\177n\0&oII" + "I{\62\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\60`\60\37\17\0\177\177\60\34" + "\60\177\177\0cw\34\10\34wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177" + "AA\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Torus Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 96/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_torussansbold8_r[770] U8X8_FONT_SECTION("u8x8_font_torussansbold8_r") = - " \177\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\3\7\0\0\7\3\0\0\42\177\177\42\177" - "\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 vOY\67fP\0\0\0\7\3\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\0\12\4\37\4\12\0\0\0\10\10>\10" - "\10\0\0\0\0p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6" - "\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bqYIOF\0\0\42AII\177" - "\66\0\0\34\36Q\177\177P\0\0'GEE}\71\0\0>\177IIy\62\0\0\1\1y}\7" - "\3\0\0\66\177II\177\66\0\0&OII\177>\0\0\0\0\66\66\0\0\0\0\0\0v\66\0" - "\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1YY\17" - "\6\0\177AAA" - "\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177AIy" - ":\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 @@@\177\77\0\0\177\177\10\34w" - "c\0\0\177\177@@@@\0\177\6\14\30\14\6\177\177\177\7\16\34\70p\177\0\0>\177AA\177" - ">\0\0\177\177\21\21\37\16\0\0>\177AA\377\276\0\0\177\177\11\11\177v\0\0&OIIy" - "\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\177\177@@\77\37\0\177\177@\177@\77" - "\37\0\0w\177\10\10\177w\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177AA" - "\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200\200\200" - "\200\200\0\0\0\1\3\2\0\0\0 tTT|x\0\0\177\177DD|\70\0\0\70|DDD" - "(\0\0\70|DD\177\177\0\0\70|TT\134H\0\0\0\4~\177\5\1\0\0\30\274\244\244\374" - "|\0\0\177\177\4\4|x\0\0\0D}}@\0\0\0\0@\200\204\375}\0\0\177\177\20\70l" - "D\0\0\0\0\1\177\177\0\0||\4|\4|x\0\0||\4\4|x\0\0\70|DD|" - "\70\0\0\374\374DD|\70\0\0\70|DD\374\374\0\0||\10\4\4\4\0\0H\134TTt" - "$\0\0\0\4\77\177D\0\0\0<|@@||\0\0||@@<\34\0||@|@<" - "\34\0\0l|\20\20|l\0\0\34\274\240\240\374|\0\0Ddt\134LD\0\0\0\10>wA" - "\0\0\0\0\0\377\377\0\0\0\0\0Aw>\10\0\0\0\10\14\4\10\20\30\10\0\0\0\0\0\0" - "\0"; +const uint8_t u8x8_font_torussansbold8_r[772] U8X8_FONT_SECTION("u8x8_font_torussansbold8_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\3\7\0\0\7\3\0\0\42\177\177" + "\42\177\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 vOY\67fP\0\0\0\7" + "\3\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\0\12\4\37\4\12\0\0\0\10\10" + ">\10\10\0\0\0\0p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30" + "\14\6\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bqYIOF\0\0\42AI" + "I\177\66\0\0\34\36Q\177\177P\0\0'GEE}\71\0\0>\177IIy\62\0\0\1\1y" + "}\7\3\0\0\66\177II\177\66\0\0&OII\177>\0\0\0\0\66\66\0\0\0\0\0\0v" + "\66\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1Y" + "Y\17\6\0\177A" + "AA\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177A" + "Iy:\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 @@@\177\77\0\0\177\177\10" + "\34wc\0\0\177\177@@@@\0\177\6\14\30\14\6\177\177\177\7\16\34\70p\177\0\0>\177A" + "A\177>\0\0\177\177\21\21\37\16\0\0>\177AA\377\276\0\0\177\177\11\11\177v\0\0&OI" + "Iy\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\177\177@@\77\37\0\177\177@\177" + "@\77\37\0\0w\177\10\10\177w\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177" + "AA\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200" + "\200\200\200\200\0\0\0\1\3\2\0\0\0 tTT|x\0\0\177\177DD|\70\0\0\70|D" + "DD(\0\0\70|DD\177\177\0\0\70|TT\134H\0\0\0\4~\177\5\1\0\0\30\274\244" + "\244\374|\0\0\177\177\4\4|x\0\0\0D}}@\0\0\0\0@\200\204\375}\0\0\177\177\20" + "\70lD\0\0\0\0\1\177\177\0\0||\4|\4|x\0\0||\4\4|x\0\0\70|D" + "D|\70\0\0\374\374DD|\70\0\0\70|DD\374\374\0\0||\10\4\4\4\0\0H\134T" + "Tt$\0\0\0\4\77\177D\0\0\0<|@@||\0\0||@@<\34\0||@|" + "@<\34\0\0l|\20\20|l\0\0\34\274\240\240\374|\0\0Ddt\134LD\0\0\0\10>" + "wA\0\0\0\0\0\377\377\0\0\0\0\0Aw>\10\0\0\0\10\14\4\10\20\30\10\0\0\0\0" + "\0\0\0"; /* Fontname: -FontForge-Torus Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_torussansbold8_n[218] U8X8_FONT_SECTION("u8x8_font_torussansbold8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_torussansbold8_n[220] U8X8_FONT_SECTION("u8x8_font_torussansbold8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\0\20\20|\20" - "\20\0\0\0\0\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60\30\14" - "\6\0\0|\376\202\202\376|\0\0\200\204\376\376\200\200\0\0\304\342\262\222\236\214\0\0D\202\222\222\376" - "l\0\0\70<\242\376\376\240\0\0N\216\212\212\372r\0\0|\376\222\222\362d\0\0\2\2\362\372\16" - "\6\0\0l\376\222\222\376l\0\0L\236\222\222\376|\0\0\0\0ll\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\10>\10\24\0\0\0\20\20" + "|\20\20\0\0\0\0\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60" + "\30\14\6\0\0|\376\202\202\376|\0\0\200\204\376\376\200\200\0\0\304\342\262\222\236\214\0\0D\202\222" + "\222\376l\0\0\70<\242\376\376\240\0\0N\216\212\212\372r\0\0|\376\222\222\362d\0\0\2\2\362" + "\372\16\6\0\0l\376\222\222\376l\0\0L\236\222\222\376|\0\0\0\0ll\0\0"; /* Fontname: -FontForge-Torus Sans-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/170 BBX Build Mode: 3 */ -const uint8_t u8x8_font_torussansbold8_u[515] U8X8_FONT_SECTION("u8x8_font_torussansbold8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\3\7\0\0\7\3\0\0\42\177\177\42\177" - "\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 vOY\67fP\0\0\0\7\3\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\0\12\4\37\4\12\0\0\0\10\10>\10" - "\10\0\0\0\0p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6" - "\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bqYIOF\0\0\42AII\177" - "\66\0\0\34\36Q\177\177P\0\0'GEE}\71\0\0>\177IIy\62\0\0\1\1y}\7" - "\3\0\0\66\177II\177\66\0\0&OII\177>\0\0\0\0\66\66\0\0\0\0\0\0v\66\0" - "\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1YY\17" - "\6\0\177AAA" - "\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177AIy" - ":\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 @@@\177\77\0\0\177\177\10\34w" - "c\0\0\177\177@@@@\0\177\6\14\30\14\6\177\177\177\7\16\34\70p\177\0\0>\177AA\177" - ">\0\0\177\177\21\21\37\16\0\0>\177AA\377\276\0\0\177\177\11\11\177v\0\0&OIIy" - "\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\177\177@@\77\37\0\177\177@\177@\77" - "\37\0\0w\177\10\10\177w\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177AA" - "\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_torussansbold8_u[517] U8X8_FONT_SECTION("u8x8_font_torussansbold8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\3\7\0\0\7\3\0\0\42\177\177" + "\42\177\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 vOY\67fP\0\0\0\7" + "\3\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\0\12\4\37\4\12\0\0\0\10\10" + ">\10\10\0\0\0\0p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30" + "\14\6\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bqYIOF\0\0\42AI" + "I\177\66\0\0\34\36Q\177\177P\0\0'GEE}\71\0\0>\177IIy\62\0\0\1\1y" + "}\7\3\0\0\66\177II\177\66\0\0&OII\177>\0\0\0\0\66\66\0\0\0\0\0\0v" + "\66\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1Y" + "Y\17\6\0\177A" + "AA\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177A" + "Iy:\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 @@@\177\77\0\0\177\177\10" + "\34wc\0\0\177\177@@@@\0\177\6\14\30\14\6\177\177\177\7\16\34\70p\177\0\0>\177A" + "A\177>\0\0\177\177\21\21\37\16\0\0>\177AA\377\276\0\0\177\177\11\11\177v\0\0&OI" + "Iy\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\177\177@@\77\37\0\177\177@\177" + "@\77\37\0\0w\177\10\10\177w\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177" + "AA\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Victoria-Bold-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 96/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriabold8_r[770] U8X8_FONT_SECTION("u8x8_font_victoriabold8_r") = - " \177\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177\42\177" - "\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 v_I\177vP\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\0\10\10>\10" - "\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6" - "\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bsYIOF\0\0\42cII\177" - "\66\0\0\34\36S\177\177P\0\0'gEE}\71\0\0>\177II{\62\0\0\1\1y}\7" - "\3\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0\66\66\0\0\0\0\0\0v\66\0" - "\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1YY\17" - "\6\0\177AAc" - "\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177AI{" - ":\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 `@@\177\77\0\0\177\177\34\66c" - "A\0\0\177\177@@@@\0\177\177\6\14\6\177\177\0\0\177\177\14\30\177\177\0\0>\177AA\177" - ">\0\0\177\177\11\11\17\6\0\0>\177AA\377\276\0\0\177\177\31\71oF\0\0&oII{" - "\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30\60\177" - "\177\0\0cw\34\34wc\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177AA" - "\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200\200\200" - "\200\200\0\0\0\1\3\2\0\0\0 tTT|x\0\0\177\177DD|\70\0\0\70|DDl" - "(\0\0\70|DD\177\177\0\0\70|TT\134H\0\0\0\4~\177\5\1\0\0\30\274\244\244\374" - "|\0\0\177\177\4\4|x\0\0\0D}}@\0\0\0@\300\200\204\375}\0\0\177\177\20\70l" - "D\0\0\0\0A\177\177@\0||\14x\14|x\0\0||\4\4|x\0\0\70|DD|" - "\70\0\0\374\374DD|\70\0\0\70|DD\374\374\0\0||\10\4\4\4\0\0H\134TTt" - "$\0\0\0\4\77\177D\0\0\0<|@@||\0\0\34<``<\34\0\34|pwA" - "\0\0\0\0\0\377\377\0\0\0\0\0Aw>\10\0\0\0\10\14\4\10\20\30\10\0\0\0\0\0\0" - "\0"; +const uint8_t u8x8_font_victoriabold8_r[772] U8X8_FONT_SECTION("u8x8_font_victoriabold8_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177" + "\42\177\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 v_I\177vP\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\0\10\10" + ">\10\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30" + "\14\6\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bsYIOF\0\0\42cI" + "I\177\66\0\0\34\36S\177\177P\0\0'gEE}\71\0\0>\177II{\62\0\0\1\1y" + "}\7\3\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0\66\66\0\0\0\0\0\0v" + "\66\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1Y" + "Y\17\6\0\177A" + "Ac\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177A" + "I{:\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 `@@\177\77\0\0\177\177\34" + "\66cA\0\0\177\177@@@@\0\177\177\6\14\6\177\177\0\0\177\177\14\30\177\177\0\0>\177A" + "A\177>\0\0\177\177\11\11\17\6\0\0>\177AA\377\276\0\0\177\177\31\71oF\0\0&oI" + "I{\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30" + "\60\177\177\0\0cw\34\34wc\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177" + "AA\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200" + "\200\200\200\200\0\0\0\1\3\2\0\0\0 tTT|x\0\0\177\177DD|\70\0\0\70|D" + "Dl(\0\0\70|DD\177\177\0\0\70|TT\134H\0\0\0\4~\177\5\1\0\0\30\274\244" + "\244\374|\0\0\177\177\4\4|x\0\0\0D}}@\0\0\0@\300\200\204\375}\0\0\177\177\20" + "\70lD\0\0\0\0A\177\177@\0||\14x\14|x\0\0||\4\4|x\0\0\70|D" + "D|\70\0\0\374\374DD|\70\0\0\70|DD\374\374\0\0||\10\4\4\4\0\0H\134T" + "Tt$\0\0\0\4\77\177D\0\0\0<|@@||\0\0\34<``<\34\0\34|p<" + "p|\34\0\0Dl\70\70lD\0\0\34\274\240\240\374|\0\0Ddt\134LD\0\0\0\10>" + "wA\0\0\0\0\0\377\377\0\0\0\0\0Aw>\10\0\0\0\10\14\4\10\20\30\10\0\0\0\0" + "\0\0\0"; /* Fontname: -FontForge-Victoria-Bold-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriabold8_n[218] U8X8_FONT_SECTION("u8x8_font_victoriabold8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_victoriabold8_n[220] U8X8_FONT_SECTION("u8x8_font_victoriabold8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\0\20\20|\20" - "\20\0\0\0\200\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60\30\14" - "\6\0\0|\376\202\202\376|\0\0\200\204\376\376\200\200\0\0\304\346\262\222\236\214\0\0D\306\222\222\376" - "l\0\0\70<\246\376\376\240\0\0N\316\212\212\372r\0\0|\376\222\222\366d\0\0\2\2\362\372\16" - "\6\0\0l\376\222\222\376l\0\0L\336\222\222\376|\0\0\0\0ll\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\0\20\20" + "|\20\20\0\0\0\200\340`\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\300`\60" + "\30\14\6\0\0|\376\202\202\376|\0\0\200\204\376\376\200\200\0\0\304\346\262\222\236\214\0\0D\306\222" + "\222\376l\0\0\70<\246\376\376\240\0\0N\316\212\212\372r\0\0|\376\222\222\366d\0\0\2\2\362" + "\372\16\6\0\0l\376\222\222\376l\0\0L\336\222\222\376|\0\0\0\0ll\0\0"; /* Fontname: -FontForge-Victoria-Bold-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriabold8_u[515] U8X8_FONT_SECTION("u8x8_font_victoriabold8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177\42\177" - "\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 v_I\177vP\0\0\0\7\7\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\0\10\10>\10" - "\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6" - "\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bsYIOF\0\0\42cII\177" - "\66\0\0\34\36S\177\177P\0\0'gEE}\71\0\0>\177II{\62\0\0\1\1y}\7" - "\3\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0\66\66\0\0\0\0\0\0v\66\0" - "\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1YY\17" - "\6\0\177AAc" - "\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177AI{" - ":\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 `@@\177\77\0\0\177\177\34\66c" - "A\0\0\177\177@@@@\0\177\177\6\14\6\177\177\0\0\177\177\14\30\177\177\0\0>\177AA\177" - ">\0\0\177\177\11\11\17\6\0\0>\177AA\377\276\0\0\177\177\31\71oF\0\0&oII{" - "\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30\60\177" - "\177\0\0cw\34\34wc\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177AA" - "\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_victoriabold8_u[517] U8X8_FONT_SECTION("u8x8_font_victoriabold8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0__\0\0\0\0\7\7\0\0\7\7\0\0\42\177\177" + "\42\177\177\42\0$.kk:\22\0\0c\63\30\14fc\0\0 v_I\177vP\0\0\0\7" + "\7\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\4\25\37\16\37\25\4\0\0\0\10\10" + ">\10\10\0\0\0@p\60\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30" + "\14\6\3\0\0>\177AA\177>\0\0@B\177\177@@\0\0bsYIOF\0\0\42cI" + "I\177\66\0\0\34\36S\177\177P\0\0'gEE}\71\0\0>\177II{\62\0\0\1\1y" + "}\7\3\0\0\66\177II\177\66\0\0&oII\177>\0\0\0\0\66\66\0\0\0\0\0\0v" + "\66\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\0\0\0Ac\66\34\10\0\0\2\1Y" + "Y\17\6\0\177A" + "Ac\42\0\0\177\177AA\177>\0\0\177\177IIAA\0\0\177\177\11\11\1\1\0\0>\177A" + "I{:\0\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0 `@@\177\77\0\0\177\177\34" + "\66cA\0\0\177\177@@@@\0\177\177\6\14\6\177\177\0\0\177\177\14\30\177\177\0\0>\177A" + "A\177>\0\0\177\177\11\11\17\6\0\0>\177AA\377\276\0\0\177\177\31\71oF\0\0&oI" + "I{\62\0\0\1\1\177\177\1\1\0\0\77\177@@\177\77\0\0\37\77``\77\37\0\177\177\60\30" + "\60\177\177\0\0cw\34\34wc\0\0\7\17xx\17\7\0\0aqYMGC\0\0\0\177\177" + "AA\0\0\0\3\6\14\30\60`\0\0\0AA\177\177\0\0\0\0\14\6\3\6\14\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FontForge-Victoria-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 96/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriamedium8_r[770] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_r") = - " \177\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\7\0\0\0\7\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0\0\42\20\10\4\42\0\0 VIIV P\0\0\0\0\7\0\0" - "\0\0\0\0\34\42A\0\0\0\0\0A\42\34\0\0\0\0*\34\177\34*\0\0\0\10\10>\10\10" - "\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0@ \20\10\4" - "\2\0\0>QIE>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0AAA\42" - "\0\0\0\177AAA>\0\0\0\177IIAA\0\0\0\177\11\11\11\1\0\0\0>AAI:" - "\0\0\0\177\10\10\10\177\0\0\0\0A\177A\0\0\0\0 @@@\77\0\0\0\177\10\24\42A" - "\0\0\0\177@@@@\0\0\0\177\2\4\2\177\0\0\0\177\4\10\20\177\0\0\0>AAA>" - "\0\0\0\177\11\11\11\6\0\0\0>AaA\276\0\0\0\177\11\31)F\0\0\0&III\62" - "\0\0\0\1\1\177\1\1\0\0\0\77@@@\77\0\0\0\37 @ \37\0\0\0\177 \20 \177" - "\0\0\0c\24\10\24c\0\0\0\7\10p\10\7\0\0\0aQIEC\0\0\0\0\177AA\0" - "\0\0\0\2\4\10\20 @\0\0\0\0AA\177\0\0\0\0\4\2\1\2\4\0\200\200\200\200\200\200" - "\200\200\0\0\0\1\2\0\0\0\0 TTTx\0\0\0\177DDD\70\0\0\0\70DDD(" - "\0\0\0\70DDD\177\0\0\0\70TTTH\0\0\0\0\4~\5\5\0\0\0\30\244\244\244|" - "\0\0\0\177\4\4\4x\0\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20(D" - "\0\0\0\0A\177@\0\0\0\0|\4x\4x\0\0\0|\4\4\4x\0\0\0\70DDD\70" - "\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTTT$" - "\0\0\0\0\4\77D\0\0\0\0<@@ |\0\0\0\34 @ \34\0\0\0\34`\34`\34" - "\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66A\0" - "\0\0\0\0\0\377\0\0\0\0\0\0A\66\10\0\0\0\10\4\4\10\20\20\10\0\0\0\0\0\0\0" - "\0"; +const uint8_t u8x8_font_victoriamedium8_r[772] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\7\0\0\0\7\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0\0\42\20\10\4\42\0\0 VIIV P\0\0\0\0\7" + "\0\0\0\0\0\0\34\42A\0\0\0\0\0A\42\34\0\0\0\0*\34\177\34*\0\0\0\10\10>" + "\10\10\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0@ \20" + "\10\4\2\0\0>QIE>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0AA" + "A\42\0\0\0\177AAA>\0\0\0\177IIAA\0\0\0\177\11\11\11\1\0\0\0>AA" + "I:\0\0\0\177\10\10\10\177\0\0\0\0A\177A\0\0\0\0 @@@\77\0\0\0\177\10\24" + "\42A\0\0\0\177@@@@\0\0\0\177\2\4\2\177\0\0\0\177\4\10\20\177\0\0\0>AA" + "A>\0\0\0\177\11\11\11\6\0\0\0>AaA\276\0\0\0\177\11\31)F\0\0\0&II" + "I\62\0\0\0\1\1\177\1\1\0\0\0\77@@@\77\0\0\0\37 @ \37\0\0\0\177 \20" + " \177\0\0\0c\24\10\24c\0\0\0\7\10p\10\7\0\0\0aQIEC\0\0\0\0\177A" + "A\0\0\0\0\2\4\10\20 @\0\0\0\0AA\177\0\0\0\0\4\2\1\2\4\0\200\200\200\200" + "\200\200\200\200\0\0\0\1\2\0\0\0\0 TTTx\0\0\0\177DDD\70\0\0\0\70DD" + "D(\0\0\0\70DDD\177\0\0\0\70TTTH\0\0\0\0\4~\5\5\0\0\0\30\244\244" + "\244|\0\0\0\177\4\4\4x\0\0\0\0D}@\0\0\0\0@\200\200\204}\0\0\0\177\20\20" + "(D\0\0\0\0A\177@\0\0\0\0|\4x\4x\0\0\0|\4\4\4x\0\0\0\70DD" + "D\70\0\0\0\374DDD\70\0\0\0\70DDD\374\0\0\0|\10\4\4\4\0\0\0HTT" + "T$\0\0\0\0\4\77D\0\0\0\0<@@ |\0\0\0\34 @ \34\0\0\0\34`\34" + "`\34\0\0\0D(\20(D\0\0\0\34\240\240\240|\0\0\0DdTLD\0\0\0\0\10\66" + "A\0\0\0\0\0\0\377\0\0\0\0\0\0A\66\10\0\0\0\10\4\4\10\20\20\10\0\0\0\0\0" + "\0\0\0"; /* Fontname: -FontForge-Victoria-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 18/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriamedium8_n[218] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_victoriamedium8_n[220] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T\70\376\70T\0\0\0\20\20|\20\20" - "\0\0\0\0\200`\0\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\200@ \20\10" - "\4\0\0|\242\222\212|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222\222l" - "\0\0\0\70$\242\376\240\0\0\0N\212\212\212r\0\0\0x\224\222\222`\0\0\0\2\2\362\12\6" - "\0\0\0l\222\222\222l\0\0\0\14\222\222R<\0\0\0\0\0$\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T\70\376\70T\0\0\0\20\20|" + "\20\20\0\0\0\0\200`\0\0\0\0\0\20\20\20\20\20\20\0\0\0\0\300\300\0\0\0\0\200@ " + "\20\10\4\0\0|\242\222\212|\0\0\0\200\204\376\200\200\0\0\0\304\242\222\222\214\0\0\0D\202\222" + "\222l\0\0\0\70$\242\376\240\0\0\0N\212\212\212r\0\0\0x\224\222\222`\0\0\0\2\2\362" + "\12\6\0\0\0l\222\222\222l\0\0\0\14\222\222R<\0\0\0\0\0$\0\0\0"; /* Fontname: -FontForge-Victoria-Medium-R-Normal-Sans-8-80-75-75-P-50-ISO10646-1 Copyright: (null) Glyphs: 64/98 BBX Build Mode: 3 */ -const uint8_t u8x8_font_victoriamedium8_u[515] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_u") = - " _\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\7\0\0\0\7\0\0\0\42\177\42\42\177" - "\42\0\0$*k*\22\0\0\0\42\20\10\4\42\0\0 VIIV P\0\0\0\0\7\0\0" - "\0\0\0\0\34\42A\0\0\0\0\0A\42\34\0\0\0\0*\34\177\34*\0\0\0\10\10>\10\10" - "\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0@ \20\10\4" - "\2\0\0>QIE>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AII\66" - "\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0AAA\42" - "\0\0\0\177AAA>\0\0\0\177IIAA\0\0\0\177\11\11\11\1\0\0\0>AAI:" - "\0\0\0\177\10\10\10\177\0\0\0\0A\177A\0\0\0\0 @@@\77\0\0\0\177\10\24\42A" - "\0\0\0\177@@@@\0\0\0\177\2\4\2\177\0\0\0\177\4\10\20\177\0\0\0>AAA>" - "\0\0\0\177\11\11\11\6\0\0\0>AaA\276\0\0\0\177\11\31)F\0\0\0&III\62" - "\0\0\0\1\1\177\1\1\0\0\0\77@@@\77\0\0\0\37 @ \37\0\0\0\177 \20 \177" - "\0\0\0c\24\10\24c\0\0\0\7\10p\10\7\0\0\0aQIEC\0\0\0\0\177AA\0" - "\0\0\0\2\4\10\20 @\0\0\0\0AA\177\0\0\0\0\4\2\1\2\4\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_victoriamedium8_u[517] U8X8_FONT_SECTION("u8x8_font_victoriamedium8_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\0_\0\0\0\0\0\7\0\0\0\7\0\0\0\42\177\42" + "\42\177\42\0\0$*k*\22\0\0\0\42\20\10\4\42\0\0 VIIV P\0\0\0\0\7" + "\0\0\0\0\0\0\34\42A\0\0\0\0\0A\42\34\0\0\0\0*\34\177\34*\0\0\0\10\10>" + "\10\10\0\0\0\0@\60\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0@ \20" + "\10\4\2\0\0>QIE>\0\0\0@B\177@@\0\0\0bQIIF\0\0\0\42AI" + "I\66\0\0\0\34\22Q\177P\0\0\0'EEE\71\0\0\0AA" + "A\42\0\0\0\177AAA>\0\0\0\177IIAA\0\0\0\177\11\11\11\1\0\0\0>AA" + "I:\0\0\0\177\10\10\10\177\0\0\0\0A\177A\0\0\0\0 @@@\77\0\0\0\177\10\24" + "\42A\0\0\0\177@@@@\0\0\0\177\2\4\2\177\0\0\0\177\4\10\20\177\0\0\0>AA" + "A>\0\0\0\177\11\11\11\6\0\0\0>AaA\276\0\0\0\177\11\31)F\0\0\0&II" + "I\62\0\0\0\1\1\177\1\1\0\0\0\77@@@\77\0\0\0\37 @ \37\0\0\0\177 \20" + " \177\0\0\0c\24\10\24c\0\0\0\7\10p\10\7\0\0\0aQIEC\0\0\0\0\177A" + "A\0\0\0\0\2\4\10\20 @\0\0\0\0AA\177\0\0\0\0\4\2\1\2\4\0\200\200\200\200" + "\200\200\200\200"; +/* + Fontname: -Adobe-Courier-Bold-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 191/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courB18_2x3_f[10756] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_f") = + " \377\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\374\374\370\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\277\277\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\0<\374<\0<\374<\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\376\376\200\200\376\376\200" + "\200\0\0\0\0\60\61\361\377\77\61\361\377\77\61\61\1\0\0\0\0\0\0\17\17\0\0\17\17\0\0\0" + "\0\0\0\0\0\0\340\360\30\30\36\36\60xx\0\0\0\0\0\0\0\341\343\303\206\206\206\206\314\374x" + "\0\0\0\0\0\0\1\1\0\1\37\37\1\1\0\0\0\0\0\0\0\0`\360\230\10\10\230\360`\0\0" + "\0\0\0\0\0\0\20\20\31\311\355\65\24\26\62\342\300\0\0\0\0\0\0\0\0\0\1\3\2\2\3\1" + "\0\0\0\0\0\0\0\300\340\60\60\60p`\0\0\0\0\0\0\0\0\340\371\37\16\34\270\360\360\270\30" + "\0\0\0\0\0\0\1\3\3\3\3\3\1\1\3\3\3\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\370\34\14\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\7\37\70\60\0\0\0\0\0\0\0\0\14\34\370\340\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\60\70\37\7\0\0\0\0\0" + "\0\0\0\0\0\0``\300\300\374\374\300\300``\0\0\0\0\0\0\0\30\36\16\3\3\16\36\30\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\0\0\0\0" + "\0\0\0\0\0\14\14\14\14\14\377\377\14\14\14\14\14\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340x\36" + "\6\0\0\0\0\0\0\0\200\340x\36\7\1\0\0\0\0\0\0\0\0\30\36\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\370\30\14\14\14\14\30\370\340\0\0\0\0\0\0\177\377\200\0\0\0\0\200\377\177" + "\0\0\0\0\0\0\0\1\1\3\3\3\3\1\1\0\0\0\0\0\0\0\30\30\30\34\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0px\34\14\14\14\14\34\370\360\0\0\0\0\0\0\200\300\340p\70\34\16\7\3\1" + "\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\60\70\34\14\14\14\14\234\370\360" + "\0\0\0\0\0\300\300\200\0\6\6\6\7\217\375\370\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1\0" + "\0\0\0\0\0\0\0\0\300\360\70\34\374\374\0\0\0\0\0\0\0\60<\77\63\60\60\60\377\377\60\60" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\374\374\14\214\214\214\214\14\14" + "\0\0\0\0\0\0\300\303\203\3\1\1\1\203\307\377|\0\0\0\0\0\0\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\0\0\200\340\360\70\30\34\14\14\14\14\0\0\0\0\0\0\177\377\306\203\3\3\3\207\376\374" + "\0\0\0\0\0\0\0\1\1\3\3\3\3\3\1\0\0\0\0\0\0\0\34\34\14\14\14\14\14\314\374<" + "\0\0\0\0\0\0\0\0\0\0\200\360~\17\1\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\360\370\30\14\14\14\14\30\370\360\0\0\0\0\0\0\370\375\217\6\6\6\6\217\375\370" + "\0\0\0\0\0\0\0\1\3\3\3\3\3\3\1\0\0\0\0\0\0\0\0\340\370\30\14\14\14\14\30\370" + "\340\0\0\0\0\0\0\7\17\34\30\30\30\214\306\377\77\0\0\0\0\0\0\3\3\3\3\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300`` \0\0\0\14\14\36\36\63\63aa\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\63\63\63\63\63\63\63\63\63\63\63\63\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 ``\300\300\200\200\0\0\0\0\0\0\0\0\0\0\200\200\300\300aa\63\63\36\36" + "\14\14\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\30\30\30\30\70\360\340" + "\0\0\0\0\0\0\0\0\0\0\270\274\14\6\7\3\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\340\370\30\14\14\214\230\370\340\0\0\0\0\0\0\0\377\377\0\36\77sa\177\177`" + "\0\0\0\0\0\0\1\7\6\14\14\14\14\6\6\0\0\0\0\0\0\0\30\30\230\370xx\340\200\0\0" + "\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\30\30\370\370\30\30\30\30\30\70\360\340\0\0\0\0\0\0\377\377\6\6\6\6\6\7\217" + "\375\370\0\0\0\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\0\200\340\360\60\30\30\30\30\30\60\370" + "\370\0\0\0\0\77\377\340\200\0\0\0\0\0\0\200\200\0\0\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\30\30\370\370\30\30\30\30\30\30\60\360\340\200\0\0\0\0\377\377\0\0\0\0\0\0\200\300" + "\377\77\0\0\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\0\0\30\30\370\370\30\30\30\230\230\30\370" + "\370\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\30\30\370\370\30\30\30\230\230\30\30\370\370\0\0\0\0\0\377\377\6\6\6\37\37\0\0" + "\0\0\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\340\360\60\30\30\30\30\30\30\60" + "\370\370\0\0\0\77\377\340\200\0\0\0\30\30\30\230\370\370\0\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\30\30\370\370\30\30\0\0\30\30\370\370\30\30\0\0\0\0\377\377\6\6\6\6\6\6\377\377" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\30\30\30\30\370\370\30\30\30\30" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\30\30\30\30\30\370\370\30\30\30\0\0\0\360\360\200\0\0\0\0\200\377\377\0" + "\0\0\0\0\0\0\1\3\3\3\3\3\3\1\0\0\0\0\0\0\30\30\370\370\30\30\200\300\370x\70\30" + "\30\0\0\0\0\0\377\377\16\7\17\35\70\360\340\200\0\0\0\0\3\3\3\3\3\3\0\0\0\0\3\3" + "\3\3\0\0\0\30\30\30\370\370\30\30\30\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\340" + "\340\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\30\370\370x\340\200\0\0\200\340x\370" + "\370\30\0\0\0\377\377\0\3\7\34\34\7\3\0\377\377\0\0\0\3\3\3\3\3\0\0\0\0\3\3\3" + "\3\3\0\0\0\30\370\370x\340\200\0\0\30\30\370\370\30\0\0\0\0\377\377\0\1\7\36x\340\200\377" + "\377\0\0\0\0\3\3\3\3\3\0\0\0\1\3\3\3\0\0\0\0\200\340\360\60\30\30\30\30\30\60\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\30\30\370\370\30\30\30\30\30\30\60\360\340\0\0\0\0\0\377\377\30\30\30\30\30\30\14" + "\17\7\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\340\360\60\30\30\30\30\30\60\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\31\31\37\17\17\33\33\31\31" + "\14\14\0\0\30\30\370\370\30\30\30\30\30\60\360\340\0\0\0\0\0\0\377\377\14\14\14\34<\366\347\203" + "\0\0\0\0\3\3\3\3\3\3\0\0\0\0\3\3\3\3\0\0\0\0\340\360\70\30\30\30\30\30\60\370" + "\370\0\0\0\0\340\341\203\7\6\6\16\14\14\234\370\360\0\0\0\0\3\3\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\0\370\370\30\30\30\370\370\30\30\30\370\370\0\0\0\0\1\1\0\0\0\377\377\0\0\0\1" + "\1\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\30\370\370\30\30\0\0\0\30\30\370" + "\370\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\30x\370\230\30\0\0\0\0\30\230\370x\30\0\0\0\0\3\37|\340\200\200\340|\37\3" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\0\0\0\0\0\0\0\30\370\370\30\30\0\300\300\0\30\30\370" + "\370\30\0\0\0\37\377\340\374\77\7\7\77\374\340\377\37\0\0\0\0\0\3\3\3\0\0\0\0\3\3\3" + "\0\0\0\0\30\70x\370\330\230\0\0\230\330\370x\70\30\0\0\0\200\300\340q;\17\17;q\340\300" + "\200\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\30\70x\370\330\30\0\0\30\330\370x" + "\70\30\0\0\0\0\0\0\3\7\376\376\7\3\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\370\370\30\30\30\30\230\330\370x\70\0\0\0\0\0\200\300\340x<\16\7\3\0\340" + "\340\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\374\374\14\14\14\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\60\60\60\0" + "\0\0\0\0\0\0\6\36x\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\36x\340\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\36\30\0\0\0\0\0\0\14\14\14\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\60\60\60\77\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360<<\360\300\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\60\60\60" + "\60\60\60\0\0\0\0\0\10\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0" + "\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3" + "\3\0\0\0\0\14\14\374\374\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\307\203\1\1\1\203\307" + "\377|\0\0\0\3\3\3\3\1\3\3\3\3\3\1\1\0\0\0\0\0\0\0\200\200\200\200\200\200\0\200" + "\200\0\0\0\0|\377\307\203\1\1\1\1\3\207\217\217\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\0\0\200\200\200\200\214\14\374\374\0\0\0\0\0|\377\307\203\1\1\1\203\307\377\377" + "\0\0\0\0\0\0\1\1\3\3\3\3\3\1\3\3\3\3\0\0\0\0\0\0\200\200\200\200\200\200\0\0" + "\0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\200\200\200\360\370\234\214\214\214\214\14\0\0\0\0\0\1\1\1\377\377\1\1\1\1\1" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\200\200\0\0\0|\377\307\203\1\1\1\203\307\377\377\1\1\0\0\0\0\1acccccq\77\37" + "\0\0\0\0\14\14\374\374\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\7\3\1\1\1\3\377\376" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\0\200\200\234\234\234\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\200\200\200\200\234\234\234\200\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\0\0" + "\0\0\0\0\0\0`````p\77\37\0\0\0\0\0\0\0\14\14\374\374\0\0\0\200\200\200\200" + "\0\0\0\0\0\0\0\377\377\30<~\347\303\201\1\0\0\0\0\0\3\3\3\3\0\0\0\3\3\3\3" + "\3\3\0\0\0\0\0\14\14\14\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\200\200\200\0\200\200\200\200\0\200\200\200" + "\200\0\0\0\1\1\377\377\3\1\1\377\377\3\1\1\377\377\0\0\3\3\3\3\3\0\0\3\3\3\3\0" + "\3\3\3\3\200\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\1\1\377\377\6\3\1\1\1\3\377\376" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\0\0\200\200\200\200\200\200\0\0" + "\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\200\200\200\200\0\200\200\200\200\200\0\0\0\0\0\0\1\1\377\377\307\203\1\1\1\203\307\377" + "|\0\0\0``\177\177acc\3\3\3\1\1\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\200\200\0\0\0|\377\307\203\1\1\1\203\307\377\377\1\1\0\0\0\0\1\1\3\3\3cca\177\177" + "``\0\0\0\0\200\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\1\1\377\377\7\3\1\1\1\3" + "\3\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\0\0\0\0\0\0\306\317\217\31\31\71\61\63\347\347\300\0\0\0\0\0\3\3\1\3\3\3\3\3\3\1" + "\0\0\0\0\0\200\200\370\370\200\200\200\200\200\200\0\0\0\0\0\0\1\1\377\377\201\1\1\1\201\201\200" + "\0\0\0\0\0\0\0\0\1\3\3\3\3\3\1\1\0\0\0\0\200\200\200\200\0\0\0\0\200\200\200\200" + "\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3" + "\3\3\0\0\200\200\200\200\200\200\0\0\200\200\200\200\200\200\0\0\1\1\7\37y\341\200\200\341y\37\7" + "\1\1\0\0\0\0\0\0\0\1\3\3\1\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\200\200\200" + "\200\200\0\0\1\7\177\371\301\360>>\360\301\371\177\7\1\0\0\0\0\0\3\3\0\0\0\0\3\3\0" + "\0\0\0\0\0\200\200\200\200\200\0\0\200\200\200\200\200\0\0\0\0\1\1\203\307m\70\70m\307\203\1" + "\1\0\0\0\0\3\3\3\3\3\0\0\3\3\3\3\3\0\0\0\0\200\200\200\200\200\0\0\200\200\200\200" + "\200\0\0\0\0\1\7\37}\361\200\300\361}\37\7\1\0\0\0\0```p}\177g\1\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\207\307\341q\71\35\17\7\303\301" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\360\370\14\4\4\0" + "\0\0\0\0\0\0\0\0\10\34\377\367\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\60 \0" + "\0\0\0\0\0\0\0\0\0\0\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\17\17\0\0\0\0\0\0\0\0\0\0\0\4\4\14\370\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\367\377\34\10\0\0\0\0\0\0\0\0\0 \60\37\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\16\6\6\16\34\30\30\34\16" + "\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\373\373\0\0\0\0\0\0\0\0\0\0\0\0\0\77\177\177\77\0\0\0\0" + "\0\0\0\0\0\0\200\300\340`||\300\340\340\0\0\0\0\0\0\0\37\77p`\340\340`q\61\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\0\0\0\0\0\0\0\340\360\70\30\30\30\70\60\0" + "\0\0\0\0\0\14\214\317\377|\14\14\14\0\0\200\200\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\1\0\0\0\0\0`\340\300\300\300\300\300\300\340`\0\0\0\0\0\0\337\377q````q\377\337" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\70\370\370\230\0\0\230\370\370\70" + "\30\0\0\0\0\0\0()/\376\376/)(\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\363\363\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\17\17\0\0\0\0\0\0\0\0\0\0\200\360\370\334\214\214\14\14<<" + "\0\0\0\0\0\7\17\14\34\31\71\63s\347\346~<\0\0\0\0\0\17\17\14\14\14\14\16\7\3\0" + "\0\0\0\0\0\0\0\70\70\0\0\0\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\60\260\330\330\330\330\260\60\340" + "\300\0\0\0\17\77p\317\337\271\260\260\271\331\300p\77\17\0\0\0\0\0\0\0\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\200\320XHH\370\360\0\0\0\0\0\0\0\0\0\63\67\64\64\66\63\67\66\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\20\70|\356\307\203\21\70|\356\307\203\1\0\0\0\0\0\0\0\1\1\1\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\77" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\60\360\330\330\330\330\260\60\340\300\0\0\0\17\77p\300\377\277\204\214\277\363\300p" + "\77\17\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\0\30\30\30\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0p\370\214\4\4\214\370p\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\0\0\0\0" + "\0\0\0\0\0\3\3\3\3\3\77\77\3\3\3\3\3\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\0\30\34\204\304d<\30\0\0\0\0\0\0\0\0\0\6\7\5\4\4\6\6\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34DDd\374\230\0" + "\0\0\0\0\0\0\0\0\3\7\4\4\4\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \60\70\34\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\200\200\200\200" + "\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377\0\0\0\0\0\0\177\177\3\3\3\3\3\1\3\3" + "\3\3\0\0\0\360\370\370\14\14\374\374\14\374\374\14\14\0\0\0\0\1\3\3\6\6\377\377\0\377\377\0" + "\0\0\0\0\0\0\0\14\14\14\17\17\0\17\17\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 hn~\70\0\0\0\0\0\0\0\0\0\0\10\10\10\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\4\4\4\7\7\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\360\30\30\30\30\360\340\0\0\0\0\0\0\0\0\61\63\66\66\66\66\63\61\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\203\307\356|\70\21\203\307\356|\70\20\0\0\0\1\1\1\0\0\0\1\1\1\0\0" + "\0\0\0\0\10\10\10\374\374\0\0\0\0\0\0\200\300`\60\30\4\4\4\207\307d\64\34\314\246\223\211" + "\374\376\200\0\0\0\3\1\0\0\0\0\0\0\0\2\3\3\2\0\10\10\10\374\374\0\0\0\0\0\0\200" + "\300`\60\30\4\4\4\207\307d\64\34\14\6\217\307b\62\36\14\0\0\3\1\0\0\0\0\0\3\3\2" + "\2\2\3\3\30\34DDd\374\230\0\0\0\200\300`\60\30\0\3\7\204\304d\67\33\314\246\223\211\374" + "\376\200\0\0\0\3\1\0\0\0\0\0\0\0\2\3\3\2\0\0\0\0\0\0\0\0\200\200\0\0\0\0" + "\0\0\0\0\0\0\200\300\300`{;\0\0\0\0\0\0\0\0\0\0\17\37\70\60\60\60\60>\36\0" + "\0\0\0\0\0\0\30\30\231\373{z\340\200\0\0\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360" + "\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\30\30\230\372{{\341\200\0\0" + "\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\2\33\33\231\370xy\343\203\2\0\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360" + "\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\32\33\231\371{{\343\201\0\0" + "\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\0\30\33\233\370xx\343\203\0\0\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360" + "\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\30\30\233\376|~\343\200\0\0" + "\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\0\0\0\30\330\370\370\370\30\30\30\30xx\0\0\300\360<\37\31\30\377\377\6\6\17" + "\17\300\300\0\3\3\3\3\0\3\3\3\3\3\3\3\3\3\3\0\0\200\340\360\60\30\30\30\30\30\60\370" + "\370\0\0\0\0\77\377\340\200\0\0\0\0\0\0\200\300\0\0\0\0\0\0\1!ko\177;\3\3\1" + "\0\0\0\0\0\30\30\370\370\31\33\33\232\230\30\370\370\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0" + "\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\30\30\370\370\30\32\33\233\231\30\370" + "\370\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\30\30\372\373\33\31\30\230\231\33\373\372\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0" + "\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\30\30\370\373\33\30\30\230\233\33\370" + "\370\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\30\30\30\31\373\373\32\30\30\30\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\30\30\30\32\373\373\31\30\30\30" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\32\33\33\31\370\370\31\33\33\32\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\30\30\33\33\370\370\33\33\30\30" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\30\30\370\370\30\30\30\30\30\30\60\360\340\200\0\0\6\6\377\377\6\6\6\0\0\0\200\300" + "\377\77\0\0\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\0\0\30\370\372{\341\201\3\3\33\31\370" + "\370\30\0\0\0\0\377\377\0\1\7\36x\340\200\377\377\0\0\0\0\3\3\3\3\3\0\0\0\1\3\3" + "\3\0\0\0\0\200\340\360\60\30\31\33\33\32\60\360\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340" + "\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1\0\0\0\0\0\200\340\360\60\30\32\33\33\31\60\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\200\340\362\63\33\31\30\30\31\63\363\342\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340" + "\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1\0\0\0\0\0\200\340\362\63\31\31\33\33\33\61\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\200\340\360\63\33\30\30\30\33\63\360\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340" + "\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1\0\0\0\0\0@\340\300\200\0\0\0\0\200\300\340" + "@\0\0\0\0\200\300\341s\77\36\36\77s\341\300\200\0\0\0\0\0\1\0\0\0\0\0\0\0\0\1" + "\0\0\0\0\0\200\340\360\60\30\30\30\230\330x\374\346\202\0\0\0\77\377\340\300p\34\6\3\0\200\340" + "\377\77\0\0\0\4\6\3\1\3\3\3\3\3\1\1\0\0\0\0\0\30\370\370\30\31\3\3\2\30\30\370" + "\370\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\0\30\370\370\30\30\2\3\3\31\30\370\370\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377" + "\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1\0\0\0\0\0\30\370\372\33\33\1\0\0\31\33\373" + "\372\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\0\30\370\370\33\33\0\0\0\33\33\370\370\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377" + "\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1\0\0\0\0\30\70x\370\330\32\3\3\31\330\370x" + "\70\30\0\0\0\0\0\0\3\7\376\376\7\3\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0" + "\0\0\0\0\0\30\30\370\370\330\330\300\300\300\300\200\200\0\0\0\0\0\0\377\377``````\61" + "\77\37\0\0\0\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\360\370\34\14\14\234\370\360\0" + "\0\0\0\0\0\0\0\377\377\0\3\203\203\7\216\374\370\0\0\0\0\3\3\3\3\3\0\1\3\3\3\1" + "\0\0\0\0\0\0\4\214\234\270\260\240\200\0\0\0\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0" + "\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3\3\0\0\0\0\0\0\200\200\240\260\270\234\14\4\0" + "\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3" + "\3\0\0\0\0\0 \260\270\234\214\234\270\60 \0\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0" + "\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3\3\0\0\0\0\0 \260\230\230\270\260\260\30\10\0" + "\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3" + "\3\0\0\0\0\0\0\270\270\200\200\200\270\70\0\0\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0" + "\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3\3\0\0\0\0\0\0\200\270\354\304\354\270\0\0\0" + "\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3" + "\3\0\0\0\0\0\200\200\200\200\0\0\200\200\200\200\0\0\0\0\340\363\63\31\31\233\377\377\263\61\61\63" + "\277\276\0\0\1\3\3\3\3\3\1\1\3\3\3\3\1\1\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\0\0\0\0\0|\377\307\203\1\1\1\1\3\217\217\0\0\0\0\0\0\1\1#ko\177;\3\3\1" + "\0\0\0\0\0\0\0\4\214\234\270\260\240\200\0\0\0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277" + "\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1\1\0\0\0\0\0\0\0\200\240\260\270\234\214\4\0" + "\0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\0 \260\270\234\214\234\270\60 \0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277" + "\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1\1\0\0\0\0\0\0\70\270\200\200\200\270\270\0\0" + "\0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\4\214\234\270\260\240\0\0\0\0\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\200\200\240\260\270\34\14\4\0" + "\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0 \260\270\234\214\234\70\60 \0\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\270\270\200\200\200\70\70\0\0" + "\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\6ffv\274\274\230\270\370\354\314\214\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377" + "~\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1\0\0\0\0\200\200\240\260\30\30\270\260\260\230\10\0" + "\0\0\0\0\1\1\377\377\6\3\1\1\1\3\377\376\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\0\0\4\214\234\270\260\240\200\0\0\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377" + "|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1\0\0\0\0\0\0\0\0\200\240\260\270\234\214\4\0" + "\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\0\0 \60\270\234\214\234\270\260 \0\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377" + "|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1\0\0\0\0\0\0 \60\230\230\270\260\260\230\10\0" + "\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\0\0\0\70\270\200\200\200\270\270\0\0\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377" + "|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0" + "\0\0\0\0\14\14\14\14\14\314\314\314\14\14\14\14\14\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\200\300@\0\0\0|\377\207\303a\61\31\15\207\303\377" + "|\0\0\0\10\14\7\3\3\3\3\3\3\3\1\1\0\0\0\0\200\200\204\214\34\70\60 \200\200\200\200" + "\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3" + "\3\3\0\0\200\200\200\200 \60\70\34\214\204\200\200\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377" + "\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3\3\3\0\0\200\200\240\260\70\34\14\34\270\260\240\200" + "\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3" + "\3\3\0\0\200\200\200\270\70\0\0\0\270\270\200\200\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377" + "\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3\3\3\0\0\0\200\200\200\200\200 \60\270\234\214\204" + "\200\0\0\0\0\1\7\37}\361\200\300\361}\37\7\1\0\0\0\0```p}\177g\1\0\0\0" + "\0\0\0\0\0\14\14\374\374\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\307\203\1\1\1\203\307" + "\377|\0\0\0``\177\177acc\3\3\3\1\1\0\0\0\0\200\200\270\270\200\0\0\270\270\200\200" + "\200\0\0\0\0\1\7\37}\361\200\300\361}\37\7\1\0\0\0\0```p}\177g\1\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Bold-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 95/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courB18_2x3_r[4564] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_r") = + " ~\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\374\374\370\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\277\277\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\0<\374<\0<\374<\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\376\376\200\200\376\376\200" + "\200\0\0\0\0\60\61\361\377\77\61\361\377\77\61\61\1\0\0\0\0\0\0\17\17\0\0\17\17\0\0\0" + "\0\0\0\0\0\0\340\360\30\30\36\36\60xx\0\0\0\0\0\0\0\341\343\303\206\206\206\206\314\374x" + "\0\0\0\0\0\0\1\1\0\1\37\37\1\1\0\0\0\0\0\0\0\0`\360\230\10\10\230\360`\0\0" + "\0\0\0\0\0\0\20\20\31\311\355\65\24\26\62\342\300\0\0\0\0\0\0\0\0\0\1\3\2\2\3\1" + "\0\0\0\0\0\0\0\300\340\60\60\60p`\0\0\0\0\0\0\0\0\340\371\37\16\34\270\360\360\270\30" + "\0\0\0\0\0\0\1\3\3\3\3\3\1\1\3\3\3\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\370\34\14\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\7\37\70\60\0\0\0\0\0\0\0\0\14\34\370\340\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\60\70\37\7\0\0\0\0\0" + "\0\0\0\0\0\0``\300\300\374\374\300\300``\0\0\0\0\0\0\0\30\36\16\3\3\16\36\30\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\0\0\0\0" + "\0\0\0\0\0\14\14\14\14\14\377\377\14\14\14\14\14\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340x\36" + "\6\0\0\0\0\0\0\0\200\340x\36\7\1\0\0\0\0\0\0\0\0\30\36\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\370\30\14\14\14\14\30\370\340\0\0\0\0\0\0\177\377\200\0\0\0\0\200\377\177" + "\0\0\0\0\0\0\0\1\1\3\3\3\3\1\1\0\0\0\0\0\0\0\30\30\30\34\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0px\34\14\14\14\14\34\370\360\0\0\0\0\0\0\200\300\340p\70\34\16\7\3\1" + "\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\60\70\34\14\14\14\14\234\370\360" + "\0\0\0\0\0\300\300\200\0\6\6\6\7\217\375\370\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1\0" + "\0\0\0\0\0\0\0\0\300\360\70\34\374\374\0\0\0\0\0\0\0\60<\77\63\60\60\60\377\377\60\60" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\374\374\14\214\214\214\214\14\14" + "\0\0\0\0\0\0\300\303\203\3\1\1\1\203\307\377|\0\0\0\0\0\0\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\0\0\200\340\360\70\30\34\14\14\14\14\0\0\0\0\0\0\177\377\306\203\3\3\3\207\376\374" + "\0\0\0\0\0\0\0\1\1\3\3\3\3\3\1\0\0\0\0\0\0\0\34\34\14\14\14\14\14\314\374<" + "\0\0\0\0\0\0\0\0\0\0\200\360~\17\1\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\360\370\30\14\14\14\14\30\370\360\0\0\0\0\0\0\370\375\217\6\6\6\6\217\375\370" + "\0\0\0\0\0\0\0\1\3\3\3\3\3\3\1\0\0\0\0\0\0\0\0\340\370\30\14\14\14\14\30\370" + "\340\0\0\0\0\0\0\7\17\34\30\30\30\214\306\377\77\0\0\0\0\0\0\3\3\3\3\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300`` \0\0\0\14\14\36\36\63\63aa\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\63\63\63\63\63\63\63\63\63\63\63\63\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 ``\300\300\200\200\0\0\0\0\0\0\0\0\0\0\200\200\300\300aa\63\63\36\36" + "\14\14\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\30\30\30\30\70\360\340" + "\0\0\0\0\0\0\0\0\0\0\270\274\14\6\7\3\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\340\370\30\14\14\214\230\370\340\0\0\0\0\0\0\0\377\377\0\36\77sa\177\177`" + "\0\0\0\0\0\0\1\7\6\14\14\14\14\6\6\0\0\0\0\0\0\0\30\30\230\370xx\340\200\0\0" + "\0\0\0\0\0\300\360~\77\63\60\60\63\77~\360\300\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3" + "\3\3\0\0\0\30\30\370\370\30\30\30\30\30\70\360\340\0\0\0\0\0\0\377\377\6\6\6\6\6\7\217" + "\375\370\0\0\0\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\0\200\340\360\60\30\30\30\30\30\60\370" + "\370\0\0\0\0\77\377\340\200\0\0\0\0\0\0\200\200\0\0\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\30\30\370\370\30\30\30\30\30\30\60\360\340\200\0\0\0\0\377\377\0\0\0\0\0\0\200\300" + "\377\77\0\0\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\0\0\30\30\370\370\30\30\30\230\230\30\370" + "\370\0\0\0\0\0\0\377\377\6\6\6\37\37\0\0\340\340\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\30\30\370\370\30\30\30\230\230\30\30\370\370\0\0\0\0\0\377\377\6\6\6\37\37\0\0" + "\0\0\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\340\360\60\30\30\30\30\30\30\60" + "\370\370\0\0\0\77\377\340\200\0\0\0\30\30\30\230\370\370\0\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\30\30\370\370\30\30\0\0\30\30\370\370\30\30\0\0\0\0\377\377\6\6\6\6\6\6\377\377" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\30\30\30\30\370\370\30\30\30\30" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\30\30\30\30\30\370\370\30\30\30\0\0\0\360\360\200\0\0\0\0\200\377\377\0" + "\0\0\0\0\0\0\1\3\3\3\3\3\3\1\0\0\0\0\0\0\30\30\370\370\30\30\200\300\370x\70\30" + "\30\0\0\0\0\0\377\377\16\7\17\35\70\360\340\200\0\0\0\0\3\3\3\3\3\3\0\0\0\0\3\3" + "\3\3\0\0\0\30\30\30\370\370\30\30\30\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\340" + "\340\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\30\370\370x\340\200\0\0\200\340x\370" + "\370\30\0\0\0\377\377\0\3\7\34\34\7\3\0\377\377\0\0\0\3\3\3\3\3\0\0\0\0\3\3\3" + "\3\3\0\0\0\30\370\370x\340\200\0\0\30\30\370\370\30\0\0\0\0\377\377\0\1\7\36x\340\200\377" + "\377\0\0\0\0\3\3\3\3\3\0\0\0\1\3\3\3\0\0\0\0\200\340\360\60\30\30\30\30\30\60\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\30\30\370\370\30\30\30\30\30\30\60\360\340\0\0\0\0\0\377\377\30\30\30\30\30\30\14" + "\17\7\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\340\360\60\30\30\30\30\30\60\360" + "\340\200\0\0\0\77\377\340\200\0\0\0\0\0\200\340\377\77\0\0\0\0\0\31\31\37\17\17\33\33\31\31" + "\14\14\0\0\30\30\370\370\30\30\30\30\30\60\360\340\0\0\0\0\0\0\377\377\14\14\14\34<\366\347\203" + "\0\0\0\0\3\3\3\3\3\3\0\0\0\0\3\3\3\3\0\0\0\0\340\360\70\30\30\30\30\30\60\370" + "\370\0\0\0\0\340\341\203\7\6\6\16\14\14\234\370\360\0\0\0\0\3\3\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\0\370\370\30\30\30\370\370\30\30\30\370\370\0\0\0\0\1\1\0\0\0\377\377\0\0\0\1" + "\1\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0\0\0\0\0\0\30\370\370\30\30\0\0\0\30\30\370" + "\370\30\0\0\0\0\177\377\200\0\0\0\0\0\200\377\177\0\0\0\0\0\0\1\3\3\3\3\3\3\3\1" + "\0\0\0\0\30x\370\230\30\0\0\0\0\30\230\370x\30\0\0\0\0\3\37|\340\200\200\340|\37\3" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\0\0\0\0\0\0\0\30\370\370\30\30\0\300\300\0\30\30\370" + "\370\30\0\0\0\37\377\340\374\77\7\7\77\374\340\377\37\0\0\0\0\0\3\3\3\0\0\0\0\3\3\3" + "\0\0\0\0\30\70x\370\330\230\0\0\230\330\370x\70\30\0\0\0\200\300\340q;\17\17;q\340\300" + "\200\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\30\70x\370\330\30\0\0\30\330\370x" + "\70\30\0\0\0\0\0\0\3\7\376\376\7\3\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\370\370\30\30\30\30\230\330\370x\70\0\0\0\0\0\200\300\340x<\16\7\3\0\340" + "\340\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\374\374\14\14\14\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\60\60\60\0" + "\0\0\0\0\0\0\6\36x\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\36x\340\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\36\30\0\0\0\0\0\0\14\14\14\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\60\60\60\77\77\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360<<\360\300\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\60\60\60" + "\60\60\60\0\0\0\0\0\10\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0" + "\0\0\0\0\0\340\363\63\31\31\31\31\233\377\376\0\0\0\0\0\0\1\3\3\3\3\3\3\1\3\3\3" + "\3\0\0\0\0\14\14\374\374\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\307\203\1\1\1\203\307" + "\377|\0\0\0\3\3\3\3\1\3\3\3\3\3\1\1\0\0\0\0\0\0\0\200\200\200\200\200\200\0\200" + "\200\0\0\0\0|\377\307\203\1\1\1\1\3\207\217\217\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\0\0\200\200\200\200\214\14\374\374\0\0\0\0\0|\377\307\203\1\1\1\203\307\377\377" + "\0\0\0\0\0\0\1\1\3\3\3\3\3\1\3\3\3\3\0\0\0\0\0\0\200\200\200\200\200\200\0\0" + "\0\0\0\0\0|\377\367\263\61\61\61\61\63\267\277\274\0\0\0\0\0\1\1\3\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\200\200\200\360\370\234\214\214\214\214\14\0\0\0\0\0\1\1\1\377\377\1\1\1\1\1" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\200\200\0\0\0|\377\307\203\1\1\1\203\307\377\377\1\1\0\0\0\0\1acccccq\77\37" + "\0\0\0\0\14\14\374\374\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\7\3\1\1\1\3\377\376" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\0\200\200\234\234\234\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\1\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\200\200\200\200\234\234\234\200\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\0\0" + "\0\0\0\0\0\0`````p\77\37\0\0\0\0\0\0\0\14\14\374\374\0\0\0\200\200\200\200" + "\0\0\0\0\0\0\0\377\377\30<~\347\303\201\1\0\0\0\0\0\3\3\3\3\0\0\0\3\3\3\3" + "\3\3\0\0\0\0\0\14\14\14\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\200\200\200\0\200\200\200\200\0\200\200\200" + "\200\0\0\0\1\1\377\377\3\1\1\377\377\3\1\1\377\377\0\0\3\3\3\3\3\0\0\3\3\3\3\0" + "\3\3\3\3\200\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\1\1\377\377\6\3\1\1\1\3\377\376" + "\0\0\0\0\3\3\3\3\3\3\0\0\3\3\3\3\3\3\0\0\0\0\0\0\200\200\200\200\200\200\0\0" + "\0\0\0\0\0|\377\307\203\1\1\1\1\203\307\377|\0\0\0\0\0\1\1\3\3\3\3\3\3\1\1" + "\0\0\0\0\200\200\200\200\0\200\200\200\200\200\0\0\0\0\0\0\1\1\377\377\307\203\1\1\1\203\307\377" + "|\0\0\0``\177\177acc\3\3\3\1\1\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\200\200\0\0\0|\377\307\203\1\1\1\203\307\377\377\1\1\0\0\0\0\1\1\3\3\3cca\177\177" + "``\0\0\0\0\200\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\1\1\377\377\7\3\1\1\1\3" + "\3\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200\200" + "\0\0\0\0\0\0\306\317\217\31\31\71\61\63\347\347\300\0\0\0\0\0\3\3\1\3\3\3\3\3\3\1" + "\0\0\0\0\0\200\200\370\370\200\200\200\200\200\200\0\0\0\0\0\0\1\1\377\377\201\1\1\1\201\201\200" + "\0\0\0\0\0\0\0\0\1\3\3\3\3\3\1\1\0\0\0\0\200\200\200\200\0\0\0\0\200\200\200\200" + "\0\0\0\0\1\1\377\377\200\0\0\0\1\201\377\377\0\0\0\0\0\0\0\1\3\3\3\3\3\1\3\3" + "\3\3\0\0\200\200\200\200\200\200\0\0\200\200\200\200\200\200\0\0\1\1\7\37y\341\200\200\341y\37\7" + "\1\1\0\0\0\0\0\0\0\1\3\3\1\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\200\200\200" + "\200\200\0\0\1\7\177\371\301\360>>\360\301\371\177\7\1\0\0\0\0\0\3\3\0\0\0\0\3\3\0" + "\0\0\0\0\0\200\200\200\200\200\0\0\200\200\200\200\200\0\0\0\0\1\1\203\307m\70\70m\307\203\1" + "\1\0\0\0\0\3\3\3\3\3\0\0\3\3\3\3\3\0\0\0\0\200\200\200\200\200\0\0\200\200\200\200" + "\200\0\0\0\0\1\7\37}\361\200\300\361}\37\7\1\0\0\0\0```p}\177g\1\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\207\307\341q\71\35\17\7\303\301" + "\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\360\370\14\4\4\0" + "\0\0\0\0\0\0\0\0\10\34\377\367\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\60 \0" + "\0\0\0\0\0\0\0\0\0\0\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\17\17\0\0\0\0\0\0\0\0\0\0\0\4\4\14\370\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\367\377\34\10\0\0\0\0\0\0\0\0\0 \60\37\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\16\6\6\16\34\30\30\34\16" + "\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -Adobe-Courier-Bold-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 18/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courB18_2x3_n[1300] U8X8_FONT_SECTION("u8x8_font_courB18_2x3_n") = + " :\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\200\0\0\360\360\0\0\200\200\0\0\0\0\0\0\1a{;\17\17;{a\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0" + "\0\0\0\0\0\60\60\60\60\60\377\377\60\60\60\60\60\0\0\0\0\0\0\0\0\0\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0`\70\36\16\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340x" + "\30\0\0\0\0\0\0\0\0\200\340x\36\7\1\0\0\0\0\0\0\0`x\36\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\200\340`\60\60\60\60`\340\200\0\0\0\0\0\0\377\377\0\0\0\0\0\0\377\377" + "\0\0\0\0\0\0\1\7\6\14\14\14\14\6\7\1\0\0\0\0\0\0```p\360\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\14\14\14\14\17\17\14\14\14\14" + "\0\0\0\0\0\0\300\340p\60\60\60\60p\340\300\0\0\0\0\0\0\1\1\200\300\340p\70\34\17\7" + "\0\0\0\0\0\14\16\17\17\15\14\14\14\14\14\14\0\0\0\0\0\0\300\340p\60\60\60\60p\340\300" + "\0\0\0\0\0\0\0\0\0\30\30\30\34>\367\343\0\0\0\0\0\3\7\16\14\14\14\14\14\16\7\3" + "\0\0\0\0\0\0\0\0\0\300\340p\360\360\0\0\0\0\0\0\0\300\360\374\317\303\300\300\377\377\300\300" + "\0\0\0\0\0\0\0\0\0\14\14\14\17\17\14\14\0\0\0\0\0\0\0\360\360\60\60\60\60\60\60\60" + "\0\0\0\0\0\0\0\17\17\14\6\6\6\16\34\374\360\0\0\0\0\0\3\7\16\14\14\14\14\16\7\7" + "\1\0\0\0\0\0\0\200\300\340`p\60\60\60\60\0\0\0\0\0\0\376\377\33\14\14\14\14\34\370\360" + "\0\0\0\0\0\0\1\7\7\16\14\14\14\16\7\3\0\0\0\0\0\0pp\60\60\60\60\60\60\360\360" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\77\7\0\0\0\0\0\0\0\0\0\0\0\16\17\1\0\0\0" + "\0\0\0\0\0\0\300\340`\60\60\60\60`\340\300\0\0\0\0\0\0\343\367<\30\30\30\30<\367\343" + "\0\0\0\0\0\0\3\7\16\14\14\14\14\16\7\3\0\0\0\0\0\0\0\200\340`\60\60\60\60`\340" + "\200\0\0\0\0\0\0\37\77p```\60\30\377\377\0\0\0\0\0\0\14\14\14\14\14\14\6\7\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 191/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR18_2x3_f[10756] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_f") = + " \377\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\0<\374<\0\0<\374<\0\0\0\0\0\0\0\0\0\1\0\0\0\0\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\0\0\374\0\0" + "\0\0\0\0\0\0\20\21\21\377\21\21\377\21\21\1\0\0\0\0\0\0\0\0\0\7\0\0\7\0\0\0" + "\0\0\0\0\0\0\0\0\300 \20\36\20\20 p\0\0\0\0\0\0\0\300\201\2\4\4\4\4\210p" + "\0\0\0\0\0\0\0\1\0\1\1\37\1\1\0\0\0\0\0\0\0\0p\210\4\4\4\210p\0\0\0" + "\0\0\0\0\0\10\10\10\5\5\345\22\12\12\11\21\341\0\0\0\0\0\0\0\0\0\0\1\2\2\2\1" + "\0\0\0\0\0\0\0\0\300 `@ \0\0\0\0\0\0\0\0\360\10\5\6\30 \340\230\10\0" + "\0\0\0\0\0\0\0\1\2\2\2\1\0\1\2\2\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\30\4\0\0\0\0\0\0\0\0\0\0\0\0\177\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\14\20\0\0\0\0\0\0\0\0\4\30\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\177\0\0\0\0\0\0\0\0\0\0\0\0\20\14\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 `@\300\374\300@` \0\0\0\0\0\0\0\4\6\3\1\0\1\3\6\4" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\0\0\0\0" + "\0\0\0\0\0\0\4\4\4\4\4\377\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\4\4\4\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\60\14" + "\0\0\0\0\0\0\0\0\0\300\60\14\3\0\0\0\0\0\0\0\0\0\0\14\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\60\20\10\10\10\20\60\300\0\0\0\0\0\0\0\177\200\0\0\0\0\0\200\177" + "\0\0\0\0\0\0\0\0\1\1\2\2\2\1\1\0\0\0\0\0\0\0\0\20\20\20\10\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0`\20\20\10\10\10\10\20\340\0\0\0\0\0\0\0\0\200@ \20\10\4\2\1\0" + "\0\0\0\0\0\0\3\2\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\20\10\10\10\10\10\20\360\0" + "\0\0\0\0\0\0\200\0\0\2\2\2\2\5\4\370\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1\0" + "\0\0\0\0\0\0\0\0\0\200`\20\10\370\0\0\0\0\0\0\0\0\60,# \377 " + "\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\0\0\0\0\0\0\0\370\10\10\10\10\10\10\10\0" + "\0\0\0\0\0\0\0\3\2\1\1\1\1\2\206x\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0" + "\0\0\0\0\0\0\0\200`\60\20\10\10\10\10\0\0\0\0\0\0\0\0\177\204\2\1\1\1\1\2\374" + "\0\0\0\0\0\0\0\0\1\1\2\2\2\2\1\0\0\0\0\0\0\0\70\10\10\10\10\10\10\350\30\0" + "\0\0\0\0\0\0\0\0\0\0\200p\17\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\20\10\10\10\10\20\340\0\0\0\0\0\0\0p\211\6\4\4\4\4\6\211p" + "\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1\0\0\0\0\0\0\0\0\340\60\20\10\10\10\20\60\340" + "\0\0\0\0\0\0\0\1\6\4\10\10\10\4\302\77\0\0\0\0\0\0\0\2\2\2\2\2\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200@@ \0\0\0\0\0\4\16\12\21\21 @@\200\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\22\22\22\22\22\22\22\22\22\22\22\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 @@\200\200\0\0\0\0\0\0\0\0\0\0\200\200@@ \21\21\12\16" + "\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\20\20\20\20\20 \300\0" + "\0\0\0\0\0\0\0\0\0\0\60\10\10\4\3\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\340\30\10\4\4\4\204\210\360\0\0\0\0\0\0\0\377\0\0\0\36!@@\177@" + "\0\0\0\0\0\0\1\6\4\10\10\10\10\14\4\0\0\0\0\0\0\0\0\20\20\320\60\20\60\300\0\0" + "\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\0\20\20\360\20\20\20\20\20\20\20 \300\0\0\0\0\0\0\377\4\4\4\4\4\4\4\12" + "\361\0\0\0\0\2\2\3\2\2\2\2\2\2\2\1\0\0\0\0\0\0\0\300` \20\20\20\20 @" + "\360\0\0\0\0\0\77\300\200\0\0\0\0\0\0\200\300\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1" + "\0\0\0\0\0\20\360\20\20\20\20\20\20\20 `\200\0\0\0\0\0\377\0\0\0\0\0\0\0\0\200" + "\177\0\0\0\0\2\3\2\2\2\2\2\2\2\1\1\0\0\0\0\0\20\20\360\20\20\20\20\20\20\20\360" + "\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2" + "\3\0\0\0\0\0\20\20\360\20\20\20\20\20\20\20\360\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0" + "\0\0\0\0\0\0\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\0\300` \20\20\20\20 @\360" + "\0\0\0\0\0\77\300\200\0\0\0\20\20\20\20\360\20\0\0\0\0\0\0\1\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\20\20\360\20\20\0\0\0\20\20\360\20\20\0\0\0\0\0\377\4\4\4\4\4\4\4\377" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\20\20\20\20\360\20\20\20\20" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0\0\0\20\20\20\20\20\360\20\20\20\0\0\0\0\360\0\0\0\0\0\0\200\177\0" + "\0\0\0\0\0\0\0\1\2\2\2\2\1\1\0\0\0\0\0\0\0\20\20\360\20\20\0\0\200P\60\20" + "\20\0\0\0\0\0\0\377\10\4\6\11\20 \300\0\0\0\0\0\0\2\2\3\2\2\0\0\0\0\2\3" + "\2\2\0\0\0\20\20\20\360\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0" + "\340\0\0\0\0\2\2\2\3\2\2\2\2\2\2\2\3\0\0\0\0\20\360p\200\0\0\0\0\0\200p" + "\360\20\0\0\0\0\377\0\1\6\30\20\30\6\1\0\377\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\20\20\360\60@\200\0\0\20\20\20\360\20\20\0\0\0\0\377\0\0\1\6\30`\200\0\377" + "\0\0\0\0\2\2\3\2\2\2\0\0\0\0\3\3\0\0\0\0\0\0\300` \20\20\20\20\20 `" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\20\20\360\20\20\20\20\20\20 \300\0\0\0\0\0\0\0\377\10\10\10\10\10\10\4" + "\3\0\0\0\0\0\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\0\300` \20\20\20\20\20 `" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\11\12\6\16\12\12\11\5" + "\4\0\0\0\0\20\20\360\20\20\20\20\20\20 \300\0\0\0\0\0\0\0\377\10\10\10\10\30(\304\3" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\0\0\3\2\2\0\0\0\0\300 \20\20\20\20 @\360" + "\0\0\0\0\0\0\301\202\2\4\4\4\4\10\10\360\0\0\0\0\0\0\3\0\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\0\360\20\20\20\20\360\20\20\20\20\360\0\0\0\0\0\1\0\0\0\0\377\0\0\0\0" + "\1\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0\0\0\0\0\0\20\360\20\20\20\0\0\20\20\20\360" + "\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0" + "\0\0\0\0\0\20p\220\20\20\0\0\0\20\20\220p\20\0\0\0\0\0\1\16p\200\0\200p\16\1" + "\0\0\0\0\0\0\0\0\0\0\1\3\1\0\0\0\0\0\0\0\0\20\360\20\20\20\0\200\0\20\20\20" + "\360\20\0\0\0\0\7\370\200p\16\1\16p\200\370\7\0\0\0\0\0\0\3\3\0\0\0\0\0\3\3" + "\0\0\0\0\0\20\20\60\320\20\0\0\0\20\320\60\20\20\0\0\0\0\0\200@\61\12\4\12\61@\200" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\20\20\60\320\0\0\0\0\0\320\60" + "\20\20\0\0\0\0\0\0\0\3\4\370\4\3\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0" + "\0\0\0\0\0\0\360\20\20\20\20\20\20\220P\60\0\0\0\0\0\0\1\200@\60\10\4\3\0\0\340" + "\0\0\0\0\0\0\3\2\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\0\0\0\0\374\4\4\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\20\20\0\0" + "\0\0\0\0\0\0\0\14\60\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\14\60\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\14\0\0\0\0\0\0\0\0\0\4\4\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\20\20\37\0\0\0\0" + "\0\0\0\0\0\0\0@ \20\10\14\10\20 @\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@@@@@@@@@@@" + "@@@\0\0\0\0\0\4\14\30\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0" + "\0\0\0\0\0\0\340\21\10\10\10\10\10\21\376\0\0\0\0\0\0\0\0\1\2\2\2\2\2\1\3\2" + "\2\0\0\0\0\10\10\370\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\202\1\0\0\0\0\0\1" + "\203|\0\0\0\2\2\3\0\1\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\207\200\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\0\0\200\200\200\200\200\10\10\370\0\0\0\0\0|\203\1\0\0\0\0\0\1\202\377" + "\0\0\0\0\0\0\1\1\2\2\2\2\2\1\0\3\2\2\0\0\0\0\0\0\0\200\200\200\200\200\0\0" + "\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1" + "\1\0\0\0\0\0\0\200\200\200\360\230\210\210\210\210\20\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\3\2\2\2\2\2\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\200" + "\200\200\0\0\0|\203\1\0\0\0\0\0\1\202\377\0\0\0\0\0\0\1ABBBBB!\60\17" + "\0\0\0\0\0\10\10\370\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\0\0\0\0\1\376" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\0\200\200\200\234\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\234\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0" + "\0\0\0\0\0\0\0@@@@@ \60\17\0\0\0\0\0\0\0\10\10\370\0\0\0\200\200\200\200" + "\0\0\0\0\0\0\0\0\377\20\30$B\201\0\0\0\0\0\0\0\0\2\2\3\0\0\0\0\2\3\2" + "\2\0\0\0\0\0\0\10\10\10\10\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\2\2\2\2\2\3\2\2\2\2\2\0\0\0\200\200\200\0\200\200\200\0\0\200\200\200" + "\0\0\0\0\0\0\377\1\0\0\0\377\1\0\0\0\377\0\0\0\2\2\3\2\2\0\0\3\2\0\0\0" + "\3\2\0\0\0\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\0\0\0\0\1\376" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\0\0\200\200\200\200\200\0\0" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\200\200\200\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\202\1\0\0\0\0\0\1" + "\203|\0\0\0@@\177@AB\2\2\2\2\1\1\0\0\0\0\0\0\0\200\200\200\200\200\0\0\200" + "\200\200\0\0\0|\203\1\0\0\0\0\0\1\202\377\0\0\0\0\0\0\1\1\2\2\2\2BA@\177" + "@@\0\0\0\0\0\200\200\200\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\1\0\0\0" + "\1\0\0\0\0\0\2\2\2\3\2\2\2\2\2\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200" + "\0\0\0\0\0\0\0\200\7\10\10\10\20\20\21\343\0\0\0\0\0\0\0\3\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\0\200\200\370\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\2\2\2\2\1\1\0\0\0\0\0\200\200\200\0\0\0\0\0\200\200\200" + "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3" + "\2\0\0\0\0\200\200\200\200\200\0\0\0\200\200\200\200\200\0\0\0\0\0\3\34`\200\0\200`\34\3" + "\0\0\0\0\0\0\0\0\0\0\1\3\1\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\200\200" + "\200\200\0\0\0\0\7x\200\0\360\14\360\0\200x\7\0\0\0\0\0\0\0\3\3\0\0\0\3\3\0" + "\0\0\0\0\0\0\200\200\200\200\0\0\0\200\200\200\200\0\0\0\0\0\0\1\202D(\20(D\202\1" + "\0\0\0\0\0\0\2\3\2\2\0\0\0\2\2\3\2\0\0\0\0\200\200\200\200\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\3\34`\200\0\0\300\60\14\3\0\0\0\0\0@@@@qNC\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\3\200@ \20\10\4\2\201" + "\0\0\0\0\0\0\0\3\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\0\0\0\0\370\4\4\0\0" + "\0\0\0\0\0\0\0\0\0\10\10\367\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\20\20\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\367\10\10\0\0\0\0\0\0\0\0\0\0\0\20\20\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\14\6\2\2\6\14\10\10\14\6" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\361\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\200@|@\200\300\0\0\0\0\0\0\0\0\16\61 @\300@ !\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\300 \20\20\20 \0" + "\0\0\0\0\0\0\4\4\207|\4\4\4\0\0\200\0\0\0\0\0\0\2\3\2\2\2\2\2\2\2\1" + "\0\0\0\0\0\0@\200\0\200\200\200\200\0\200@\0\0\0\0\0\0\200^!@@@@!^\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\60\320\20\0\0\0\20\320\60" + "\20\0\0\0\0\0\0HHKL\370LKHH\0\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\343\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0\200\360\210\4\4\4\4\4<" + "\0\0\0\0\0\0\3\4\10\20!!B\304H\60\0\0\0\0\0\0\17\10\10\10\10\10\4\3\0\0" + "\0\0\0\0\0\0\0\0\60\60\0\0\0\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300 \20\220\220\20\220 " + "\300\0\0\0\0\37`\200\216\21 !\23\200\200`\37\0\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0 \220PPP\340\0\0\0\0\0\0\0\0\0\0\23\24\24\24\22\27\24\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\200" + "\200\0\0\0\0\20\70l\306\203\21\70l\306\203\1\0\0\0\0\0\0\0\0\0\1\3\2\0\0\1\3" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\2\2\2\2\2\2" + "\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\4\4\4\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300 \220\220\220\220\20 \300\0\0\0\0\37`\200\200\77\4\4\14\63\200\200" + "`\37\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0 \0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0p\210\4\4\4\210p\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0" + "\0\0\0\0\0\0\2\2\2\2\2\177\2\2\2\2\2\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\20\10\4\204D\70\0\0\0\0\0\0\0\0\0\0\4\6\5\4\4\6\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\4DDd\230\0\0" + "\0\0\0\0\0\0\0\0\2\4\4\4\4\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0 \60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\200\200\200" + "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377\0\0\0\0\0\0\0\177\1\2\2\2\2\1\0\3" + "\2\0\0\0\0\0\360\370\10\4\4\374\4\4\374\4\4\0\0\0\0\0\1\3\2\4\4\377\0\0\377\0" + "\0\0\0\0\0\0\0\0\10\10\10\17\0\0\17\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20 &\30\0\0\0\0\0\0\0\0\0\0\0\10\10\4\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\4\4\4\7\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300 \20\20\20 \300\0\0\0\0\0\0\0\0\0\21\22\24\24\24\22\21\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\200\200\0\0\0\0" + "\0\0\0\0\0\0\1\203\306l\70\21\203\306l\70\20\0\0\0\0\2\3\1\0\0\2\3\1\0\0\0" + "\0\0\0\0\10\10\4\374\0\0\0\0\0\0\300 \20\0\0\0\4\4\4\207D\64\14\304\242\231\204\202" + "\376\200\0\0\0\0\0\0\0\0\0\0\0\0\0\2\3\2\0\0\10\10\4\374\0\0\0\0\0\0\300 " + "\20\0\0\0\4\4\4\207D\64\14\4\12\5\202B\42\34\0\0\0\0\0\0\0\0\0\0\2\3\2\2" + "\2\3\0\0\10\4DDd\230\0\0\0\0\300 \20\0\0\0\2\4\4\204D\63\10\304\242\231\204\202" + "\376\200\0\0\0\0\0\0\0\0\0\0\0\0\0\2\3\2\0\0\0\0\0\0\0\0\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\200@ !\31\0\0\0\0\0\0\0\0\0\0\0\7\10\20\20\20\20\20\14\0" + "\0\0\0\0\0\0\0\20\20\321\63\26\64\300\0\0\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p" + "\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2\3\2\0\0\0\0\0\20\20\320\64\26\63\301\0\0" + "\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\0\0\0\24\26\323\61\21\63\306\4\0\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p" + "\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2\3\2\0\0\0\0\0\26\23\321\63\26\64\306\3\0" + "\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\0\0\0\20\23\323\60\20\60\303\3\0\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p" + "\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2\3\2\0\0\0\0\0\20\20\327\70\30\70\307\0\0" + "\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\0\0\0\0\20\320\60\20\360\20\20\20\20\20\360\0\0\0\200p\36\21\20\20\377\4\4\4" + "\37\0\340\0\2\2\3\2\0\0\2\2\3\2\2\2\2\2\3\0\0\0\0\300` \20\20\20\20 `" + "\360\0\0\0\0\0\77\300\200\0\0\0\0\0\0\200\300\0\0\0\0\0\0\0\1\21\42&\32\2\1\1" + "\0\0\0\0\0\20\20\360\20\21\23\26\24\20\20\360\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0" + "\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2\3\0\0\0\0\20\20\360\20\20\24\26\23\21\20\360" + "\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2" + "\3\0\0\0\0\20\20\364\26\23\21\21\23\26\24\360\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0" + "\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2\3\0\0\0\0\20\20\360\23\23\20\20\23\23\20\360" + "\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2" + "\3\0\0\0\0\0\0\20\20\21\23\366\24\20\20\20\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2\0\0\0\0\0\0\0\20\20\20\24\366\23\21\20\20" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0\24\26\23\21\361\23\26\24\20\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2\0\0\0\0\0\0\0\20\23\23\20\360\20\23\23\20" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\20\360\20\20\20\20\20\20\20 `\200\0\0\0\4\4\377\4\4\4\0\0\0\0\0\200" + "\177\0\0\0\0\2\3\2\2\2\2\2\2\2\1\1\0\0\0\0\20\20\360\66C\201\3\6\24\26\23\360" + "\20\20\0\0\0\0\377\0\0\1\6\30`\200\0\377\0\0\0\0\2\2\3\2\2\2\0\0\0\0\3\3" + "\0\0\0\0\0\0\300` \21\23\26\24\20 `\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200" + "\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0\300` \20\20\24\26\23!`" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\300`$\26\23\21\21\23&d\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200" + "\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0\300`&\23\21\23\26\24&c" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\300`#\23\20\20\20\23#`\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200" + "\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0 @\200\0\0\0\0\0\200@" + " \0\0\0\0\0\200@ \21\12\4\12\21 @\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300` \20\20\20\20\220``\220\10\0\0\0\77\300\300 \20\10\4\3\0\200\300" + "\77\0\0\0\2\1\0\1\1\2\2\2\2\1\1\0\0\0\0\0\0\20\360\20\20\21\3\6\24\20\20\360" + "\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0" + "\0\0\0\0\0\20\360\20\20\20\4\6\23\21\20\360\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0\0\0\0\0\0\20\360\24\26\23\1\1\23\26\24\360" + "\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0" + "\0\0\0\0\0\20\360\20\23\23\0\0\23\23\20\360\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0\0\0\0\0\0\20\20\60\320\0\4\6\3\1\320\60" + "\20\20\0\0\0\0\0\0\0\3\4\370\4\3\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0" + "\0\0\0\0\0\0\20\20\360\220\220\200\200\200\200\0\0\0\0\0\0\0\0\0\377@@@@@@!" + "\36\0\0\0\0\0\2\2\3\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\360\10\4\4\4\10\360\0" + "\0\0\0\0\0\0\0\0\377\0\0\202\2\3\4\14\360\0\0\0\0\0\2\2\3\2\0\1\2\2\2\1" + "\0\0\0\0\0\0\0\0\4\214\230\260\240\0\0\0\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0" + "\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2\2\0\0\0\0\0\0\0\0\200\240\260\230\14\4\0" + "\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2" + "\2\0\0\0\0\0\0 \60\230\214\214\230\60 \0\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0" + "\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2\2\0\0\0\0\0\0\60\30\210\230\260\240\60\30\0" + "\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2" + "\2\0\0\0\0\0\0\0\30\230\200\200\200\30\30\0\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0" + "\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2\2\0\0\0\0\0\0\0\0\234\242\242\242\34\0\0" + "\0\0\0\0\0\0\300!\21\20\20\20\20\21\376\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\3\2" + "\2\0\0\0\0\0\0\200\200\200\0\0\0\200\200\200\0\0\0\0\300#\21\20\20\20\21\376\21\20\20\20" + "\21\23\234\0\1\2\2\2\2\2\1\0\1\2\2\2\2\1\0\0\0\0\0\0\0\200\200\200\200\200\0\200" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\207\200\0\0\0\0\0\0\1\1\22\42&\32\2\1\1" + "\0\0\0\0\0\0\0\0\4\214\230\260\240\200\0\0\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23" + "\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\200\240\260\230\214\4\0" + "\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1" + "\1\0\0\0\0\0\0 \60\230\214\214\230\260 \0\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23" + "\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1\1\0\0\0\0\0\0\0\30\230\200\200\200\230\30\0" + "\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1" + "\1\0\0\0\0\0\0\0\204\214\230\260 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\200\200\240\260\30\14\4\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0 \260\230\214\214\30\60 \0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\230\230\200\200\0\30\30\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\10\4$$\224\234\210\230\244\304\200\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203" + "~\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\200\200\260\30\10\230\260\240\260\30\0" + "\0\0\0\0\0\0\0\377\2\1\0\0\0\0\1\376\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3" + "\2\2\0\0\0\0\0\0\0\204\214\230\260\240\0\0\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203" + "|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\0\200\240\260\230\214\4\0" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\0 \60\230\214\214\230\260 \0\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203" + "|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\60\230\210\230\260\240\60\30" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\0\0\30\230\200\200\200\230\30\0\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203" + "|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0" + "\0\0\0\0\0\0\4\4\4\4ddd\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200@\0\0\0\0\0|\203A \20\10\4\2\1\202" + "|\0\0\0\0\2\1\0\1\2\2\2\2\2\1\1\0\0\0\0\0\200\200\200\4\14\30\60 \200\200\200" + "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3" + "\2\0\0\0\0\200\200\200\0\0 \60\30\214\204\200\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377" + "\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3\2\0\0\0\0\200\200\240\60\30\14\14\30\260\240\200" + "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3" + "\2\0\0\0\0\200\200\200\30\30\0\0\30\230\200\200\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377" + "\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3\2\0\0\0\0\200\200\200\200\0 \60\30\214\204\200" + "\200\0\0\0\0\0\3\34`\200\0\0\300\60\14\3\0\0\0\0\0@@@@qNC\0\0\0\0" + "\0\0\0\0\0\4\4\374\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\203\1\0\0\0\0\0\1" + "\203|\0\0\0@@\177AAB\2\2\2\2\1\1\0\0\0\0\200\200\200\230\30\0\0\30\230\200\200" + "\200\0\0\0\0\0\3\34`\200\0\0\300\60\14\3\0\0\0\0\0@@@@qNC\0\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 95/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR18_2x3_r[4564] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_r") = + " ~\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\0<\374<\0\0<\374<\0\0\0\0\0\0\0\0\0\1\0\0\0\0\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\0\0\374\0\0" + "\0\0\0\0\0\0\20\21\21\377\21\21\377\21\21\1\0\0\0\0\0\0\0\0\0\7\0\0\7\0\0\0" + "\0\0\0\0\0\0\0\0\300 \20\36\20\20 p\0\0\0\0\0\0\0\300\201\2\4\4\4\4\210p" + "\0\0\0\0\0\0\0\1\0\1\1\37\1\1\0\0\0\0\0\0\0\0p\210\4\4\4\210p\0\0\0" + "\0\0\0\0\0\10\10\10\5\5\345\22\12\12\11\21\341\0\0\0\0\0\0\0\0\0\0\1\2\2\2\1" + "\0\0\0\0\0\0\0\0\300 `@ \0\0\0\0\0\0\0\0\360\10\5\6\30 \340\230\10\0" + "\0\0\0\0\0\0\0\1\2\2\2\1\0\1\2\2\0\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\30\4\0\0\0\0\0\0\0\0\0\0\0\0\177\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\14\20\0\0\0\0\0\0\0\0\4\30\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\177\0\0\0\0\0\0\0\0\0\0\0\0\20\14\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 `@\300\374\300@` \0\0\0\0\0\0\0\4\6\3\1\0\1\3\6\4" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\0\0\0\0" + "\0\0\0\0\0\0\4\4\4\4\4\377\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\4\4\4\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\60\14" + "\0\0\0\0\0\0\0\0\0\300\60\14\3\0\0\0\0\0\0\0\0\0\0\14\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\60\20\10\10\10\20\60\300\0\0\0\0\0\0\0\177\200\0\0\0\0\0\200\177" + "\0\0\0\0\0\0\0\0\1\1\2\2\2\1\1\0\0\0\0\0\0\0\0\20\20\20\10\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0`\20\20\10\10\10\10\20\340\0\0\0\0\0\0\0\0\200@ \20\10\4\2\1\0" + "\0\0\0\0\0\0\3\2\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\20\10\10\10\10\10\20\360\0" + "\0\0\0\0\0\0\200\0\0\2\2\2\2\5\4\370\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1\0" + "\0\0\0\0\0\0\0\0\0\200`\20\10\370\0\0\0\0\0\0\0\0\60,# \377 " + "\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\0\0\0\0\0\0\0\370\10\10\10\10\10\10\10\0" + "\0\0\0\0\0\0\0\3\2\1\1\1\1\2\206x\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1\0" + "\0\0\0\0\0\0\0\200`\60\20\10\10\10\10\0\0\0\0\0\0\0\0\177\204\2\1\1\1\1\2\374" + "\0\0\0\0\0\0\0\0\1\1\2\2\2\2\1\0\0\0\0\0\0\0\70\10\10\10\10\10\10\350\30\0" + "\0\0\0\0\0\0\0\0\0\0\200p\17\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\20\10\10\10\10\20\340\0\0\0\0\0\0\0p\211\6\4\4\4\4\6\211p" + "\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1\0\0\0\0\0\0\0\0\340\60\20\10\10\10\20\60\340" + "\0\0\0\0\0\0\0\1\6\4\10\10\10\4\302\77\0\0\0\0\0\0\0\2\2\2\2\2\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\203\203\203\0\0\0\0\0\0\0\0\0\0\0\30\16\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200@@ \0\0\0\0\0\4\16\12\21\21 @@\200\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\22\22\22\22\22\22\22\22\22\22\22\22\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 @@\200\200\0\0\0\0\0\0\0\0\0\0\200\200@@ \21\21\12\16" + "\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\20\20\20\20\20 \300\0" + "\0\0\0\0\0\0\0\0\0\0\60\10\10\4\3\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0" + "\0\0\0\0\0\0\340\30\10\4\4\4\204\210\360\0\0\0\0\0\0\0\377\0\0\0\36!@@\177@" + "\0\0\0\0\0\0\1\6\4\10\10\10\10\14\4\0\0\0\0\0\0\0\0\20\20\320\60\20\60\300\0\0" + "\0\0\0\0\0\0\200p\36\21\20\20\20\21\36p\200\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\0\20\20\360\20\20\20\20\20\20\20 \300\0\0\0\0\0\0\377\4\4\4\4\4\4\4\12" + "\361\0\0\0\0\2\2\3\2\2\2\2\2\2\2\1\0\0\0\0\0\0\0\300` \20\20\20\20 @" + "\360\0\0\0\0\0\77\300\200\0\0\0\0\0\0\200\300\0\0\0\0\0\0\0\1\1\2\2\2\2\1\1" + "\0\0\0\0\0\20\360\20\20\20\20\20\20\20 `\200\0\0\0\0\0\377\0\0\0\0\0\0\0\0\200" + "\177\0\0\0\0\2\3\2\2\2\2\2\2\2\1\1\0\0\0\0\0\20\20\360\20\20\20\20\20\20\20\360" + "\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0\0\340\0\0\0\0\2\2\3\2\2\2\2\2\2\2\2" + "\3\0\0\0\0\0\20\20\360\20\20\20\20\20\20\20\360\0\0\0\0\0\0\0\377\4\4\4\37\0\0\0" + "\0\0\0\0\0\0\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\0\300` \20\20\20\20 @\360" + "\0\0\0\0\0\77\300\200\0\0\0\20\20\20\20\360\20\0\0\0\0\0\0\1\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\20\20\360\20\20\0\0\0\20\20\360\20\20\0\0\0\0\0\377\4\4\4\4\4\4\4\377" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\20\20\20\20\360\20\20\20\20" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0\0\0\20\20\20\20\20\360\20\20\20\0\0\0\0\360\0\0\0\0\0\0\200\177\0" + "\0\0\0\0\0\0\0\1\2\2\2\2\1\1\0\0\0\0\0\0\0\20\20\360\20\20\0\0\200P\60\20" + "\20\0\0\0\0\0\0\377\10\4\6\11\20 \300\0\0\0\0\0\0\2\2\3\2\2\0\0\0\0\2\3" + "\2\2\0\0\0\20\20\20\360\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0" + "\340\0\0\0\0\2\2\2\3\2\2\2\2\2\2\2\3\0\0\0\0\20\360p\200\0\0\0\0\0\200p" + "\360\20\0\0\0\0\377\0\1\6\30\20\30\6\1\0\377\0\0\0\0\2\3\2\2\0\0\0\0\0\2\2" + "\3\2\0\0\20\20\360\60@\200\0\0\20\20\20\360\20\20\0\0\0\0\377\0\0\1\6\30`\200\0\377" + "\0\0\0\0\2\2\3\2\2\2\0\0\0\0\3\3\0\0\0\0\0\0\300` \20\20\20\20\20 `" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\20\20\360\20\20\20\20\20\20 \300\0\0\0\0\0\0\0\377\10\10\10\10\10\10\4" + "\3\0\0\0\0\0\2\2\3\2\2\2\2\0\0\0\0\0\0\0\0\0\300` \20\20\20\20\20 `" + "\300\0\0\0\0\77\300\200\0\0\0\0\0\0\0\200\300\77\0\0\0\0\0\1\11\12\6\16\12\12\11\5" + "\4\0\0\0\0\20\20\360\20\20\20\20\20\20 \300\0\0\0\0\0\0\0\377\10\10\10\10\30(\304\3" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\0\0\3\2\2\0\0\0\0\300 \20\20\20\20 @\360" + "\0\0\0\0\0\0\301\202\2\4\4\4\4\10\10\360\0\0\0\0\0\0\3\0\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\0\360\20\20\20\20\360\20\20\20\20\360\0\0\0\0\0\1\0\0\0\0\377\0\0\0\0" + "\1\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0\0\0\0\0\0\20\360\20\20\20\0\0\20\20\20\360" + "\20\0\0\0\0\0\377\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\1\2\2\2\2\2\2\1\0" + "\0\0\0\0\0\20p\220\20\20\0\0\0\20\20\220p\20\0\0\0\0\0\1\16p\200\0\200p\16\1" + "\0\0\0\0\0\0\0\0\0\0\1\3\1\0\0\0\0\0\0\0\0\20\360\20\20\20\0\200\0\20\20\20" + "\360\20\0\0\0\0\7\370\200p\16\1\16p\200\370\7\0\0\0\0\0\0\3\3\0\0\0\0\0\3\3" + "\0\0\0\0\0\20\20\60\320\20\0\0\0\20\320\60\20\20\0\0\0\0\0\200@\61\12\4\12\61@\200" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\20\20\60\320\0\0\0\0\0\320\60" + "\20\20\0\0\0\0\0\0\0\3\4\370\4\3\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0" + "\0\0\0\0\0\0\360\20\20\20\20\20\20\220P\60\0\0\0\0\0\0\1\200@\60\10\4\3\0\0\340" + "\0\0\0\0\0\0\3\2\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\0\0\0\0\374\4\4\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\20\20\0\0" + "\0\0\0\0\0\0\0\14\60\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\14\60\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\14\0\0\0\0\0\0\0\0\0\4\4\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\20\20\37\0\0\0\0" + "\0\0\0\0\0\0\0@ \20\10\14\10\20 @\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@@@@@@@@@@@" + "@@@\0\0\0\0\0\4\14\30\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0" + "\0\0\0\0\0\0\340\21\10\10\10\10\10\21\376\0\0\0\0\0\0\0\0\1\2\2\2\2\2\1\3\2" + "\2\0\0\0\0\10\10\370\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\202\1\0\0\0\0\0\1" + "\203|\0\0\0\2\2\3\0\1\2\2\2\2\2\1\1\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\207\200\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\0\0\0\200\200\200\200\200\10\10\370\0\0\0\0\0|\203\1\0\0\0\0\0\1\202\377" + "\0\0\0\0\0\0\1\1\2\2\2\2\2\1\0\3\2\2\0\0\0\0\0\0\0\200\200\200\200\200\0\0" + "\0\0\0\0\0\0|\223\21\20\20\20\20\20\21\23\34\0\0\0\0\0\0\1\1\2\2\2\2\2\2\1" + "\1\0\0\0\0\0\0\200\200\200\360\230\210\210\210\210\20\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\2\2\2\3\2\2\2\2\2\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\200" + "\200\200\0\0\0|\203\1\0\0\0\0\0\1\202\377\0\0\0\0\0\0\1ABBBBB!\60\17" + "\0\0\0\0\0\10\10\370\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\0\0\0\0\1\376" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\0\200\200\200\234\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\2\2\2" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\234\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0" + "\0\0\0\0\0\0\0@@@@@ \60\17\0\0\0\0\0\0\0\10\10\370\0\0\0\200\200\200\200" + "\0\0\0\0\0\0\0\0\377\20\30$B\201\0\0\0\0\0\0\0\0\2\2\3\0\0\0\0\2\3\2" + "\2\0\0\0\0\0\0\10\10\10\10\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\2\2\2\2\2\3\2\2\2\2\2\0\0\0\200\200\200\0\200\200\200\0\0\200\200\200" + "\0\0\0\0\0\0\377\1\0\0\0\377\1\0\0\0\377\0\0\0\2\2\3\2\2\0\0\3\2\0\0\0" + "\3\2\0\0\0\200\200\200\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\0\0\0\0\1\376" + "\0\0\0\0\0\2\2\3\2\2\0\0\0\2\2\3\2\2\0\0\0\0\0\0\0\200\200\200\200\200\0\0" + "\0\0\0\0\0\0|\203\1\0\0\0\0\0\1\203|\0\0\0\0\0\0\1\1\2\2\2\2\2\1\1" + "\0\0\0\0\0\200\200\200\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\377\202\1\0\0\0\0\0\1" + "\203|\0\0\0@@\177@AB\2\2\2\2\1\1\0\0\0\0\0\0\0\200\200\200\200\200\0\0\200" + "\200\200\0\0\0|\203\1\0\0\0\0\0\1\202\377\0\0\0\0\0\0\1\1\2\2\2\2BA@\177" + "@@\0\0\0\0\0\200\200\200\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\377\2\1\1\0\0\0" + "\1\0\0\0\0\0\2\2\2\3\2\2\2\2\2\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\200" + "\0\0\0\0\0\0\0\200\7\10\10\10\20\20\21\343\0\0\0\0\0\0\0\3\1\2\2\2\2\2\1\0" + "\0\0\0\0\0\0\200\200\370\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\2\2\2\2\1\1\0\0\0\0\0\200\200\200\0\0\0\0\0\200\200\200" + "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\200\377\0\0\0\0\0\0\0\0\1\2\2\2\2\1\0\3" + "\2\0\0\0\0\200\200\200\200\200\0\0\0\200\200\200\200\200\0\0\0\0\0\3\34`\200\0\200`\34\3" + "\0\0\0\0\0\0\0\0\0\0\1\3\1\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\200\200" + "\200\200\0\0\0\0\7x\200\0\360\14\360\0\200x\7\0\0\0\0\0\0\0\3\3\0\0\0\3\3\0" + "\0\0\0\0\0\0\200\200\200\200\0\0\0\200\200\200\200\0\0\0\0\0\0\1\202D(\20(D\202\1" + "\0\0\0\0\0\0\2\3\2\2\0\0\0\2\2\3\2\0\0\0\0\200\200\200\200\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\3\34`\200\0\0\300\60\14\3\0\0\0\0\0@@@@qNC\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\3\200@ \20\10\4\2\201" + "\0\0\0\0\0\0\0\3\2\2\2\2\2\2\2\3\0\0\0\0\0\0\0\0\0\0\0\370\4\4\0\0" + "\0\0\0\0\0\0\0\0\0\10\10\367\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\20\20\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\367\10\10\0\0\0\0\0\0\0\0\0\0\0\20\20\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\14\6\2\2\6\14\10\10\14\6" + "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--25-180-100-100-M-150-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 18/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR18_2x3_n[1300] U8X8_FONT_SECTION("u8x8_font_courR18_2x3_n") = + " :\2\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\0\0\360\0\0\200\200\0\0\0\0\0\0\0\20\31\15\7\3\7\15\31\20" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0" + "\0\0\0\0\0\0\20\20\20\20\20\377\20\20\20\20\20\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0`\70\36\16\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\20\20\20\20\20\20\20\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\60" + "\0\0\0\0\0\0\0\0\0\0\300\60\14\3\0\0\0\0\0\0\0\0\0\60\14\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300@ @\300\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\1\6\4\10\10\10\4\6\1\0\0\0\0\0\0\0@@@ \340\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\10\10\10\10\17\10\10\10\10" + "\0\0\0\0\0\0\200@@ @\200\0\0\0\0\0\0\0\1\0\0\200@ \20\10\7\0" + "\0\0\0\0\0\0\14\12\11\10\10\10\10\10\10\14\0\0\0\0\0\0\0@ @\300\0" + "\0\0\0\0\0\0\0\0\0\10\10\10\10\24\23\340\0\0\0\0\0\0\2\4\4\10\10\10\10\4\4\3" + "\0\0\0\0\0\0\0\0\0\0\200@ \340\0\0\0\0\0\0\0\0\300\260\214\202\201\200\200\377\200\200" + "\0\0\0\0\0\0\0\0\0\0\10\10\10\17\10\10\0\0\0\0\0\0\0\340 \0" + "\0\0\0\0\0\0\0\17\10\4\4\4\4\10\30\340\0\0\0\0\0\0\4\4\10\10\10\10\10\4\6\1" + "\0\0\0\0\0\0\0\0\200\300@ \0\0\0\0\0\0\0\0\376\21\10\4\4\4\4\10\360" + "\0\0\0\0\0\0\0\1\6\4\10\10\10\10\4\3\0\0\0\0\0\0\340 \240`\0" + "\0\0\0\0\0\0\0\0\0\0\0\300<\3\0\0\0\0\0\0\0\0\0\0\0\0\16\1\0\0\0\0" + "\0\0\0\0\0\0\0\200@ @\200\0\0\0\0\0\0\0\300'\30\20\20\20\20\30'\300" + "\0\0\0\0\0\0\1\6\4\10\10\10\10\4\6\1\0\0\0\0\0\0\0\200\300@ @\300\200" + "\0\0\0\0\0\0\0\7\30\20 \20\10\377\0\0\0\0\0\0\0\10\10\10\10\10\4\4\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\16\16\16\0\0\0\0\0\0"; +/* + Fontname: -Adobe-Courier-Bold-R-Normal--34-240-100-100-M-200-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 191/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courB24_3x4_f[21508] U8X8_FONT_SECTION("u8x8_font_courB24_3x4_f") = + " \377\3\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\370\374\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 qsq " + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\17\37\17\0\0\0\17\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\207" + "\207\377\377\377\207\207\207\377\377\377\207\207\7\0\0\0\0\0\0\0\0\0\3\3\377\377\377\3\3\3\377\377" + "\377\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\3\3\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360p\70\77\77\77\70x\360\370\370\0\0\0\0\0\0\0\0\0\0\0\7" + "\17\37\36\34<<\70xx\361\361\341\300\0\0\0\0\0\0\0\0\0\0\77\77\77\34\30\370\370\370\70" + "\30\34\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\370\34\14\14\14\34\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\301" + "\303\347ff\66\267\333\331\334\314\316\206\7\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\17\77q`" + "``q\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\317\377\377\371\340\300\200\1\301\300\300\300\0\0\0\0\0\0\0\0\0\0\37\77\177qppqs\77\36" + "\177\177qq\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374<\34\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\377\377\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\17\16\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\34<\374\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\1\77\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\377\377\77\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\17\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\300\200\200\0\374\374\374\0\200\200\300\300\200\0\0\0\0\0\0\0\0\0\0" + "A\341\363\177\77\37\17\37\77\177\363\341A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppp" + "pppp\377\377\377ppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374|<\14" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp" + "ppppppppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60xxx\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\37\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\360\374\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\77\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370x\34\34\34\34\34x\370\360\300\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\7\37\77\177\367\343\200\0\0\0\0\0\0\0\0\0\70\70xppppppp" + "x<\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\370|\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\200\340" + "\360\374\277\217\207\201\200\377\377\377\200\200\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3sss\177" + "\177\177ss\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\34\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0" + "\37\37\37\16\16\16\16\36\36<\374\370\340\0\0\0\0\0\0\0\0\0\30<\70xpppppp" + "x<\77\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360x\70<\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\374" + "\377\377s\70\30\34\34\34xpppp" + "x<\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\34\34\34\34\34\34\34\374\374\374<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\376\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p|\177\37\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\70\34\34\34\34\34\70\370\360\300\0\0\0\0\0\0\0\0\0\0\0\301" + "\347\377~<<\34\34<>\177\367\341\300\0\0\0\0\0\0\0\0\0\0\17\37\77\70xpppp" + "x\70\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370x<\34\34\34\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70\70\370\370\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70\70\70\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\0\3\3\3\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\360\370\370\0\0\0\0\0\0\0\0\376\377" + "\377\3\0\0\0\0\300\300\300\300\300\303\303\303\300\0\0\0\0\0\0\0\3\17\37>\70xppqq" + "qqy\77\77\37\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\370\370\370\70\70\70\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\0\0\377" + "\377\377\70\70\70\70\70\70\70\377\377\377\0\0\0\0\0\0\0\0\0pp\177\177\177ppp\0pp" + "p\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\70\370\370\370\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\370\370\370\70\70\70\70\0\0\0\0\0\0\0\340\340" + "\340\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\77xppppx<" + "\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\0\0\270\370\370\370x\70\70\0\0\0\0\0\0\0\0\0" + "\377\377\377x\70<~\377\367\343\301\0\0\0\0\0\0\0\0\0\0ppp\177\177\177ppp\0\0" + "\1\7\177\177|ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\70\370\370\370\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0pppp\177\177\177pppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\370\340\200\0\0\0\0\0\200\340\370\370\370\370\70\70\0\0\0\0\0\377\377" + "\377\1\17\77\376\370\300\370\376\77\17\1\377\377\377\0\0\0\0\0pp\177\177\177ppp\1\7\7\7" + "\1ppp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\360\340\200\0\0\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\1\7\37>\374\360\340\200\0\377\377\377\0\0\0\0\0\0\0pp\177\177\177ppp\0\0\1\7" + "\17>\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\360\340\300\200\0\0\0\0\0\0\0\376\377\377" + "\3\0\0\0\0\0\0\0\0\0\0\3\377\377\376\0\0\0\0\0\0\1\7\17\37<\70ppppp" + "p\70<\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70xp\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\340\340\340\340\340\340px\77\37\17\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\340\340\300\200\0\0\0\0\0\0\0\376\377\377" + "\3\0\0\0\0\0\0\0\0\0\0\3\377\377\376\0\0\0\0\0\0\1\7\17\36\274\370\360pppp" + "p\70<\36\17\7\1\0\0\0\0\0\0\0\0\16\17\17\7\7\7\7\7\17\16\16\16\16\17\7\7\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70x\360\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\377\377\377pppp\360\360\370\274\37\17\7\0\0\0\0\0\0\0ppp\177\177\177ppp\0\0" + "\1\3\7\37~|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\360p\70\70\70\70\70xp\360\370\370\0\0\0\0\0\0\0\0\0\0\7\17" + "\37\36<\70\70xpp\360\343\343\303\200\0\0\0\0\0\0\0\0\0\177\177\177\70\60ppppp" + "p\71\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\70\70\70\70\370\370\370\70\70\70\70\370\370\370\0\0\0\0\0\0\0\17\17\17" + "\0\0\0\0\377\377\377\0\0\0\0\17\17\17\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\70\70\70\0\0\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\70\370\370\370\70\70\70\0\0\0\70\70\70\370\370\370\70\70\70\0\0\0\0\0\0\1" + "\7\77\377\370\340\0\0\0\340\370\377\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\177x\177" + "\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\370\370\370\70\70\70\70\0\0\0\70\70\70\70\370\370\370\70\0\0\0\0\0\0\7\377\377" + "\370\0\340\374\377\37\377\374\340\0\370\377\377\7\0\0\0\0\0\0\0\0\3\177\177\177\37\3\0\0\0\3" + "\37\177\177\177\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70x\370\370\370\270\70\0\0\0\70\270\370\370\370x\70\70\0\0\0\0\0\0\0\0\0" + "\1\203\307\357\376|\376\357\307\203\1\0\0\0\0\0\0\0\0\0ppx|\177\177wq\0\0\0q" + "w\177\177|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70xx\370\370\270\70\0\0\0\70\270\370\370xx\70\70\0\0\0\0\0\0\0\0\0" + "\1\7\17\77\374\370\374\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0pppp\177\177\177p" + "ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\370\370\370\70\70\70\70\70\70\370\370\370x\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\300\340\360|>\37\7\3\201\200\200\0\0\0\0\0\0\0\0\0p|~\177wsqppp" + "pp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\16\16\16\16\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\37\377\374\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\3\37\177\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77" + "\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\360|>|\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\16" + "\17\17\3\1\0\0\0\1\3\17\17\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70" + "\0\0\0\0\0\0\0\0\0\0\6\16\34\70p`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\216" + "\216\217\307\307\307\307\307\307\317\376\376\374\0\0\0\0\0\0\0\0\0\0\36\77\177sqqqqq\71" + "\31\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377<\16\16\7\7\7\7\17\16>\374\370\340\0\0\0\0\0ppp\177\177\177<\70pppp" + "ppx<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374\36\16\17\7\7\7\7\17\16~\177\177\0\0\0\0\0\0\0\0\0\7\37\77\16\17\7\7\7\7\17\16>\377\377\377\0\0\0\0\0\0\0\0\3\17\37<\70xppppx" + "\70\34\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370" + "\374\336\316\317\307\307\307\307\317\316\336\374\370\360\0\0\0\0\0\0\0\3\17\37\77=yyqqqq" + "qqqy\71\71\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\370\370<\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\7" + "\7\7\7\377\377\377\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0pppp\177\177\177pp" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + ">\16\17\7\7\7\17\16>\377\377\377\7\7\7\0\0\0\0\0\0\3\17\37>xppppx\70" + "\36\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70<\36\37\17\3\0\0\0\0" + "\0\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\34\16\7\7\7\7\17\376\374\370\0\0\0\0\0\0\0\0\0pp\177\177\177pp\0\0\0" + "pp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177" + "pppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70\70<\37\17\7\0\0\0\0\0" + "\0\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\300\340\367\377\77\37\17\7\7\7\0\0\0\0\0\0\0\0ppp\177\177\177\1\3\7\17\177" + "~|xppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177" + "pppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\16\6\7\7\377\376\376\16\7\7\7\377\376\374\0\0\0\0\0\0p\177\177\177pp\0\0\177\177\177" + "pp\0\0\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\377\377\377\34\16\7\7\7\7\17\376\374\370\0\0\0\0\0\0\0\0\0pp\177\177\177pp\0\0\0" + "pp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374>\16\7\7\7\7\7\7\7\16>\374\370\340\0\0\0\0\0\0\0\3\17\37>\70ppppp" + "pp\70>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\34\16\6\7\7\7\7\7\16\36\374\370\360\0\0\0\0\0\0\0\0\377\377\377\34\70\60ppp" + "p\70\70\36\37\17\3\0\0\0\0\0\70\70\70\77\77\77\70\70\70\70\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + ">\16\17\7\7\7\7\17\16>\377\377\377\7\7\7\0\0\0\0\0\3\17\37>\70xpppp\70" + "\70\36\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\77\77\77\70\70\70" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\377\377\377<\16\16\7\7\7\17\37\16\4\0\0\0\0\0\0\0pppp\177\177\177ppp" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "x\376\376\357\307\307\307\307\307\217\236\237\37\0\0\0\0\0\0\0\0\0\0~~~\70\71qqqq" + "qs;\77\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\37\77\77xppp" + "px\70<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\377\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177xpppp" + "x\70\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17\77" + "\377\377\347\207\0\0\0\207\347\377\177\37\7\7\7\0\0\0\0\0\0\0\0\0\0\3\17\77~x~\37" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\177\377" + "\377\307\7\340\370\370\370\340\7\307\377\377\177\7\7\0\0\0\0\0\0\0\0\7\177\177\177\17\1\0\1\17" + "\177\177\177\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\37\77\177\367\340\300\340\367\77\37\17\7\7\7\0\0\0\0\0\0\0pppx|~w\3\1\3w" + "\177~|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\77\377\377\347\207\0\0\0\7\307\367\377\77\17\7\7\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\374" + "\77\17\3\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70<\77\77;\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\77\77\77\7\207\307\347\367\177\77\37\17\7\0\0\0\0\0\0\0\0\0\0\0x|~\177wsqp" + "pp|||\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374<\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\300\340\377\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\16\16\16\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\34\34<\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\377\377\340\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360" + "\370\70\34" + "wc\303\307\206\216\34\30\70\60`\340\300\0\0\0\0\0\0\0\0\0\0\0\360\360\200\201\201\203\207\206" + "\316\374|\16\7\3\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340`p\60\70\270\270\70\70\70pp\340\340\300\0\0\0\0\0\374\377\17\3" + "\360\374\376\17\7\3\3\7\36\237\237\0\0\3\377\377\374\0\0\0\3\17\37<\70swgnnnn" + "gw\63\71\34\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\60\260\230\230\230\230\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\236\277\263\261\261\261\231\277\277\260\260\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340" + "p\70\34\16\206\300\340p\70\34\16\6\0\0\0\0\0\0\0\0\0\1\3\7\16\34\70pa\3\7\16" + "\34\70p`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34" + "\34\34\34\34\34\34\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp" + "ppppppppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\340p\260\270\270\270\270\270\70\60p\340\340\300\200\0\0\0\0\0\374\377\377\3" + "\0\0\377\377\377c\343\347\377\177>\0\3\17\377\376\370\0\0\0\1\7\17\37<\70wwwpqs" + "ww><\34\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\60\20\30\10\30\20\60\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\3\6\4\14\10\14\4\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70" + "\70\70\70\70\377\377\377\70\70\70\70\70\70\70\0\0\0\0\0\0\0ppppppp\177\177\177p" + "pppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\60\70\34\14\14\234\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340\360\370\334\317\303\301\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\30\34\214\214\314\374x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\60p\340\301\301\301c\177\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0@\340p\60\70\34\34\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\377\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\70pppp" + "\70\34\177\177\177pp\0\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\360\370\70\34\14\374\374\14\14\14\374\374\14\14\0\0\0\0\0\0\0\0\0\7\17" + "\37\70\60\60\377\377\0\0\0\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\377\377\0\0" + "\200\377\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0\3\3\3\3\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\60xxx\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\34\35\37\16\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60\30\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\300\300\300\377\377\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340p\60\30\30\30\60p\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\207\217\234\230\260\260\260\230\234\217\207\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\16" + "\34\70p\340\300\206\16\34\70p\340\300\200\0\0\0\0\0\0\0\0\0`p\70\34\16\7\3ap\70" + "\34\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\60\60\30\370\370\0\0\0\0\0\0\0\0\0\0\300\340@\0\0\0\0\0\0```\177" + "\177```\0\300\340x\34\216\343\61\370\370\0\0\0\0\0\0\0\0\0\0\0\10\34\16\7\1\0\14" + "\17\17\15l\177\177l\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\60\60\30\370\370\0\0\0\0\0\0\0\200\300\340@\0\0\0\0\0\0\0\0```\177" + "\177``\300\340x<\316\347q\60\60p\340\300\0\0\0\0\0\0\0\0\0\4\16\7\3\0\0\0p" + "x|lfgsq\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\30\34\214\214\214\374x\0\0\0\0\0\200\300\340@\0\0\0\0\0\0\0\30\70\60a" + "aa;\77\216\340p<\16\207\343\60\370\370\0\0\0\0\0\0\0\0\0\0\0\4\16\7\3\1\0\14" + "\17\17ml\177\177l\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\6\217\217\217\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370<\34\37\17\17\0" + "\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\3\7\17\36\34\34\34\34\34\34\37\17\17\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\370\371\371{\373\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\370\370\373{\371\361\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70:;;\371\370\370x\371\363\303\2\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70;;\370\370\371y\373\362\303\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\71;;\71\370\370\370y\373\363\301\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\371\373\372z\373\361\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\360\376\377\217\203\200\203\217\377\376\360\200\0\0\0\0\0\0\0ppp~\177\177sss\3\3\3" + "sss\177\177~ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\370\370\370\70\370\370\370\70\70\70\70\370\370\370\0\0\0\0\0\0\0\0\340" + "\376\377\237\200\200\377\377\377\60\60\374\374\3\3\3\0\0\0\0\0pp~\177\177qqqq\177\177\177" + "ppqqp~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360px\70\70\70\70p\360\360\370\370\0\0\0\0\0\0\0\0\376\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\1\7\37\37<\70xp\360\360p" + "px\70<\36\14\0\0\0\0\0\0\0\0\0\0\0\0\14\30\30\33\37\36\14\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\71\71;;\70\370\370\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70;;\71\71\70\70\370\370\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\372\373\373\71\70\70\70\71;;\372\370\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\371\373;\71\70\70\70\71;\373\371\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\70\371\371\373;\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\70\373\373\371\71\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70:;;\71\370\370\370\71;;:\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\71;;\71\370\370\370\71;;\71\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\70\70\370\370\370\70\70\70\70\70xp\360\340\300\200\0\0\0\0\0\0\0\0\70\70" + "\377\377\377\70\70\70\70\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0pp\177\177\177ppppp" + "px\70>\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\70\370\370\373\363\340\200\1\1;:;\71\370\370\370\70\70\0\0\0\0\0\0\0\377" + "\377\377\1\7\37>\374\360\340\200\0\377\377\377\0\0\0\0\0\0\0pp\177\177\177pppp\0\1" + "\7\37>\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360x\70\71\71;;x\360\360\300\200\0\0\0\0\0\0\0\0\374\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0\0\3\17\37>\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360x;;\71\71\70x\360\360\300\200\0\0\0\0\0\0\0\0\374\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0\0\3\17\37>\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\342\363{\71\70\70\70\71{\363\362\300\200\0\0\0\0\0\0\0\0\374\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0\0\3\17\37>\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\363{\70\70\71\71;z\363\361\300\200\0\0\0\0\0\0\0\0\374\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0\0\3\17\37>\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\341\363{\71\70\70\70\71{\363\361\300\200\0\0\0\0\0\0\0\0\374\377\377" + "\3\0\0\0\0\0\0\0\0\0\3\377\377\374\0\0\0\0\0\0\0\0\3\17\37>\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\3\7" + "\17\37>\370\360\340\360\370>\37\17\7\3\0\0\0\0\0\0\0\0\0px|>\37\7\3\1\3\7" + "\37>|xp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360px\70\70\70x\360\360\360\374<\34\0\0\0\0\0\0\0\374\377\377" + "\3\1\200\300\360\370~\37\17\7\3\377\377\374\0\0\0\0\0\0\0\301\367\377\177\77\177wqppp" + "x<\37\17\7\1\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\70\70\70\1\1\3;\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "x<\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\70\70;\3\1\1\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "x<\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\372;;\71\0\0\0\71;;\372\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "x<\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\71\71\70\70\0\70\70\71\71\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "x<\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70x\370\370\370;\3\1\1\70\370\370\370x\70\70\0\0\0\0\0\0\0\0\0\0" + "\1\7\17\77\374\370\374\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0pppp\177\177\177p" + "ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\270\270\270\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\3\3\3\3\3\3\207\207\377\376\374\60\0\0\0\0\0\0ppp\177\177\177www\7\7" + "\7\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\360\370<\34\34\34<\370\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\0\34\34\34\36\77\177\363\360\340\200\0\0\0\0\0\0\0ppp\177\177\177p\34<|p\360" + "\360p\177\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\4\6\16\34\30\70\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\216\216\317\307\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177wsqqqq\71" + "\71\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0`p\60\70\34\16\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\216\216\317\307\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177ssqqqq\71" + "\35\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \60\70\30\14\6\14\30\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\216" + "\216\316\317\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177wsqqqq\61\71" + "\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\70<\14\14\30\30\60\60<\34\0\0\0\0\0\0\0\0\0\0\0\0\0\216" + "\216\317\307\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177wsqqqq\71\31" + "\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\0\0" + "\216\216\317\307\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177wsqqqq\71" + "\31\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\70lDDl\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\216" + "\216\317\307\307\307\307\307\317\376\374\370\0\0\0\0\0\0\0\0\0\0\34\77\177wsqqqq\71\31" + "\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\216\316" + "\317\307\347\347\357\376\376\376\316\317\307\317\316\376\370\360\0\0\0\0\17\37\77{qqqy\71\77\177\77" + "=qqqq\71\71\71\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374>\16\17\7\7\7\7\17\16~\177\177\0\0\0\0\0\0\0\0\0\7\17\37<\70xp\360\360p" + "pp\70<\34\10\0\0\0\0\0\0\0\0\0\0\0\0\14\10\30\33\37\16\4\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\10\14\34\70\60p`\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + "\376\316\317\307\307\307\307\317\316\376\374\370\340\0\0\0\0\0\0\0\0\3\17\37=\71yqqqqq" + "q\71\71\71\31\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0`p\60\70\34\16\14\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + "\376\316\317\307\307\307\307\317\316\376\374\370\340\0\0\0\0\0\0\0\0\3\17\37=\71yqqqqq" + "q\71\71\71\21\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \60\70\30\14\6\14\30\70\60 \0\0\0\0\0\0\0\0\0\0\340\370\374" + "\376\316\317\307\307\307\307\317\316\376\374\370\340\0\0\0\0\0\0\0\0\3\17\37=\71yqqqqq" + "y\71\71\71\71\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\340\370\374" + "\376\316\317\307\307\307\307\317\316\376\374\370\340\0\0\0\0\0\0\0\0\3\17\37=\71yqqqqq" + "y\71\71\71\71\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\4\6\16\34\30\70\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177p" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\60\70\30\34\16\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177p" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 \60\70\30\14\6\14\30\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177p" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177p" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\30\234\234\234\334\334\374\370\370\360\370\370\234\34\14\10\0\0\0\0\0\0\0\0\300\363" + "\363{\71\35\34\34\34\34\33\77\177\376\370\300\0\0\0\0\0\0\0\0\17\37\77|xppppp" + "x\70>\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\70<\14\14\30\30\60\60<\34\0\0\0\0\0\0\0\0\0\0\0\7\7\377" + "\377\377\14\6\7\7\7\7\17\376\376\374\0\0\0\0\0\0\0\0\0pp\177\177\177pp\0\0\0p" + "p\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\10\14\34\70\60p`\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374" + "<\36\17\7\7\7\7\7\17\36<\374\360\340\0\0\0\0\0\0\0\3\17\37>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0`p\60\70\34\16\14\0\0\0\0\0\0\0\0\0\0\0\340\360\374" + "<\36\17\7\7\7\7\7\17\36<\374\360\340\0\0\0\0\0\0\0\3\17\37>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \60\70\30\14\6\14\30\70\60 \0\0\0\0\0\0\0\0\0\0\340\360\374" + "<\36\17\7\7\7\7\7\17\36<\374\360\340\0\0\0\0\0\0\0\3\17\37>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\70<\14\14\30\30\60\60<\34\0\0\0\0\0\0\0\0\0\0\340\360\374" + "<\36\17\7\7\7\7\7\17\36<\374\360\340\0\0\0\0\0\0\0\3\17\37>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\340\360\374" + "<\36\17\7\7\7\7\7\17\36<\374\360\340\0\0\0\0\0\0\0\3\17\37>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp" + "pppqsssqppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\36\36\36\14" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\300\360\374" + "<\36\16\17\207\307\347\377~>>\377\367\303\0\0\0\0\0\0\0\303\357\377|<~\177wsqp" + "x\70<\37\17\3\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\6\16\34\30\70\60\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177ppppp\70" + "\34\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0`p\60\70\34\16\14\0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177ppppp\70" + "\34\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 \60\70\30\14\6\14\30\70\60 \0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177ppppp\70" + "\34\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177ppppp\70" + "\34\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0`p\60\70\34\16\14\0\0\0\0\0\0\0\0\0\0\0\7\17\77" + "\377\377\347\207\0\0\0\207\347\377\377\77\17\7\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\376\77" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70<\77\77;\70\70\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377>\36\17\7\7\7\7\17\36>\374\370\340\0\0\0\0\0\0\0\0\377\377\377>\70xppp" + "px\70>\37\17\3\0\0\0\0\0\70\70\70\77\77\77\70\70\70\70\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\7\17\77" + "\377\377\347\207\0\0\0\207\347\377\377\77\17\7\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\376\77" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70<\77\77;\70\70\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Bold-R-Normal--34-240-100-100-M-200-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 95/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courB24_3x4_r[9124] U8X8_FONT_SECTION("u8x8_font_courB24_3x4_r") = + " ~\3\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\370\374\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 qsq " + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\17\37\17\0\0\0\17\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\207" + "\207\377\377\377\207\207\207\377\377\377\207\207\7\0\0\0\0\0\0\0\0\0\3\3\377\377\377\3\3\3\377\377" + "\377\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\3\3\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360p\70\77\77\77\70x\360\370\370\0\0\0\0\0\0\0\0\0\0\0\7" + "\17\37\36\34<<\70xx\361\361\341\300\0\0\0\0\0\0\0\0\0\0\77\77\77\34\30\370\370\370\70" + "\30\34\37\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\370\34\14\14\14\34\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\301" + "\303\347ff\66\267\333\331\334\314\316\206\7\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\17\77q`" + "``q\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\317\377\377\371\340\300\200\1\301\300\300\300\0\0\0\0\0\0\0\0\0\0\37\77\177qppqs\77\36" + "\177\177qq\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\374<\34\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\377\377\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\17\16\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\34<\374\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\1\77\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\377\377\77\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\17\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\300\200\200\0\374\374\374\0\200\200\300\300\200\0\0\0\0\0\0\0\0\0\0" + "A\341\363\177\77\37\17\37\77\177\363\341A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppp" + "pppp\377\377\377ppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374|<\14" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp" + "ppppppppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60xxx\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\37\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\360\374\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\77\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370x\34\34\34\34\34x\370\360\300\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\7\37\77\177\367\343\200\0\0\0\0\0\0\0\0\0\70\70xppppppp" + "x<\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\370|\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\200\340" + "\360\374\277\217\207\201\200\377\377\377\200\200\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3sss\177" + "\177\177ss\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\34\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0" + "\37\37\37\16\16\16\16\36\36<\374\370\340\0\0\0\0\0\0\0\0\0\30<\70xpppppp" + "x<\77\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360x\70<\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\374" + "\377\377s\70\30\34\34\34xpppp" + "x<\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\34\34\34\34\34\34\34\374\374\374<\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\376\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p|\177\37\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\70\34\34\34\34\34\70\370\360\300\0\0\0\0\0\0\0\0\0\0\0\301" + "\347\377~<<\34\34<>\177\367\341\300\0\0\0\0\0\0\0\0\0\0\17\37\77\70xpppp" + "x\70\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370x<\34\34\34\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70\70\370\370\370\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\3\3\3\0\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70\70\70\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\70\70\70\376\376\376\0\0\3\3\3\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\360\370\370\0\0\0\0\0\0\0\0\376\377" + "\377\3\0\0\0\0\300\300\300\300\300\303\303\303\300\0\0\0\0\0\0\0\3\17\37>\70xppqq" + "qqy\77\77\37\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\370\370\370\70\70\70\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\0\0\377" + "\377\377\70\70\70\70\70\70\70\377\377\377\0\0\0\0\0\0\0\0\0pp\177\177\177ppp\0pp" + "p\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\70\370\370\370\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\370\370\370\70\70\70\70\0\0\0\0\0\0\0\340\340" + "\340\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\77xppppx<" + "\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\0\0\270\370\370\370x\70\70\0\0\0\0\0\0\0\0\0" + "\377\377\377x\70<~\377\367\343\301\0\0\0\0\0\0\0\0\0\0ppp\177\177\177ppp\0\0" + "\1\7\177\177|ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\70\370\370\370\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0pppp\177\177\177pppp" + "ppp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\370\340\200\0\0\0\0\0\200\340\370\370\370\370\70\70\0\0\0\0\0\377\377" + "\377\1\17\77\376\370\300\370\376\77\17\1\377\377\377\0\0\0\0\0pp\177\177\177ppp\1\7\7\7" + "\1ppp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\360\340\200\0\0\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\1\7\37>\374\360\340\200\0\377\377\377\0\0\0\0\0\0\0pp\177\177\177ppp\0\0\1\7" + "\17>\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\360\340\300\200\0\0\0\0\0\0\0\376\377\377" + "\3\0\0\0\0\0\0\0\0\0\0\3\377\377\376\0\0\0\0\0\0\1\7\17\37<\70ppppp" + "p\70<\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70xp\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\340\340\340\340\340\340px\77\37\17\0\0\0\0\0\0\0ppp\177\177\177ppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360p\70\70\70\70\70\70p\340\340\300\200\0\0\0\0\0\0\0\376\377\377" + "\3\0\0\0\0\0\0\0\0\0\0\3\377\377\376\0\0\0\0\0\0\1\7\17\36\274\370\360pppp" + "p\70<\36\17\7\1\0\0\0\0\0\0\0\0\16\17\17\7\7\7\7\7\17\16\16\16\16\17\7\7\0" + "\0\0\0\0\0\70\70\70\370\370\370\70\70\70\70\70\70x\360\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\377\377\377pppp\360\360\370\274\37\17\7\0\0\0\0\0\0\0ppp\177\177\177ppp\0\0" + "\1\3\7\37~|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\360p\70\70\70\70\70xp\360\370\370\0\0\0\0\0\0\0\0\0\0\7\17" + "\37\36<\70\70xpp\360\343\343\303\200\0\0\0\0\0\0\0\0\0\177\177\177\70\60ppppp" + "p\71\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\70\70\70\70\370\370\370\70\70\70\70\370\370\370\0\0\0\0\0\0\0\17\17\17" + "\0\0\0\0\377\377\377\0\0\0\0\17\17\17\0\0\0\0\0\0\0\0\0ppppp\177\177\177p" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\370\370\370\70\70\70\0\0\0\70\70\70\370\370\370\70\70\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\3\17\37<\70xpppx" + "\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70\70\370\370\370\70\70\70\0\0\0\70\70\70\370\370\370\70\70\70\0\0\0\0\0\0\1" + "\7\77\377\370\340\0\0\0\340\370\377\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\177x\177" + "\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\370\370\370\70\70\70\70\0\0\0\70\70\70\70\370\370\370\70\0\0\0\0\0\0\7\377\377" + "\370\0\340\374\377\37\377\374\340\0\370\377\377\7\0\0\0\0\0\0\0\0\3\177\177\177\37\3\0\0\0\3" + "\37\177\177\177\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70x\370\370\370\270\70\0\0\0\70\270\370\370\370x\70\70\0\0\0\0\0\0\0\0\0" + "\1\203\307\357\376|\376\357\307\203\1\0\0\0\0\0\0\0\0\0ppx|\177\177wq\0\0\0q" + "w\177\177|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70\70xx\370\370\270\70\0\0\0\70\270\370\370xx\70\70\0\0\0\0\0\0\0\0\0" + "\1\7\17\77\374\370\374\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0pppp\177\177\177p" + "ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\370\370\370\70\70\70\70\70\70\370\370\370x\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\300\340\360|>\37\7\3\201\200\200\0\0\0\0\0\0\0\0\0p|~\177wsqppp" + "pp\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\16\16\16\16\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\37\377\374\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\3\37\177\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77" + "\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\360|>|\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\16" + "\17\17\3\1\0\0\0\1\3\17\17\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70" + "\0\0\0\0\0\0\0\0\0\0\6\16\34\70p`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\216" + "\216\217\307\307\307\307\307\307\317\376\376\374\0\0\0\0\0\0\0\0\0\0\36\77\177sqqqqq\71" + "\31\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377<\16\16\7\7\7\7\17\16>\374\370\340\0\0\0\0\0ppp\177\177\177<\70pppp" + "ppx<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374\36\16\17\7\7\7\7\17\16~\177\177\0\0\0\0\0\0\0\0\0\7\37\77\16\17\7\7\7\7\17\16>\377\377\377\0\0\0\0\0\0\0\0\3\17\37<\70xppppx" + "\70\34\177\177\177ppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370" + "\374\336\316\317\307\307\307\307\317\316\336\374\370\360\0\0\0\0\0\0\0\3\17\37\77=yyqqqq" + "qqqy\71\71\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\370\370<\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\7" + "\7\7\7\377\377\377\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0pppp\177\177\177pp" + "ppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + ">\16\17\7\7\7\17\16>\377\377\377\7\7\7\0\0\0\0\0\0\3\17\37>xppppx\70" + "\36\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70<\36\37\17\3\0\0\0\0" + "\0\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\34\16\7\7\7\7\17\376\374\370\0\0\0\0\0\0\0\0\0pp\177\177\177pp\0\0\0" + "pp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177" + "pppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\7\7\7\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\70\70<\37\17\7\0\0\0\0\0" + "\0\0\0\0\0\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\300\340\367\377\77\37\17\7\7\7\0\0\0\0\0\0\0\0ppp\177\177\177\1\3\7\17\177" + "~|xppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pppppp\177\177\177" + "pppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\16\6\7\7\377\376\376\16\7\7\7\377\376\374\0\0\0\0\0\0p\177\177\177pp\0\0\177\177\177" + "pp\0\0\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\377\377\377\34\16\7\7\7\7\17\376\374\370\0\0\0\0\0\0\0\0\0pp\177\177\177pp\0\0\0" + "pp\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374>\16\7\7\7\7\7\7\7\16>\374\370\340\0\0\0\0\0\0\0\3\17\37>\70ppppp" + "pp\70>\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\377" + "\377\377\34\16\6\7\7\7\7\7\16\36\374\370\360\0\0\0\0\0\0\0\0\377\377\377\34\70\60ppp" + "p\70\70\36\37\17\3\0\0\0\0\0\70\70\70\77\77\77\70\70\70\70\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374" + ">\16\17\7\7\7\7\17\16>\377\377\377\7\7\7\0\0\0\0\0\3\17\37>\70xpppp\70" + "\70\36\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\77\77\77\70\70\70" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\377\377\377<\16\16\7\7\7\17\37\16\4\0\0\0\0\0\0\0pppp\177\177\177ppp" + "pppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "x\376\376\357\307\307\307\307\307\217\236\237\37\0\0\0\0\0\0\0\0\0\0~~~\70\71qqqq" + "qs;\77\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\377\377\377\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\37\77\77xppp" + "px\70<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\377\377\377\0\0\0\0\7\7\7\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\77\177xpppp" + "x\70\177\177\177pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17\77" + "\377\377\347\207\0\0\0\207\347\377\177\37\7\7\7\0\0\0\0\0\0\0\0\0\0\3\17\77~x~\37" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\177\377" + "\377\307\7\340\370\370\370\340\7\307\377\377\177\7\7\0\0\0\0\0\0\0\0\7\177\177\177\17\1\0\1\17" + "\177\177\177\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\37\77\177\367\340\300\340\367\77\37\17\7\7\7\0\0\0\0\0\0\0pppx|~w\3\1\3w" + "\177~|xpp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\77\377\377\347\207\0\0\0\7\307\367\377\77\17\7\7\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\374" + "\77\17\3\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70<\77\77;\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\77\77\77\7\207\307\347\367\177\77\37\17\7\0\0\0\0\0\0\0\0\0\0\0x|~\177wsqp" + "pp|||\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\374<\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\300\340\377\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\16\16\16\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\34\34<\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\377\377\340\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360" + "\370\70\34\37\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374|\34\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\360\376\177\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\377\77\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\37\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\340ppppp\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\1\0\0\0\0\0\1\377\377\377\0\0\0\0\0\0\0\0\0\0\0\37\177\377\360\300\300\300\300\300" + "\360\377\177\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\300\340\340\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\3\3\1\1\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\377\377\377" + "\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\340ppppp\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0\7" + "\7\7\0\0\0\200\300\340\360\177\77\17\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\336\317\307\303\301" + "\300\300\300\300\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\340\340ppppp\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\1\0pppp\360\370\377\337\217\0\0\0\0\0\0\0\0\0\0\340\340\340\300\300\300\300\300\300\300" + "\340\361\377\177\36\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\300\360\374\77\37\7\1\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\16\17\17\17\16\16\316\316\316\377" + "\377\377\316\316\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360ppppppppp\0\0\0\0\0\0\0\0\0\0\0\0" + "\177\177\177\70\70\70\70xx\360\360\340\200\0\0\0\0\0\0\0\0\0`\360\340\340\300\300\300\300\300\300" + "\340\360\377\77\37\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360ppppp\0\0\0\0\0\0\0\0\0\0\0\360" + "\376\377\317\343appp\360\340\340\200\0\0\0\0\0\0\0\0\0\0\0\17\177\377\371\340\300\300\300\300" + "\340\361\377\177\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\360\360ppppppp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\3\3" + "\3\0\0\0\0\0\300\370\377\177\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\177\37" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\340ppppp\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\237\377\370\360\360pp\360\370\377\337\207\0\0\0\0\0\0\0\0\0\0\0\77\177\377\341\340\300\300\300\300" + "\340\341\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\340\360ppp\360\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\77" + "\177\377\341\300\200\200\200\300\341\177\377\377\374\0\0\0\0\0\0\0\0\0\0\300\340\341\301\303\303\303\343\341" + "x~\77\17\3\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\30<<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--34-240-100-100-M-200-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 191/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR24_3x4_f[21508] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_f") = + " \377\3\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\340\341\340" + "@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\77\7\1\0\0\0\1\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\370\0\0\200\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\10\377\10\10\10\377\10\10\10\10\0\0\0\0\0\0\0\0\0\0\0\2\2\2\302\77\2\2\342\77" + "\2\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300@` < `@\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\14\30\20\20\60 `@\301\200\0\0\0\0\0\0\0\0\0\0\0\0<\30\20\60 \340 \60" + "\20\30\14\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300`\60\20\20\60`\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\203\206LHH,&#\20\20\20\10\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340 \340 \340\0\0\0\0\0\0\0\0\0\17\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\17\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \0\0\0 \340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0 `\340 \0\0\0\0\0 \340` \0\0\0\0\0\0\0\0\3" + "\36\360\200\0\0\0\0\0\200\360\36\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\16p\300p\16" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \0\0\0\0\0 \340 \0\0\0\0\0\0\0\0\7\374" + "\0\0\0\340\34\4\34\340\0\0\0\374\7\0\0\0\0\0\0\0\0\0\0\17\370\300>\3\0\0\0\3" + ">\300\370\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340 \0\0\0\0\0 \340` \0\0\0\0\0\0\0\0\0\0\0" + "\1\3\4\30\260\340\260\30\4\3\1\0\0\0\0\0\0\0\0\0\0\200\300\340\260\214\206\1\0\0\0\1" + "\206\214\260\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340\240 \0\0\0\0\0 \240\340` \0\0\0\0\0\0\0\0\0\0\0" + "\0\3\6\30p\300p\30\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340 \240\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\0\0\0\300`\60\34\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\230\216\203\201\200\200\200" + "\200\200\200\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\20\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\10\10\10\10\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14x\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\1\7<\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\34" + "p\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\6\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\10\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\60\30\60\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\14\7\1\0\0\0\0\0\1\7\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0 \0" + "\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "`\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\200\200\200\377\30`@\300\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "p\30\10\14\4\4\4\14\10\10\30|\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@@ \60\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30`\377\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\30\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\17\71aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\60\20\20\20\20 \0\0\0\0\0\0\0\0\0\0\0\4" + "\4\4\4\377\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30`\374\4\4\4\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\30\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60\20\34\7\0\0\0\0" + "\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377`\30\10\14\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\0" + "\200\200\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60\20\34\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\0\0\200\300d\64\34\14\4\4\0\0\0\0\0\0\0\0\0\0\200\200\200\377\1\1\3\6\14\30" + "\260\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\20\20\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\374\60" + "\10\4\4\14\30\360\60\10\4\4\14\30\360\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\377\200\200" + "\0\0\0\0\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4" + "\374`\30\10\14\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\0" + "\200\200\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\370" + "`\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\377\30`@\300\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0 \77 \0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\370\10\10\10\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\70\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \77 \0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\374`\20\30\10\14\4\4\4\14\10\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "p\330\210\214\4\4\4\14\10\30<\0\0\0\0\0\0\0\0\0\0\0\0\370`@@\301\201\201\201\303" + "Bf<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4" + "\4\377\4\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200" + "\300@` \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "@\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\14" + "|\304\4\0\0\0\0\0\4\304|\14\4\4\0\0\0\0\0\0\0\0\0\0\0\1\17\70\340\200\340\70" + "\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\14\374" + "\4\4\0\0\300@\300\0\0\4\4\374\14\4\0\0\0\0\0\0\0\0\0\1\77\340\60\36\3\0\3\36" + "\60\340\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\14" + "\34\64d\300\200\0\200\300d\64\34\14\4\0\0\0\0\0\0\0\0\0\200\300\340\260\230\14\7\3\7\14" + "\230\260\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\34" + "t\304\4\0\0\0\0\0\4\304t\34\4\0\0\0\0\0\0\0\0\0\0\0\0\1\7\34p\300p\34" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0 \70/! \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "<\4\4\4\4\204\304d\64\34\14\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\230\214\206\203\200\200" + "\200\200\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\340\60\30\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\300\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\376\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\14\10\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\10\30\60\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\177\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\3\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\14\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "` \60\60`@\300\200\0\200\300`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\10\34\34\34\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\77\37\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\370\14\6\3\1\1\1\1\3\2\16\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\6\14\10\370\10\10" + "\14\4\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300@ `\300\200\0\0\0\0\0\0\0\0\0\0\0@@" + "@_\361@@@@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\237\200\200\200\200\200" + "\200\200\300`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\363\36\4\6\2\2\2\6\4\36\363\1\0\0\0\0\0\0\0\0\0\0\0\20\31\17\4\14\10\10\10\14" + "\4\17\31\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340\240 \0\0\0\0\0 \240\340` \0\0\0\0\0\0\0\0\0\0\0" + "\200\203\216\230\360\300\360\230\216\203\200\0\0\0\0\0\0\0\0\0\0\0\0\0\4\204\204\204\204\377\204\204" + "\204\204\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\360\20\30\10\10\10\10\10\10x\0\0\0\0\0\0\0\0\0\0\0<" + "fB\303\203\6\14\30\20\60`@\300\200\0\0\0\0\0\0\0\0\0\0\0\300\0\0\1\3\2\6\14" + "\30\370\10\10\17\0\0\0\0\0\0\0\0\0\0\0\3\2\2\2\2\2\2\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0 pp \0\0 pp \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\300@` `@\300\200\200\0\0\0\0\0\0\0\0\360\34\7\1" + "\360\30\14\6\2\2\2\4\36\0\0\1\7\34\360\0\0\0\0\0\3\16\30\60aCF\314\210\210\210\314" + "FB`\60\30\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0@` `\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\34\66\42\42\62\26\77 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300`\60\30\14\4\200\300`\60\30\14\4\0\0\0\0\0\0\0\0\2\7\17\30\60`\300\202\7\17" + "\30\60`\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20" + "\20\20\20\20\20\20\20\20\20\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@@" + "@@@@@@@@@@@@@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300@` `@\300\200\0\0\0\0\0\0\0\0\370\16\3\1" + "\0\2\376\2\2\2\206\314x\0\0\1\3\16\370\0\0\0\0\0\3\16\30\60`H\317\211\201\201\203\206" + "\314H`\60\30\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0`````````\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300p\30\10\10\10\30p\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\3\16\30\20\20\20\30\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 " + " \377 \0\0\0\0\0\0\0\0\0@@@@@@@O@@" + "@@@@@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0@p\30\10\10\30\260\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\300`\70\14\6\3\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0 \60\30\10\10\30\60\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0@\300\200\2\2\207\315x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377p\300\200\200\200\200\300" + "`\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\60\30\10\10\370\10\10\10\370\10\10\10\0\0\0\0\0\0\0\0\0\7\37" + "<\60``@\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\3\2\0\2\3\2\2\2\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\20\27\34\10\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20\30\10\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300@` `@\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\7\35\20\60 \60\20\35\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\14" + "\30\60`\300\200\4\14\30\60`\300\200\0\0\0\0\0\0\0\0\0\0\0\200\300`\60\30\17\7\202\300" + "`\60\30\17\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\20\20\30\370\0\0\0\0\0\0\0\0\0\0\300`\70\10\0\0\0\0\0\0\200\200\200" + "\377\200\200\200\0\200\300p\30\16\303a\340\0\0\0\0\0\0\0\0\0\0\0\200\340\60\34\6\3\0\30" + "\36\23\221\220\377\220\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\20\20\30\370\0\0\0\0\0\0\0\0\0\300`\60\30\0\0\0\0\0\0\0\200\200\200" + "\377\200\200\0\200\300p\30\216\303a `\300\0\0\0\0\0\0\0\200\300`\70\14\7\1\0\0\300" + "\340\260\230\210\214\207\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\20\30\10\10\230\360`\0\0\0\0\0\0\200\300`\60\20\0\0\0\0\0 `\300\201" + "\201\303f<\200\300p\30\16\3\301`\340\0\0\0\0\0\0\0\0\0@`\60\30\14\7\1\0\0\30" + "\36\23\221\220\377\220\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\10\34\34\34\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340 \60\30\16\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\14\30\60 \60\20\20\34\0\0\0\0\0" + "\0\0\0\0\0\0\0 \241\343&\344\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 \240\344&\343\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 $&\243\341 \341\203\6\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 &#\241\343\42\346\204\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 \42''\242\340 \340\202\7\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 \247\354(\354\207\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\340<\7\0\0\0\7<\340\0\0\0\0\0\0\0\0\0\0\200\200\300\370\217\203\202\2\2\2\2\2" + "\202\203\217\370\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \340 \340 \340\0\0\0\0\0\0\0\0\0\0" + "\0\360\37\1\0\0\377@@@\360\0\0\7\0\0\0\0\0\0\0\200\200\370\217\203\2\202\202\202\377\200" + "\200\200\201\200\200\200\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300@` `@@\200\340\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\0\0\0\0\0\0\0\0\0\0\7\34\60`@\300\200\200\200\300" + "@` \60\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\20\27\34\10\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 !#&$ \340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377@@@@@\370\0\0\0\7\0\0\0\0\0\0\0\0\0\0\200\200\200\377\200\200\200\200\200\201\200" + "\200\200\200\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 $&#! \340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377@@@@@\370\0\0\0\7\0\0\0\0\0\0\0\0\0\0\200\200\200\377\200\200\200\200\200\201\200" + "\200\200\200\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340$&#! !#&$\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377@@@@@\370\0\0\0\7\0\0\0\0\0\0\0\0\0\0\200\200\200\377\200\200\200\200\200\201\200" + "\200\200\200\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \342''\42 \42''\42\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377@@@@@\370\0\0\0\7\0\0\0\0\0\0\0\0\0\0\200\200\200\377\200\200\200\200\200\201\200" + "\200\200\200\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 !\343&$ \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 $\346#! \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 $&#!\340!#&$ \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\42''\42 \340 \42''\42\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 `@\300\200\0\0\0\0\0\0\0\0\0\0\0@@\377" + "@@@@\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\200\200\377\200\200\200\200\200\200\300@" + "`\60\34\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0 \340`\306\3\1\3\2\6$&# \340 \0\0\0\0\0\0\0\0\0\377" + "\0\1\7\14\70\340\200\0\0\0\0\377\0\0\0\0\0\0\0\0\0\200\200\377\200\200\200\200\0\0\3\6" + "\34p\300\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300@a#&$`@\300\200\0\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\3\16\70`@\300\200\200\200\300" + "@`\70\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300@` $&cA\300\200\0\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\3\16\70`@\300\200\200\200\300" + "@`\70\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\304Fc! !cF\304\200\0\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\3\16\70`@\300\200\200\200\300" + "@`\70\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\306Ca#\42&dF\303\200\0\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\3\16\70`@\300\200\200\200\300" + "@`\70\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\2\207\307B` bG\307\202\0\0\0\0\0\0\0\0\0\0\0\374\7" + "\1\0\0\0\0\0\0\0\0\0\1\7\374\0\0\0\0\0\0\0\0\0\3\16\70`@\300\200\200\200\300" + "@`\70\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6" + "\14\30\60`\300\200\300`\60\30\14\6\0\0\0\0\0\0\0\0\0\0\0`\60\30\14\6\3\1\3\6" + "\14\30\60`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300@` `@\300\200\300`\60\0\0\0\0\0\0\0\0\370\16" + "\3\0\0\0\200\340\60\30\16\3\3\16\370\0\0\0\0\0\0\0\0\0\203\316xxN\303\201\200\200\200" + "\300`\70\16\3\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \1\3\6$ \340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \4\6\3! \340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 $&#\1\0\1#&$ \340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340\42''\42\0\0\0\42''\42\340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340\240 \0\4\6\3\1 \240\340` \0\0\0\0\0\0\0\0\0\0\0" + "\0\3\16\30p\300p\30\16\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\2\2\2\2\2\2\6\4\4\14\370`\0\0\0\0\0\0\0\0\200\200\200\377\204\204\204\4\4\4\6" + "\2\2\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300p\30\10\10\10\30p\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\0\0\0\20\20\70,g@\200\0\0\0\0\0\0\0\0\0\0\200\200\200\377\200\0\0p\300\200\200" + "\200\300q\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0@`\60\30\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0`\60\20\60 `@`\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 pp \0\0 pp \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0c\301\201\200\200\301a\23\377\31a" + "\301\201\201\201\301a!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "p\30\10\14\4\4\4\4\14\10\60\374\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200" + "\300@` \60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\20\27\34\10\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\37\61aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\37\61aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0@`\60\30\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\37\61aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 pp \0\0\0 pp \0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\37\61aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300`\60\30\60`\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 pp \0\0 pp \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\60\20\20\60\60\240\340\300\300` \60\20\0\0\0\0\0\0\0\0\0\0\200\300" + "f\42\63\21\21\20\20\21\63&L\370\340\0\0\0\0\0\0\0\0\0\17\70 @\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0`\60\20\60 `@`\60\0\0\0\0\0\0\0\0\0\0\0\0\4\4" + "\374\60\30\10\14\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\0" + "\200\200\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0@`\60\30\14\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0`\60\20\60 `@`\60\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 pp \0\0 pp \0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\201\203\203\201\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 pp \0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300`" + "\20\30\10\14\4\4\204\304l\70\30l\306\0\0\0\0\0\0\0\0\0\217\370`p\330\214\206\203\201\300" + "@` \30\17\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "`\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "`\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300`\60\30\60`\300\200\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "`\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 pp \0\0\0 pp \0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "`\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0@`\60\30\14\4\0\0\0\0\0\0\0\0\0\0\0\0\4\34" + "t\304\4\0\0\0\0\0\4\304t\34\4\0\0\0\0\0\0\0\0\0\0\0\0\1\7\34p\300p\34" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0 \70/! \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\10\10\10\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "p\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\377\70`@\300\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0 \77 \0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0@\340\340@\0\0\0\0@\340\340@\0\0\0\0\0\0\0\0\0\0\4\34" + "t\304\4\0\0\0\0\0\4\304t\34\4\0\0\0\0\0\0\0\0\0\0\0\0\1\7\34p\300p\34" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0 \70/! \0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--34-240-100-100-M-200-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 95/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR24_3x4_r[9124] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_r") = + " ~\3\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\340\341\340" + "@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\77\7\1\0\0\0\1\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\370\0\0\200\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\10\377\10\10\10\377\10\10\10\10\0\0\0\0\0\0\0\0\0\0\0\2\2\2\302\77\2\2\342\77" + "\2\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300@` < `@\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\14\30\20\20\60 `@\301\200\0\0\0\0\0\0\0\0\0\0\0\0<\30\20\60 \340 \60" + "\20\30\14\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300`\60\20\20\60`\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\203\206LHH,&#\20\20\20\10\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340 \340 \340\0\0\0\0\0\0\0\0\0\17\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\17\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\377\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \0\0\0 \340 \0\0\0\0\0\0\0\0\0\377" + "\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0 `\340 \0\0\0\0\0 \340` \0\0\0\0\0\0\0\0\3" + "\36\360\200\0\0\0\0\0\200\360\36\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\16p\300p\16" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340 \0\0\0\0\0 \340 \0\0\0\0\0\0\0\0\7\374" + "\0\0\0\340\34\4\34\340\0\0\0\374\7\0\0\0\0\0\0\0\0\0\0\17\370\300>\3\0\0\0\3" + ">\300\370\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340 \0\0\0\0\0 \340` \0\0\0\0\0\0\0\0\0\0\0" + "\1\3\4\30\260\340\260\30\4\3\1\0\0\0\0\0\0\0\0\0\0\200\300\340\260\214\206\1\0\0\0\1" + "\206\214\260\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `\340\240 \0\0\0\0\0 \240\340` \0\0\0\0\0\0\0\0\0\0\0" + "\0\3\6\30p\300p\30\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340 \240\340\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\0\0\0\300`\60\34\6\3\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\230\216\203\201\200\200\200" + "\200\200\200\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\20\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\10\10\10\10\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14x\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\1\7<\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\34" + "p\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\6\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\10\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\60\30\60\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\14\7\1\0\0\0\0\0\1\7\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0 \0" + "\0\0\0\0\0\0\0\0\4\14\30\60`@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\10\10\14\4\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\0|\306\202\203\201\201\201\201\301A" + "c\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "`\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\200\200\200\377\30`@\300\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "p\30\10\14\4\4\4\14\10\10\30|\0\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\300" + "@@ \60\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30`\377\0\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\30\377\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\17\71aA\301\201\201\201\201\201" + "\301Aa!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\60\20\20\20\20 \0\0\0\0\0\0\0\0\0\0\0\4" + "\4\4\4\377\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30`\374\4\4\4\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\30\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60\20\34\7\0\0\0\0" + "\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377`\30\10\14\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\0" + "\200\200\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\4\4\4\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60\20\34\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\0\0\200\300d\64\34\14\4\4\0\0\0\0\0\0\0\0\0\0\200\200\200\377\1\1\3\6\14\30" + "\260\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\20\20\20\20\20\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\377\200\200" + "\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\374\60" + "\10\4\4\14\30\360\60\10\4\4\14\30\360\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\377\200\200" + "\0\0\0\0\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4" + "\374`\30\10\14\4\4\14\10\70\340\0\0\0\0\0\0\0\0\0\0\0\200\200\377\200\200\0\0\0\0\0" + "\200\200\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\10\370" + "`\30\10\14\4\4\4\4\14\10\30p\300\0\0\0\0\0\0\0\0\0\0\377\30`@\300\200\200\200\200" + "\300@`\70\17\0\0\0\0\0\0\0 \77 \0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p" + "\30\10\14\4\4\4\4\14\10\30p\370\10\10\10\0\0\0\0\0\0\0\17\70`@\300\200\200\200\200\300" + "@`\70\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \77 \0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\4\4\4\374`\20\30\10\14\4\4\4\14\10\0\0\0\0\0\0\0\0\0\200\200\200\200\377\200\200\200\200" + "\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "p\330\210\214\4\4\4\14\10\30<\0\0\0\0\0\0\0\0\0\0\0\0\370`@@\301\201\201\201\303" + "Bf<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4" + "\4\377\4\4\4\4\4\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200" + "\300@` \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\4" + "\374\0\0\0\0\0\0\4\4\4\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77`\300\200\200\200\200\300" + "@\60\377\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\4\14" + "|\304\4\0\0\0\0\0\4\304|\14\4\4\0\0\0\0\0\0\0\0\0\0\0\1\17\70\340\200\340\70" + "\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\14\374" + "\4\4\0\0\300@\300\0\0\4\4\374\14\4\0\0\0\0\0\0\0\0\0\1\77\340\60\36\3\0\3\36" + "\60\340\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\14" + "\34\64d\300\200\0\200\300d\64\34\14\4\0\0\0\0\0\0\0\0\0\200\300\340\260\230\14\7\3\7\14" + "\230\260\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\34" + "t\304\4\0\0\0\0\0\4\304t\34\4\0\0\0\0\0\0\0\0\0\0\0\0\1\7\34p\300p\34" + "\7\1\0\0\0\0\0\0\0\0\0\0\0\0 \70/! \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "<\4\4\4\4\204\304d\64\34\14\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\230\214\206\203\200\200" + "\200\200\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\340\60\30\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\300\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\376\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\14\10\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\10\30\60\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\177\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\3\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\10\14\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "` \60\60`@\300\200\0\200\300`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -Adobe-Courier-Medium-R-Normal--34-240-100-100-M-200-ISO10646-1 + Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. + Glyphs: 18/873 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_courR24_3x4_n[2596] U8X8_FONT_SECTION("u8x8_font_courR24_3x4_n") = + " :\3\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\6\4\204\314x\37x\314\204\4\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\3\0\0\0\0\0" + "\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\377\1\1" + "\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\340`\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\37\7\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\60\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\34\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300p\36\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300@@@\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\370\7\1\0\0\0\0\0\1\7\370\0\0\0\0\0\0\0\0\0\0\0\0\0\37\360\200\0\0\0\0\0" + "\200\360\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\2\2\2\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\2\2\2\2\3\2\2\2\2\2\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200@@@@@\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\7\1\0\0\0\0\0\200\300p\37\0\0\0\0\0\0\0\0\0\0\0\0\200\300`\60\30\14\6\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\2\2\2\2\2\2\2\2\2\2\2\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\300@@@\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\1\0\0\200\200\200\200@!\37\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0" + "\1\201\302|\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\2\2\2\2\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200@\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200`\60\14\6\1\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\13\11\10\10\10\10\10\10" + "\377\10\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\2\2\3\2\2\2\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300@@@@@@@@@\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377@@` `@\300\200\0\0\0\0\0\0\0\0\0\0\0\0@\300\200\0\0\0\0\0\0" + "\0\200\343>\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\2\2\2\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300@@@@\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\360\34\307A` `@\300\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\300\0\0\0\0\0" + "\0\0\301\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\2\2\2\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300@@@@@@@@@\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\0\0\0\0\0\0\200\360\36\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300|\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200@@@@@\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\36\63@\300\200\200\200\300@\63\36\0\0\0\0\0\0\0\0\0\0\0\0\0|\307\1\1\0\0\0\1" + "\1\307|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\2\2\2\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\300@@@@\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "~\303\0\0\0\0\0\0\200\301\77\374\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\2\2\3\201" + "\301`\34\3\0\0\0\0\0\0\0\0\0\0\0\0\0\2\2\2\3\1\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0`\360\360\360`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-LucasArts SCUMM Subtitle Roman Outline-Medium-R-Normal--32-320-72-72-P-107-ISO10646-1 + Copyright: Copyright Goatmeal 2013 LucasArts SCUMM - Subtitle - Roman + Glyphs: 89/95 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_lucasarts_scumm_subtitle_o_2x2_f[7076] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_o_2x2_f") = + " \374\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0~\303\1\1\303~\0\0\0\0\0\0\0\0\0\0\0\37\22\22\37\0\0\0\0\0\0\0" + "\0\0\0\0\37\21\21\37\37\21\21\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\21\21\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\276\222\302b>\0\0\0\0\0\0" + "\0\0\0\0\300@@@@@@@\300\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\22\22\36\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300`\60\30\214\306c\61\37\0\0\0\0\0\37\21\30\14\6\3\1\0\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\26\24\26\23\30\14\7" + "\1\0\0\0\34\26\363\1\1\377\0\0\0\0\0\0\0\0\0\0\34\24\27\20\20\27\24\34\0\0\0\0" + "\0\0\0\0\34\26\23\231\315e=\231\303f<\0\0\0\0\0\34\26\23\21\24\26\27\25\24\24\34\0" + "\0\0\0\0\34\26\23\371\255\245\275\31C\346\274\0\0\0\0\0\7\15\31\23\26\24\27\23\30\14\7\0" + "\0\0\0\0\300`\60\230\314\346\363\1\1\377\200\0\0\0\0\0\3\2\2\2\2\2\36\20\20\36\3\0" + "\0\0\0\0\177AA]UU\325\225\65e\307\0\0\0\0\0\7\15\31\23\26\24\26\23\30\14\7\0" + "\0\0\0\0\374\6\3\231\335U\335\231\63v\334\0\0\0\0\0\7\14\30\23\26\24\26\23\30\14\7\0" + "\0\0\0\0\7\5\5\345\65\35\315e\61\31\17\0\0\0\0\0\0\0\0\37\20\20\37\0\0\0\0\0" + "\0\0\0\0\274\346C\31\275\245\275\31C\346\274\0\0\0\0\0\7\14\30\23\27\24\27\23\30\14\7\0" + "\0\0\0\0|\306\203\71mEm\71\3\6\374\0\0\0\0\0\7\15\31\23\27\25\27\23\30\14\7\0" + "\0\0\0\0xHHx\0\0\0\0\0\0\0\0\0\0\0\0\17\11\11\17\0\0\0\0\0\0\0\0" + "\0\0\0\0xHHx\0\0\0\0\0\0\0\0\0\0\0\0\77)\61\37\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\26\23\231\315e=\231\303f<\0\0\0\0\0\0\0\0\37\24\24\37\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\70\16CqqG\34p\300\0\0\0\34\26\23\20\24\37\1\1\1\1\37\24" + "\21\27\34\0\7\375\1\1\275\275\231\3f\374\200\0\0\0\0\0\34\27\20\20\27\24\27\23\30\14\7\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\31\63!\77\0\0\0\0\1\7\14\30\23\26\24\26\22\33\15\7" + "\0\0\0\0\7\375\1\1\375\5\15\271\343\6\34\360\0\0\0\0\34\27\20\20\27\24\26\23\30\14\7\1" + "\0\0\0\0\7\375\1\1\275\35\15\375\31\21\37\0\0\0\0\0\34\27\20\20\27\27\26\27\23\21\37\0" + "\0\0\0\0\7\375\1\1\275\35\15\375\31\21\37\0\0\0\0\0\34\27\20\20\27\27\36\3\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\305MYsa\177\300\0\0\0\1\7\14\30\23\26\25\27\33\20\20\37" + "\1\0\0\0\7\375\1\1\275\247\247\275\1\1\375\7\0\0\0\0\34\27\20\20\27\34\34\27\20\20\27\34" + "\0\0\0\0\7\375\1\1\375\7\0\0\0\0\0\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\200\207\375\1\1\375\7\0\0\0\0\0\0\17\31\20\22\27\23\20\30\17\0\0\0" + "\0\0\0\0\7\375\1\1\235\17g\361\231\15\5\7\0\0\0\0\34\27\20\20\27\37\36\24\21\23\26\34" + "\0\0\0\0\7\375\1\1\375\5\7\0\0\0\0\0\0\0\0\0\34\27\20\20\27\24\24\24\26\23\21\37" + "\0\0\0\0\7\375\1\1\361\303\16<\16\303\361\1\1\375\7\0\34\27\20\20\27\37\3\2\3\37\27\20" + "\20\27\34\0\7\375\1\1\361\307\34\177\375\1\1\375\7\0\0\0\34\27\20\20\27\37\7\34\21\20\20\27" + "\34\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\26\24\26\23\30\14\7" + "\1\0\0\0\7\375\1\1\275\245\275\231\303f<\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\66bFSX|\7" + "\1\0\0\0\7\375\1\1\275\245\275\31C\346\274\0\0\0\0\0\34\27\20\20\27\34\35\27\20\20\27\34" + "\0\0\0\0\232\332\326\324\34\60\340\0\0\0\0\0\0\7\14\30\22\26\26\26\22\33\17\0\0" + "\0\0\0\0\300`\60\234\324\326\332\32>\340\0\0\0\0\0\0\7\14\30\22\26\26\26\22\33\17\0\0" + "\0\0\0\0\300`<\226\322\332\322\26<\340\0\0\0\0\0\0\7\14\30\22\26\26\26\22\33\17\0\0" + "\0\0\0\0\300`<\224\324\334\324\24<\340\0\0\0\0\0\0\7\14\30\22\26\26\26\22\33\17\0\0" + "\0\0\0\0\16\12\372\26\24\374\0\0\0\0\0\0\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\366\32\32\366\34\0\0\0\0\0\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\34\364\34\34\364\34\0\0\0\0\0\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0p\334\24\24\334pp\334\24\24\374\0\0\0\0\0\0\17\30\20\23\26\26\33\20\20\27\34" + "\0\0\0"; +/* + Fontname: -FreeType-LucasArts SCUMM Subtitle Roman Outline-Medium-R-Normal--32-320-72-72-P-107-ISO10646-1 + Copyright: Copyright Goatmeal 2013 LucasArts SCUMM - Subtitle - Roman + Glyphs: 74/95 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_lucasarts_scumm_subtitle_o_2x2_r[2916] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_o_2x2_r") = + " z\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0~\303\1\1\303~\0\0\0\0\0\0\0\0\0\0\0\37\22\22\37\0\0\0\0\0\0\0" + "\0\0\0\0\37\21\21\37\37\21\21\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\21\21\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\276\222\302b>\0\0\0\0\0\0" + "\0\0\0\0\300@@@@@@@\300\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\22\22\36\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300`\60\30\214\306c\61\37\0\0\0\0\0\37\21\30\14\6\3\1\0\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\26\24\26\23\30\14\7" + "\1\0\0\0\34\26\363\1\1\377\0\0\0\0\0\0\0\0\0\0\34\24\27\20\20\27\24\34\0\0\0\0" + "\0\0\0\0\34\26\23\231\315e=\231\303f<\0\0\0\0\0\34\26\23\21\24\26\27\25\24\24\34\0" + "\0\0\0\0\34\26\23\371\255\245\275\31C\346\274\0\0\0\0\0\7\15\31\23\26\24\27\23\30\14\7\0" + "\0\0\0\0\300`\60\230\314\346\363\1\1\377\200\0\0\0\0\0\3\2\2\2\2\2\36\20\20\36\3\0" + "\0\0\0\0\177AA]UU\325\225\65e\307\0\0\0\0\0\7\15\31\23\26\24\26\23\30\14\7\0" + "\0\0\0\0\374\6\3\231\335U\335\231\63v\334\0\0\0\0\0\7\14\30\23\26\24\26\23\30\14\7\0" + "\0\0\0\0\7\5\5\345\65\35\315e\61\31\17\0\0\0\0\0\0\0\0\37\20\20\37\0\0\0\0\0" + "\0\0\0\0\274\346C\31\275\245\275\31C\346\274\0\0\0\0\0\7\14\30\23\27\24\27\23\30\14\7\0" + "\0\0\0\0|\306\203\71mEm\71\3\6\374\0\0\0\0\0\7\15\31\23\27\25\27\23\30\14\7\0" + "\0\0\0\0xHHx\0\0\0\0\0\0\0\0\0\0\0\0\17\11\11\17\0\0\0\0\0\0\0\0" + "\0\0\0\0xHHx\0\0\0\0\0\0\0\0\0\0\0\0\77)\61\37\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\26\23\231\315e=\231\303f<\0\0\0\0\0\0\0\0\37\24\24\37\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\70\16CqqG\34p\300\0\0\0\34\26\23\20\24\37\1\1\1\1\37\24" + "\21\27\34\0\7\375\1\1\275\275\231\3f\374\200\0\0\0\0\0\34\27\20\20\27\24\27\23\30\14\7\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\31\63!\77\0\0\0\0\1\7\14\30\23\26\24\26\22\33\15\7" + "\0\0\0\0\7\375\1\1\375\5\15\271\343\6\34\360\0\0\0\0\34\27\20\20\27\24\26\23\30\14\7\1" + "\0\0\0\0\7\375\1\1\275\35\15\375\31\21\37\0\0\0\0\0\34\27\20\20\27\27\26\27\23\21\37\0" + "\0\0\0\0\7\375\1\1\275\35\15\375\31\21\37\0\0\0\0\0\34\27\20\20\27\27\36\3\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\305MYsa\177\300\0\0\0\1\7\14\30\23\26\25\27\33\20\20\37" + "\1\0\0\0\7\375\1\1\275\247\247\275\1\1\375\7\0\0\0\0\34\27\20\20\27\34\34\27\20\20\27\34" + "\0\0\0\0\7\375\1\1\375\7\0\0\0\0\0\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\200\207\375\1\1\375\7\0\0\0\0\0\0\17\31\20\22\27\23\20\30\17\0\0\0" + "\0\0\0\0\7\375\1\1\235\17g\361\231\15\5\7\0\0\0\0\34\27\20\20\27\37\36\24\21\23\26\34" + "\0\0\0\0\7\375\1\1\375\5\7\0\0\0\0\0\0\0\0\0\34\27\20\20\27\24\24\24\26\23\21\37" + "\0\0\0\0\7\375\1\1\361\303\16<\16\303\361\1\1\375\7\0\34\27\20\20\27\37\3\2\3\37\27\20" + "\20\27\34\0\7\375\1\1\361\307\34\177\375\1\1\375\7\0\0\0\34\27\20\20\27\37\7\34\21\20\20\27" + "\34\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\26\24\26\23\30\14\7" + "\1\0\0\0\7\375\1\1\275\245\275\231\303f<\0\0\0\0\0\34\27\20\20\27\34\0\0\0\0\0\0" + "\0\0\0\0\360\34\6\343\271\15\5\15\271\343\6\34\360\0\0\0\1\7\14\30\23\66bFSX|\7" + "\1\0\0\0\7\375\1\1\275\245\275\31C\346\274\0\0\0\0\0\34\27\20\20\27\34\35\27\20\20\27\34" + "\0\0\0\0\0\0\0\0\0>#\61\30\14\6\3\1\0\0\0\0" + "\0\0\0\0\340\70\14\306r\32\12\32r\306\14\70\340\0\0\0\3\16\30\61',(,'\61\30\16" + "\3\0\0\0\70,\346\2\2\376\0\0\0\0\0\0\0\0\0\0\70(/ /(\70\0\0\0\0" + "\0\0\0\0\70,&\62\232\312z\62\206\314x\0\0\0\0\0\70,&#),.+)(\70\0" + "\0\0\0\0\70,&\362ZJz\62\206\314x\0\0\0\0\0\16\32\62'-)/&\60\31\17\0" + "\0\0\0\0\200\300`\60\230\314\346\2\2\376\0\0\0\0\0\0\7\4\4\5\5\5= =\7\0" + "\0\0\0\0\376\202\202\272\252\252\252*j\312\216\0\0\0\0\0\16\32\62&,(-'\60\30\17\0" + "\0\0\0\0\370\14\6\62\272\252\272\62f\354\270\0\0\0\0\0\17\30\60'-(-'\60\30\17\0" + "\0\0\0\0\16\12\12\312j:\232\312b\62\36\0\0\0\0\0\0\0\0\77 \77\0\0\0\0\0" + "\0\0\0\0x\314\206\62zJz\62\206\314x\0\0\0\0\0\17\31\60&/)/&\60\31\17\0" + "\0\0\0\0\370\214\6r\332\212\332r\6\14\370\0\0\0\0\0\16\33\63&.*.&\60\30\17\0" + "\0\0\0\0\360\220\220\360\0\0\0\0\0\0\0\0\0\0\0\0\36\22\22\36\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-LucasArts SCUMM Subtitle Roman-Medium-R-Normal--16-160-72-72-P-88-ISO10646-1 + Copyright: Copyright Goatmeal 2013 + Glyphs: 89/95 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_f[7076] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_f") = + " \374\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0<\376\376<\0\0\0\0\0\0\0\0\0\0\0\0\0\15\15\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\16\16\0\0\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@l<\34\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340p\70\34\16\0\0\0\0\0\0\0\16\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0" + "\0\0\0\0\0\10\14\376\376\0\0\0\0\0\0\0\0\0\0\0\0\10\10\17\17\10\10\0\0\0\0\0" + "\0\0\0\0\0\10\14\6\2\202\302f<\30\0\0\0\0\0\0\0\10\14\16\13\11\10\10\10\10\0\0" + "\0\0\0\0\0\10\14\6BBB\346\274\30\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300`\60\30\14\376\376\0\0\0\0\0\0\0\0\1\1\1\1\1\1\17\17\1\0\0" + "\0\0\0\0\0>>\42\42\42\42b\302\202\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\370\374f\42\42\42f\314\210\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\2\2\2\302\342\62\32\16\6\0\0\0\0\0\0\0\0\0\0\17\17\0\0\0\0\0\0" + "\0\0\0\0\0\30\274\346BBB\346\274\30\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\70|\306\202\202\202\306\374\370\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\6\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\26\16\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\10\14\6\2\202\302f<\30\0\0\0\0\0\0\0\0\0\0\13\13\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\274\216\216\270\340\200\0\0\0\0\0\10\14\17\13\0\0\0\0\0\0\13" + "\16\10\0\0\0\2\376\376BBf\374\230\0\0\0\0\0\0\0\0\10\17\17\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\14\36\0\0\0\0\0\0\0\3\7\14\10\10\10\14\4\2\0" + "\0\0\0\0\0\2\376\376\2\2\2\6\34\370\340\0\0\0\0\0\0\10\17\17\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\2\376\376B\342\362\2\6\16\0\0\0\0\0\0\0\10\17\17\10\10\11\10\14\16\0\0" + "\0\0\0\0\0\2\376\376B\342\362\2\6\16\0\0\0\0\0\0\0\10\17\17\10\10\1\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\202\206\214\236\200\0\0\0\0\0\0\3\7\14\10\10\10\4\17\17\0" + "\0\0\0\0\0\2\376\376B@@B\376\376\2\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\2\376\376\2\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\2\376\376\2\0\0\0\0\0\0\0\0\6\17\15\10\14\17\7\0\0\0\0" + "\0\0\0\0\0\2\376\376b\360\230\16\6\2\2\0\0\0\0\0\0\10\17\17\10\0\1\13\16\14\10\0" + "\0\0\0\0\0\2\376\376\2\2\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\10\10\10\10\14\16\0" + "\0\0\0\0\0\2\376\376\16<\360\300\360<\16\376\376\2\0\0\0\10\17\17\10\0\0\1\0\0\10\17" + "\17\10\0\0\0\2\376\376\16\70\340\200\2\376\376\2\0\0\0\0\0\10\17\17\10\0\0\3\16\17\17\10" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0" + "\0\0\0\0\0\2\376\376BBBf<\30\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\34\70,'\3\0" + "\0\0\0\0\0\2\376\376BBB\346\274\30\0\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\30<&fB\302\202\204\16\0\0\0\0\0\0\0\16\4\10\10\10\14\14\7\3\0\0" + "\0\0\0\0\0\16\6\2\376\376\2\6\16\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0" + "\0\0\0\0\0\2\376\376\2\0\0\2\376\2\0\0\0\0\0\0\0\0\7\17\14\10\10\14\7\0\0\0" + "\0\0\0\0\0\2>\376\302\0\0\302>\2\0\0\0\0\0\0\0\0\0\1\17\16\16\1\0\0\0\0" + "\0\0\0\0\0\2>\376\302\0\302\376\376\302\0\0\302>\2\0\0\0\0\1\17\16\17\1\1\17\16\16" + "\1\0\0\0\0\2\6\16\32\260\340\340\260\32\16\6\2\0\0\0\0\10\14\16\13\1\0\0\1\13\16\14" + "\10\0\0\0\0\2\16>r\300\300r>\16\2\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0" + "\0\0\0\0\0\16\6\202\302\342r:\36\16\0\0\0\0\0\0\0\16\17\13\11\10\10\10\14\16\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@` \340\300\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0\2\376\376` `\300\200\0\0\0\0\0\0\0\0\17\17\4\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300` `@\0\0\0\0\0\0\0\0\3\7\14\10\10\10\14\4\0\0\0" + "\0\0\0\0\0\200\300` b\376\376\0\0\0\0\0\0\0\0\3\7\14\10\10\4\17\17\10\0\0" + "\0\0\0\0\0\200\300` \340\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0 \374\376\42\42\16\14\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300` p\320\220\0\0\0\0\0\0\0\61;fDDDj\71\61\0\0" + "\0\0\0\0\0\2\376\376@ `\300\200\0\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\0\354\354\0\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\354\354\0\0\0\0\0\0\0\0\0 `@@`\177\77\0\0\0\0" + "\0\0\0\0\0\2\376\376\2\0\240` \0\0\0\0\0\0\0\10\17\17\12\1\1\13\16\14\10\0" + "\0\0\0\0\0\2\376\376\0\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340\340@ \340\300` \340\300\0\0\0\0\0\10\17\17\10\0\17\17\10\0\17\17" + "\10\0\0\0\0 \340\340@ \340\300\0\0\0\0\0\0\0\0\10\17\17\10\0\0\17\17\10\0\0" + "\0\0\0\0\0\200\300` `\300\200\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0 \340\340@ `\300\200\0\0\0\0\0\0\0\200\377\377\204\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300` @\340\340\0\0\0\0\0\0\0\0\3\7\14\10\10\204\377\377\200\0\0" + "\0\0\0\0\0 \340\340\300` \340\300\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\240 @\340\0\0\0\0\0\0\0\0\0\16\5\11\11\13\17\6\0\0\0\0" + "\0\0\0\0\0 \370\374 \0\0\0\0\0\0\0\0\0\0\0\0\7\17\10\10\4\0\0\0\0\0" + "\0\0\0\0\0 \340\340 \0\0 \340\340\0\0\0\0\0\0\0\0\7\17\14\10\10\4\17\17\10\0" + "\0\0\0\0\0 `\340\240\0\0\240\340` \0\0\0\0\0\0\0\0\1\7\16\16\7\1\0\0\0" + "\0\0\0\0\0 `\340\240\0\0\240\340\340\240\0\0\0\240`\0\0\0\1\7\16\16\7\1\1\7\16" + "\10\6\1\0\0 `\340\200\0\200\340` \0\0\0\0\0\10\10\14\16\3\1\3\16\14\10\10" + "\0\0\0\0\0 `\340\240\0\0\0 \340 \0\0\0\0\0 `@Ac>\34\7\1\0\0" + "\0\0\0\0\0\340` \240\340` \0\0\0\0\0\0\0\0\10\14\16\13\11\10\14\16\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\3\3\300\360\274\216\216\270\340\200\3\3\0\0\0\10\14\17\13\0\0\0\0\0\0\13" + "\16\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\10\370\370\212\212\311\11\30\70\0\0\0\0\0\0\0\10\17\17\10\10\11\10\14\16\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@`$$((\340\300\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@`(,$,\350\300\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@h( \350\310\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0@`$**$\340\300\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300` `@\0\0\0\0\0\0\0\0\3\7\14(\30\10\14\4\0\0\0" + "\0\0\0\0\0\200\300d$((\340\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0\200\300`(($\344\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0\200\300h,$,\350\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0\200\300h( (\350\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0\4\4\350\350\0\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\10\344\344\10\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\10\340\340\10\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \350\350 \0\0 \350\350\0\0\0\0\0\0\0\0\7\17\14\10\10\4\17\17\10\0" + "\0\0\0"; +/* + Fontname: -FreeType-LucasArts SCUMM Subtitle Roman-Medium-R-Normal--16-160-72-72-P-88-ISO10646-1 + Copyright: Copyright Goatmeal 2013 + Glyphs: 74/95 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_r[2916] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_r") = + " z\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0<\376\376<\0\0\0\0\0\0\0\0\0\0\0\0\0\15\15\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\16\16\0\0\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@l<\34\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340p\70\34\16\0\0\0\0\0\0\0\16\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0" + "\0\0\0\0\0\10\14\376\376\0\0\0\0\0\0\0\0\0\0\0\0\10\10\17\17\10\10\0\0\0\0\0" + "\0\0\0\0\0\10\14\6\2\202\302f<\30\0\0\0\0\0\0\0\10\14\16\13\11\10\10\10\10\0\0" + "\0\0\0\0\0\10\14\6BBB\346\274\30\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300`\60\30\14\376\376\0\0\0\0\0\0\0\0\1\1\1\1\1\1\17\17\1\0\0" + "\0\0\0\0\0>>\42\42\42\42b\302\202\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\370\374f\42\42\42f\314\210\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\2\2\2\302\342\62\32\16\6\0\0\0\0\0\0\0\0\0\0\17\17\0\0\0\0\0\0" + "\0\0\0\0\0\30\274\346BBB\346\274\30\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\70|\306\202\202\202\306\374\370\0\0\0\0\0\0\0\2\6\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\6\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\26\16\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\10\14\6\2\202\302f<\30\0\0\0\0\0\0\0\0\0\0\13\13\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\274\216\216\270\340\200\0\0\0\0\0\10\14\17\13\0\0\0\0\0\0\13" + "\16\10\0\0\0\2\376\376BBf\374\230\0\0\0\0\0\0\0\0\10\17\17\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\14\36\0\0\0\0\0\0\0\3\7\14\10\10\10\14\4\2\0" + "\0\0\0\0\0\2\376\376\2\2\2\6\34\370\340\0\0\0\0\0\0\10\17\17\10\10\10\14\7\3\0\0" + "\0\0\0\0\0\2\376\376B\342\362\2\6\16\0\0\0\0\0\0\0\10\17\17\10\10\11\10\14\16\0\0" + "\0\0\0\0\0\2\376\376B\342\362\2\6\16\0\0\0\0\0\0\0\10\17\17\10\10\1\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\202\206\214\236\200\0\0\0\0\0\0\3\7\14\10\10\10\4\17\17\0" + "\0\0\0\0\0\2\376\376B@@B\376\376\2\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\2\376\376\2\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\2\376\376\2\0\0\0\0\0\0\0\0\6\17\15\10\14\17\7\0\0\0\0" + "\0\0\0\0\0\2\376\376b\360\230\16\6\2\2\0\0\0\0\0\0\10\17\17\10\0\1\13\16\14\10\0" + "\0\0\0\0\0\2\376\376\2\2\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\10\10\10\10\14\16\0" + "\0\0\0\0\0\2\376\376\16<\360\300\360<\16\376\376\2\0\0\0\10\17\17\10\0\0\1\0\0\10\17" + "\17\10\0\0\0\2\376\376\16\70\340\200\2\376\376\2\0\0\0\0\0\10\17\17\10\0\0\3\16\17\17\10" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0" + "\0\0\0\0\0\2\376\376BBBf<\30\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\370\34\6\2\2\2\6\34\370\340\0\0\0\0\0\0\3\7\14\10\34\70,'\3\0" + "\0\0\0\0\0\2\376\376BBB\346\274\30\0\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\30<&fB\302\202\204\16\0\0\0\0\0\0\0\16\4\10\10\10\14\14\7\3\0\0" + "\0\0\0\0\0\16\6\2\376\376\2\6\16\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0" + "\0\0\0\0\0\2\376\376\2\0\0\2\376\2\0\0\0\0\0\0\0\0\7\17\14\10\10\14\7\0\0\0" + "\0\0\0\0\0\2>\376\302\0\0\302>\2\0\0\0\0\0\0\0\0\0\1\17\16\16\1\0\0\0\0" + "\0\0\0\0\0\2>\376\302\0\302\376\376\302\0\0\302>\2\0\0\0\0\1\17\16\17\1\1\17\16\16" + "\1\0\0\0\0\2\6\16\32\260\340\340\260\32\16\6\2\0\0\0\0\10\14\16\13\1\0\0\1\13\16\14" + "\10\0\0\0\0\2\16>r\300\300r>\16\2\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0" + "\0\0\0\0\0\16\6\202\302\342r:\36\16\0\0\0\0\0\0\0\16\17\13\11\10\10\10\14\16\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@` \340\300\0\0\0\0\0\0\0\0\6\17\11\11\11\15\7\17\10\0\0" + "\0\0\0\0\0\2\376\376` `\300\200\0\0\0\0\0\0\0\0\17\17\4\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300` `@\0\0\0\0\0\0\0\0\3\7\14\10\10\10\14\4\0\0\0" + "\0\0\0\0\0\200\300` b\376\376\0\0\0\0\0\0\0\0\3\7\14\10\10\4\17\17\10\0\0" + "\0\0\0\0\0\200\300` \340\300\0\0\0\0\0\0\0\0\3\7\15\11\11\11\15\4\0\0\0" + "\0\0\0\0\0 \374\376\42\42\16\14\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300` p\320\220\0\0\0\0\0\0\0\61;fDDDj\71\61\0\0" + "\0\0\0\0\0\2\376\376@ `\300\200\0\0\0\0\0\0\0\10\17\17\10\0\0\10\17\17\10\0" + "\0\0\0\0\0\0\354\354\0\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\354\354\0\0\0\0\0\0\0\0\0 `@@`\177\77\0\0\0\0" + "\0\0\0\0\0\2\376\376\2\0\240` \0\0\0\0\0\0\0\10\17\17\12\1\1\13\16\14\10\0" + "\0\0\0\0\0\2\376\376\0\0\0\0\0\0\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0 \340\340@ \340\300` \340\300\0\0\0\0\0\10\17\17\10\0\17\17\10\0\17\17" + "\10\0\0\0\0 \340\340@ \340\300\0\0\0\0\0\0\0\0\10\17\17\10\0\0\17\17\10\0\0" + "\0\0\0\0\0\200\300` `\300\200\0\0\0\0\0\0\0\3\7\14\10\10\10\14\7\3\0\0" + "\0\0\0\0\0 \340\340@ `\300\200\0\0\0\0\0\0\0\200\377\377\204\10\10\14\7\3\0\0" + "\0\0\0\0\0\200\300` @\340\340\0\0\0\0\0\0\0\0\3\7\14\10\10\204\377\377\200\0\0" + "\0\0\0\0\0 \340\340\300` \340\300\0\0\0\0\0\0\0\10\17\17\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\240 @\340\0\0\0\0\0\0\0\0\0\16\5\11\11\13\17\6\0\0\0\0" + "\0\0\0\0\0 \370\374 \0\0\0\0\0\0\0\0\0\0\0\0\7\17\10\10\4\0\0\0\0\0" + "\0\0\0\0\0 \340\340 \0\0 \340\340\0\0\0\0\0\0\0\0\7\17\14\10\10\4\17\17\10\0" + "\0\0\0\0\0 `\340\240\0\0\240\340` \0\0\0\0\0\0\0\0\1\7\16\16\7\1\0\0\0" + "\0\0\0\0\0 `\340\240\0\0\240\340\340\240\0\0\0\240`\0\0\0\1\7\16\16\7\1\1\7\16" + "\10\6\1\0\0 `\340\200\0\200\340` \0\0\0\0\0\10\10\14\16\3\1\3\16\14\10\10" + "\0\0\0\0\0 `\340\240\0\0\0 \340 \0\0\0\0\0 `@Ac>\34\7\1\0\0" + "\0\0\0\0\0\340` \240\340` \0\0\0\0\0\0\0\0\10\14\16\13\11\10\14\16\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-LucasArts SCUMM Subtitle Roman-Medium-R-Normal--16-160-72-72-P-88-ISO10646-1 + Copyright: Copyright Goatmeal 2013 + Glyphs: 16/95 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_lucasarts_scumm_subtitle_r_2x2_n[868] U8X8_FONT_SECTION("u8x8_font_lucasarts_scumm_subtitle_r_2x2_n") = + " :\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\330x\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340p\70\34\0\0\0\0\0\0\0\34\16\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\300\360\70\14\4\4\4\14\70\360\300\0\0\0\0\0\1\7\16\30\20\20\20\30\16\7\1" + "\0\0\0\0\0\20\30\374\374\0\0\0\0\0\0\0\0\0\0\0\0\20\20\37\37\20\20\0\0\0\0\0" + "\0\0\0\0\0\20\30\14\4\4\204\314x\60\0\0\0\0\0\0\0\20\30\34\26\23\21\20\20\20\0\0" + "\0\0\0\0\0\20\30\14\204\204\204\314x\60\0\0\0\0\0\0\0\4\14\30\20\20\20\31\17\6\0\0" + "\0\0\0\0\0\0\200\300`\60\30\374\374\0\0\0\0\0\0\0\0\3\3\2\2\2\2\37\37\2\0\0" + "\0\0\0\0\0||DDDD\304\204\4\0\0\0\0\0\0\0\4\14\30\20\20\20\30\17\7\0\0" + "\0\0\0\0\0\360\370\314DDD\314\230\20\0\0\0\0\0\0\0\7\17\30\20\20\20\30\17\7\0\0" + "\0\0\0\0\0\4\4\4\204\304d\64\34\14\0\0\0\0\0\0\0\0\0\0\37\37\0\0\0\0\0\0" + "\0\0\0\0\0\60x\314\204\204\204\314x\60\0\0\0\0\0\0\0\6\17\31\20\20\20\31\17\6\0\0" + "\0\0\0\0\0p\370\214\4\4\4\214\370\360\0\0\0\0\0\0\0\4\14\31\21\21\21\31\17\7\0\0" + "\0\0\0\0\0``\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--30-300-72-72-P-138-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr21_2x4_f[14340] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_f") = + " \377\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\70\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\343\343\303\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\370\0\0\0\374\374\370\0\0\0\0\0\0\0\3\3\3\0\0\0\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\60\0\0\0\360\360\20\0\0\0\6\6\6\346\377\77\6\6\6\366\377" + "\37\6\6\6\0\6\6\306\377\77\6\6\6\346\377\77\6\6\6\0\0\0\0\1\1\0\0\0\0\1\1\0" + "\0\0\0\0\0\0\200\300\340p\60\374\374\374\60`\340@\0\0\0\0\7\17\37\70\60\377\377\377`\340" + "\300\200\0\0\0\0\60p`\340\300\377\377\377\340p\177\77\6\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\300\340\360\60\60\360\340\300\0\0\0\300\360p\20\0\3\7\17\14\14\17\207\343x>\17\3" + "\0\0\0\0\0\0\300\360|\36\7\1|\376\377\203\203\377\376|\0\1\1\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\0\300\340\340p\60\60p\340\340\200\0\0\0\0\0\0\203\317\337x\360\360\230\37\17" + "\1\0\200\0\0<\177\377\301\200\200\200\201\307\357~\70\374\357\307\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\1\0\0\0\0\0\0\0\0\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\360\60\30\34\10\0\0\0\0\0\0\360\374\377\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\36\34\70" + "p \0\0\0\0\34\70\70p\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\376\370\200" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\377\77\3\0\0\0\0\0\0p\60\70\34\17\7\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\30\30\30\60\60\240\377\377\240\60\60" + "\30\30\30\0\0\0\10\34\36\7\3\0\0\3\7\36\14\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0``````\377\377\377``" + "```\0\0\0\0\0\0\0\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\200\0\0\0\0\0\0\0\0\0\0\0\60\71\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0``````````" + "```\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360|\30\0\0\0\0\0\0\0\0\200\340\370>\17\3" + "\0\0\0\0\0\0\200\340\370>\17\3\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\340p\60\60\60`\340\300\0\0\0\0\370\377\377\1\0\200\300`\70\14\7" + "\377\377\374\0\0\7\37\177\376\347\303\200\200\200\300\360\177\37\7\0\0\0\0\0\0\0\1\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\300``\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\340`\60\60\60\60p\340\340\300\0\0\0\0\0\0\0\0\0\0\0\200\300\360" + "\177\37\6\0\0\0\200\340\360\270\236\207\203\201\201\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0``p\60\60\60p\340\340\300\0\0\0\0\0\0\0\0````\360\370\337" + "\217\3\0\0\0\0@\340\300\200\200\200\200\300\341\377\177\36\0\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\0\0\0\0\0\0\200\300p\70\16\7\1\377\377\377" + "\0\0\0\0\0\6\7\7\6\6\6\6\6\377\377\377\6\6\6\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\0\0\0\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\0\0\0\0\0\177\177\77\30\30\30\30\70x" + "\360\340\200\0\0\0``\340\300\200\200\200\200\300\340\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\300\340`p\60\60\60p``\0\0\0\0\374\377\377q\60\30\30\30\70x" + "\360\340\200\0\0\0\17\77\177\360\300\200\200\200\300\340\377\177\37\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\360\360\60\0\0\0\0\0\0\0\0\0\200\360\374\77\7" + "\1\0\0\0\0\0\0\0\200\340\374\77\7\1\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340p\60\60\60p\340\340\300\0\0\0\0\0\7\237\337xp `p\370\237" + "\217\3\0\0\0<\177\377\340\300\200\200\200\200\300\341\177\77\14\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\300\340`p\60\60\60p\340\300\200\0\0\0\0\37\177\377\340\300\200\200\200\300\300" + "\377\377\376\0\0\0\0\300\300\300\201\201\201\301\300\360\177\37\7\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\200\0\0\0\0\0\0\0\0\0\0\0\60\71\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\0`\360\360\270\230\34\14\16\6\7\3\3" + "\1\1\0\0\0\0\0\1\3\3\7\6\16\14\30\70\60p`\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14" + "\14\14\14\0\0\6\6\6\6\6\6\6\6\6\6\6\6\6\6\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\6\16\14\34\230" + "\270\360\360`\0`p\70\30\34\14\16\6\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 p\70\30\34\14\14\14\34\34\370\360\340\0\0\0\0\0\0\0\0\0\340\360x\34\37" + "\17\3\0\0\0\0\0\0\0\0\303\343\343\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\200\300\340`p\60\60\60p`\340\300\0\0\370\377\377\3\0\360\370\374\16\6\6\6" + "\377\377\377\0\3\37\77x\360\301\303\207\207\206\206\303\301\207\7\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\300\370\340\0\0\0\0\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\360\360\360\60\60\60\60\60\60p\340\340\300\0\0\0\377\377\377``````\360\370" + "\237\217\3\0\0\377\377\377\200\200\200\200\200\200\300\301\377\177>\0\0\1\1\1\1\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\200\300\340`p\60\60\60p`\340\300\200\0\370\377\377\3\0\0\0\0\0\0\0" + "\0\0\1\1\0\7\37\77x\340\300\300\200\200\200\200\300\340` \0\0\0\0\0\0\0\1\1\1\1\1" + "\0\0\0\0\0\360\360\360\60\60\60\60\60p\340\340\300\0\0\0\0\377\377\377\0\0\0\0\0\0\0\1" + "\377\377\374\0\0\377\377\377\200\200\200\200\200\300\340p\77\37\7\0\0\1\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\60\60\0\0\0\377\377\377````````" + "`\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\60\60\0\0\0\377\377\377\60\60\60\60\60\60\60" + "\60\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340`\60\60\60\60p`\340\300\200\0\370\377\377\1\0\0\0\0\0\200\200" + "\200\200\201\200\0\7\37\77x\340\300\300\200\200\201\201\301\377\377\177\0\0\0\0\0\0\0\1\1\1\1\1" + "\1\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\360\360\360\0\0\377\377\377````````" + "\377\377\377\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\60\60\60\60\360\360\360\60\60\60\60\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\200\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\60\60\60\60\360\360\360\60\60\60\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0@\340\300\200\200\200\300\340\377\177\17\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\360\360\360\0\0\0\0\0\200\300\340p\60\20\0\0\377\377\377`p\370\336\217\3\1\0" + "\0\0\0\0\0\377\377\377\0\0\0\3\7\17x\340\300\0\0" + "\377\377\377\0\0\377\377\377\0\0\0\0\1\7\37|\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\0\200\300\340p\60\60\60\60p\340\300\200\0\0\374\377\377\1\0\0\0\0\0\0\0\0" + "\3\377\377\360\7\37\77x\340\300\200\200\200\200\300\340x\77\37\1\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\360\60\60\60\60\60\60p`\340\300\200\0\0\377\377\377\300\300\300\300\300\300\340`" + "\177\77\37\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340p\60\60\60pp\340\300\200\0\0\370\377\377\1\0\0\0\0\0\0\0\0" + "\3\377\377\360\7\77\177\360\300\200\200\200\200\200\200\300\370\177\37\3\0\0\0\0\1\1\7\37\77\71\61\61" + "\60\60\60\0\0\360\360\360\60\60\60\60\60\60p\340\340\300\0\0\0\377\377\377\300\300\300\300\300\300\340p" + "\177\37\6\0\0\377\377\377\0\0\0\0\3\17\36|\360\300\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\200\300\340`\60\60\60\60\60p\340\300\0\0\0\0\7\37\37\70\60p`\340\300\300" + "\300\200\0\0\0@p\340\300\300\200\200\200\200\300\301\343\177\77\14\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\60\60\60\60\60\60\360\360\360\60\60\60\60\60\60\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\360\360\360\0\0\377\377\377\0\0\0\0\0\0\0\0" + "\377\377\377\0\0\37\177\377\340\300\200\200\200\200\300\340\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\20\360\360\300\0\0\0\0\0\0\0\0\200\360\360\20\0\0\7\77\376\360\200\0\0\0\340\374" + "\77\7\0\0\0\0\0\0\0\7\77\374\370\177\17\1\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\360\360\300\0\0\0\0\200\300\0\0\0\0\0\360\360\0\77\377\360\0\300\370\77\37\377\360\200" + "\0\376\177\1\0\0\17\377\374\37\1\0\0\0\17\377\377\37\0\0\0\0\0\1\1\0\0\0\0\0\0\0" + "\1\0\0\0\0\20p\360\300\0\0\0\0\0\0\300\360p\20\0\0\0\0\1\7\17\276\370\370\376\17\3" + "\1\0\0\0\0\0\300\360|\37\7\3\3\7\37|\360\340\200\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\60\360\340\200\0\0\0\0\0\0\0\340\360p\0\0\0\0\3\17>\370\360\300\360|\37" + "\7\1\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\260\360\360\60\0\0\0\0\0\0\0\200\340\360|\36\7" + "\3\0\0\0\0\200\340\360\374\236\217\203\200\200\200\200\200\200\200\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\374\374\374\14\14\14\14\14\14\14\0\0\0\0\0\0\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\14\14\14\14\14" + "\14\14\0\0\0\0\30\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17>\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\3\3\0\0\0\0\0\14\14\14\14\14\14\14\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\14\14\14\14\14\14\14\17\17" + "\17\0\0\0\0\0\0\0\0\0\300\340\360\300\200\0\0\0\0\0\0\0\0\30\34\17\3\1\0\3\17>" + "\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\14" + "\14\14\14\0\0\0\0\0\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17>x\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\216\206\206\206\206\216\214" + "\374\370\340\0\0<\376\377\303\203\201\201\201\301\341q\377\377\377\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\1\1\1\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\10\14\6\6\6\16\16\34" + "\374\370\340\0\0\377\377\177\340\300\200\200\200\200\300\340\177\77\17\0\0\1\1\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\34\14\16\6\6\6\6\16" + "\34<\10\0\0\17\77\177\360\340\300\200\200\200\200\300\300\340@\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\300\360\374\34\16\6\6\6\6\14\30" + "\377\377\377\0\0\17\77\377\340\300\200\200\200\200\300p\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\234\216\206\206\206\206\216\214" + "\370\360\200\0\0\17\77\177\341\301\301\201\201\201\201\301\301A\1\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\200\360\370\70\34\14\14\14\34\30\70\0\0\14\14\14\377\377\377\14\14\14\14\14" + "\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\360\374\34\16\6\6\6\16\34\370" + "\374\306\6\6\0\0s\177\377\316\314\314\314\316\307\307\303\200\200\0\0\34\77\77qp`````p" + "\61\77\37\6\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\30\14\4\6\6\16\36" + "\374\370\340\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\6\6\6\6\376\376\376\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\6\6\6\6\6\6\376\376\376" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\60\70p```p\60\77\37\7" + "\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\200\300\300\340p\70\34" + "\16\6\2\0\0\0\377\377\377\3\1\3\7\17\376\360\200\0\0\0\0\0\300" + "\370>\16\0\0\0\0\0\7\37\376\360\340\374\37\7\1\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\376\376\200\0\0\200\370|\360\200\0" + "\0\0\376~\0\0\37\377\360\370\77\3\0\7\77\374\300\377\37\0\0\0\0\1\1\1\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\6\36\16\0\0\0\0\0\3\17~\370\300\370\77\17\1\0\0\0 p```p\70\37\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\6\6\6\6\206\306\346v>" + "\36\6\0\0\0\200\300\360\370\274\216\207\203\201\200\200\200\200\200\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\200\340\340p\60\60\60\60\60\0\0\0\0\0\0\200\377\177\37\0\0\0\0" + "\0\0\0\0\0\3\3\3\7\376\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77p```" + "``\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\60\60\60\60pp\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\370\374\377\7\3\3\3\0\0\0````px\77\37\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\14\6\6\6\14\34\70\60\60" + "\70\34\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0" + "\0\0\0\0\0\0\0\0\0\0\360\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\20\0\0\0\0\0\340\370\374\16\6\3\3\373\377\17\3" + "\7\16\4\0\0\7\37\77x`\340\374\377\307\300\340`p \0\0\0\0\0\0\0\14\17\3\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340p\60\60\60\60p`\0\0\0\0\60\66\377\377\360\60\60\60\0\0" + "\0\0\0\0\0\200\300\340\177\177o`\340\300\300\200\200\200\300\300\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\1\1\0\0\0\0\200\0\0\0\0\0\0\0\0\0\200\0\0\0\0\1\373\377\216\7\3\3\3\7\216" + "\377\373\1\0\0\0\4\16\7\3\7\6\6\6\7\3\7\16\4\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\60\360\340\300\0\0\0\0\0\0\200\340\360\60\0\0\0\0\1\7\37<\370\340\370\36\17" + "\3\0\0\0\0\0\63\63\63\63\63\377\377\377\63\63\63\63\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\300\360\370\30\14\14\14\14\34x\60\0\0\0\0\0\340\363\377\17\16\14\14\34\70\370" + "\360\300\0\0\0\0\200\301\3\3\7\6\6\16\36\377\371`\0\0\0\0\1\3\3\7\6\6\6\7\3\3" + "\1\0\0\0\0\0\0\20\70\70\30\0\0\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\340\370\14\346\363\71\35\14\14\14\31\71" + "#\6\16\370\7\17\70sg\316\234\230\230\230\214\314D`\70\17\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60\60\30\30\30\30\70\360\340\0\0\0\0\0\0\70|\346\302\303\303\303c\377" + "\377\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340p\70\20\200\300\340" + "`\60\20\0\0\0\3\7\17\34\70p!\3\7\16\34\60 \0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`````````\340" + "\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0``````````" + "```\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\340\370\14\6\3\375\375\204\204\204\315\371" + "\63\6\16\370\7\17\70p`\337\237\200\200\201\207\334H \70\17\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\360\360\30\30\30\70\360\340\300\0\0\0\0\0\0\1\7\7\16\14\14\16\7\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\0\0\30\30\30\30\30\30\377\377\377\30\30" + "\30\30\30\0\0\300\300\300\300\300\300\307\307\307\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 \60\30\30\30\30\30\360\340\0\0\0\0\0\0\0\300\340\360\330\314\316\307\303" + "\301\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60\60\30\30\30\30\30\360\340\0\0\0\0\0\0\0``\300\303\303\303\303g" + "|<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0px\36\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\376\376\376" + "\0\0\0\0\377\377\377\340\300\200\200\200\300\177\377\377\200\200\200\300\177\177\177\0\1\1\1\1\0\0\0\1" + "\1\1\1\0\0\0\300\360\370\370\374\374\374\374\374\14\374\374\374\0\0\0\3\17\37\37\37\77\377\377\377\0" + "\377\377\377\0\0\0\0\0\0\0\0\0\377\377\377\0\377\377\377\0\0\0\0\0\0\0\0\0\7\7\7\0" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\360\360`\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 `@HNHx" + "\70\0\0\0\0\0\0 \60\60\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340p\30\30\30\30p\360\300\0\0\0\0\0\0\37\77p\300\300\300\300`\77" + "\37\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\70p\340\300\200\30\30\60" + "`\300\300\200\0\0\20\70\34\16\7\3\21\70\34\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\10\10\374\374\0\0\0\0\0\0\300\360<\10\0\0\0\0\17\17\0\0\200\340x\37\7" + "\1\0\0\0\0\0\0\200\340x\36\7\201\340\260\230\206\377\377\200\0\0\0\3\1\0\0\0\0\0\0\0" + "\0\7\7\0\20\10\10\374\374\0\0\0\0\0\0\300\360<\10\0\0\0\0\17\17\0\0\200\340x\37\7" + "\1\0\0\0\0\0\0\200\340x\36\7\1\14\4\6\202\302f|\0\0\2\3\1\0\0\0\0\4\6\7" + "\5\4\4\4\4\14\6BB\346\274\230\0\0\0\300\360<\14\0\6\6\14\14\14\14\7\303\360|\17\3" + "\0\0\0\0\0\0\0\200\340x\36\7\201\340\260\230\206\377\377\200\0\0\0\3\1\0\0\0\0\0\0\0" + "\0\7\7\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\200\200\300\340~>\16\0\0" + "\0\0\0\0\0\0>\177\377\341\300\200\200\200\300\300\340p \0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\1\301\371\343\3\2\0\0\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\0\0\2\303\373\341\1\1\0\0\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\2\3\3\301\370\341\1\3\2\0\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\1\1\0\0\300\370\341\3\3\3\1\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\0\1\1\200\370\360\201\1\1\0\0\0\0\0\0\0\200\360\376\37\3\7\77\374\340" + "\0\0\0\0\0\340\374\77\17\6\6\6\6\6\7\37\177\370\300\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\0\0\0\3\207\374\364\207\3\0\0\0\0\0\0\0\0\0\340\374\37\3\3\37\376\360\200" + "\0\0\0\0\300\370\177\17\6\6\6\6\6\6\7\77\376\360\200\0\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\0\0\0\0\300\360p\360\360\360\60\60\60\60\60\0\0\200\360\376\37\3\0\377\377\377`" + "```\0\300\370\77\7\6\6\6\6\377\377\377\200\200\200\200\200\1\1\0\0\0\0\0\0\1\1\1\1" + "\1\1\1\1\0\0\0\200\300\340`\60\60\60\60p`\340\300\200\0\370\377\377\3\0\0\0\0\0\0\0" + "\0\1\1\1\0\7\37\77x\340\300\300\200\200\200\300\300\340` \0\0\0\0\0\0`aIOMy" + "\70\0\0\0\0\360\360\360\61\61\63\63\63\66\62\60\60\60\0\0\0\377\377\377````````" + "`\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\360\360\360\60\62\66\63\63\61\61\61\60\60\0\0\0\377\377\377````````" + "`\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\360\360\362\63\63\61\61\61\63\63\66\62\60\0\0\0\377\377\377````````" + "`\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\360\360\361\61\60\60\60\60\61\61\61\60\60\0\0\0\377\377\377````````" + "\0\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\60\60\61\61\363\363\363\66\62\60\60\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\200\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\30\30\30\31\371\371\371\30\30\30\30\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\62\66\63\61\361\360\361\63\63\62\60\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\200\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\60\60\61\61\360\360\360\61\61\61\60\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\200\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\360\360\360\60\60\60\60\60p\340\340\300\0\0\0`\377\377\377````\0\0\0\1" + "\377\377\374\0\0\377\377\377\200\200\200\200\200\300\340p\77\37\3\0\0\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\361\301\200\0\0\1\3\3\3\363\361\360\0\0\377\377\377\3\17>x\340\300\0\0" + "\377\377\377\0\0\377\377\377\0\0\0\0\1\7\37|\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\200\300\340p\70\31\31\31\33\71p\340\300\200\0\376\377\377\0\0\0\0\0\0\0\0\0" + "\1\377\377\370\3\17\37\370\360\300\360|\37" + "\7\1\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\3\3\3\3\3\3\7\7" + "\376\374\370\0\0\377\377\377\14\14\14\14\14\14\16\6\7\3\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\360\370\70\34\14\14\14\34\70\360\340\200\0\0\0\377\377\377\0\0\0\60\60\70|o" + "\347\301\200\0\0\377\377\377\0\0\300\200\200\200\200\300\341\177\77\16\0\1\1\1\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\14\36\14\4\0\0\0\0\0\300\360\370\234\216\206\206\206\206\216\214" + "\370\360\200\0\0\17\77\177\341\301\301\201\201\201\201\301\301A\1\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0@p\70\34\16\34x`\0\0\0\0\0\300\360\370\234\216\206\206\206\206\216\214" + "\370\360\200\0\0\17\77\177\341\301\301\201\201\201\201\301\301A\1\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\10\34\34\14\0\0\10\34\34\14\0\0\0\0\300\360\370\234\216\206\206\206\206\216\234" + "\370\360\200\0\0\17\77\177\341\301\301\201\201\201\201\301\301A\1\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\4\16\36<\60\0\0\0\0\0\0\0\0\0\0\6\6\6\6\376\376\376\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\60|\36\16\0\0\0\0\0\0\0\0\6\6\6\6\376\376\376\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\60\70\14\6\16\34\70\60\0\0\0\0\0\0\0\3\3\3\3\377\377\377\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34\34\14\0\0\0\34\34\34\0\0\0\0\0\0\6\6\6\6\376\376\376\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0dll\70\70p\360\330\30\20\0\0\300\360\370\34\14\16\6\6\6\16\15" + "\77\377\374\300\0\17\77\177\360\300\300\200\200\200\300\300\360\177\37\3\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\30\30\14\14\14\34\70\60\60\70\30\0\0\0\0\376\376\376\30\14\4\6\6\16\36" + "\374\370\340\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\0\0\0\0\4\36

\14\4\0\0\0\0\0\300\360\370\34\14\16\6\6\6\16\34" + "<\370\360\200\0\17\77\177\360\300\300\200\200\200\300\300\360\177\37\3\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0p\70\34\16\34x`\0\0\0\0\0\300\360\370\34\14\16\6\6\6\16\34" + "<\370\360\200\0\17\77\177\360\300\300\200\200\200\300\300\360\177\37\3\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\30\34\16\6\16\14\30\60\60\70\34\0\0\0\300\360\370\34\14\16\6\6\6\16\34" + "<\370\360\200\0\17\77\177\360\300\300\200\200\200\300\300\360\177\37\3\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\10\34\34\14\0\0\0\34\34\34\0\0\0\0\300\360\370\34\14\16\6\6\6\16\34" + "<\370\360\200\0\17\77\177\360\300\300\200\200\200\300\300\360\177\37\3\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\0`````cca``" + "```\0\0\0\0\0\0\0\0\34\34\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\300\360\370\34\14\16\6\306\346~\36" + "\77\373\340\200\0\17\77\377\360\360\374\217\203\200\300\340\360\177\37\3\0\0\2\7\1\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\4\16\36x\60\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\376" + "\376\376\0\0\0\77\177\377\340\300\200\200\200\300`\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\0\0\0\0\0\0\0\0 x>\16\4\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\376" + "\376\376\0\0\0\77\177\377\340\300\200\200\200\300`\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\0\0\0\0\0\0`\70\34\16\36\70p \0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\376" + "\376\376\0\0\0\77\177\377\340\300\200\200\200\300`\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\0\0\0\0\10\34\34\14\0\0\0\34\34\34\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\376" + "\376\376\0\0\0\77\177\377\340\300\200\200\200\300`\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\60<\36\16\0\0\0\0\0\0\6\36~\370\300\0\0\0\0\0\300" + "\370>\16\0\0\0\0\0\3\17~\370\300\370\77\17\1\0\0\0 p```p\70\37\17\1\0\0" + "\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\10\14\6\6\6\16\16\34" + "\374\370\340\0\0\377\377\377\340\300\200\200\200\200\300\340\177\77\17\0\0\177\177\177\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\10\34\34\14\0\0\34\34\34\0\0\0\0\0\6\36\376\360\300\0\0\0\0\200\370" + "~\16\0\0\0\0\0\0\3\17~\370\340|\37\3\0\0\0\0 p```\60\70\37\3\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--30-300-72-72-P-138-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr21_2x4_r[6084] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_r") = + " ~\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\70\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\343\343\303\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\370\0\0\0\374\374\370\0\0\0\0\0\0\0\3\3\3\0\0\0\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\60\0\0\0\360\360\20\0\0\0\6\6\6\346\377\77\6\6\6\366\377" + "\37\6\6\6\0\6\6\306\377\77\6\6\6\346\377\77\6\6\6\0\0\0\0\1\1\0\0\0\0\1\1\0" + "\0\0\0\0\0\0\200\300\340p\60\374\374\374\60`\340@\0\0\0\0\7\17\37\70\60\377\377\377`\340" + "\300\200\0\0\0\0\60p`\340\300\377\377\377\340p\177\77\6\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\300\340\360\60\60\360\340\300\0\0\0\300\360p\20\0\3\7\17\14\14\17\207\343x>\17\3" + "\0\0\0\0\0\0\300\360|\36\7\1|\376\377\203\203\377\376|\0\1\1\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\0\300\340\340p\60\60p\340\340\200\0\0\0\0\0\0\203\317\337x\360\360\230\37\17" + "\1\0\200\0\0<\177\377\301\200\200\200\201\307\357~\70\374\357\307\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\1\0\0\0\0\0\0\0\0\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\360\60\30\34\10\0\0\0\0\0\0\360\374\377\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\36\34\70" + "p \0\0\0\0\34\70\70p\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\376\370\200" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\377\77\3\0\0\0\0\0\0p\60\70\34\17\7\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\30\30\30\60\60\240\377\377\240\60\60" + "\30\30\30\0\0\0\10\34\36\7\3\0\0\3\7\36\14\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0``````\377\377\377``" + "```\0\0\0\0\0\0\0\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\200\0\0\0\0\0\0\0\0\0\0\0\60\71\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0``````````" + "```\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360|\30\0\0\0\0\0\0\0\0\200\340\370>\17\3" + "\0\0\0\0\0\0\200\340\370>\17\3\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\340p\60\60\60`\340\300\0\0\0\0\370\377\377\1\0\200\300`\70\14\7" + "\377\377\374\0\0\7\37\177\376\347\303\200\200\200\300\360\177\37\7\0\0\0\0\0\0\0\1\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\300``\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\340`\60\60\60\60p\340\340\300\0\0\0\0\0\0\0\0\0\0\0\200\300\360" + "\177\37\6\0\0\0\200\340\360\270\236\207\203\201\201\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0``p\60\60\60p\340\340\300\0\0\0\0\0\0\0\0````\360\370\337" + "\217\3\0\0\0\0@\340\300\200\200\200\200\300\341\377\177\36\0\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\0\0\0\0\0\0\200\300p\70\16\7\1\377\377\377" + "\0\0\0\0\0\6\7\7\6\6\6\6\6\377\377\377\6\6\6\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\0\0\0\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\0\0\0\0\0\177\177\77\30\30\30\30\70x" + "\360\340\200\0\0\0``\340\300\200\200\200\200\300\340\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\300\340`p\60\60\60p``\0\0\0\0\374\377\377q\60\30\30\30\70x" + "\360\340\200\0\0\0\17\77\177\360\300\200\200\200\300\340\377\177\37\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\360\360\60\0\0\0\0\0\0\0\0\0\200\360\374\77\7" + "\1\0\0\0\0\0\0\0\200\340\374\77\7\1\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340p\60\60\60p\340\340\300\0\0\0\0\0\7\237\337xp `p\370\237" + "\217\3\0\0\0<\177\377\340\300\200\200\200\200\300\341\177\77\14\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\300\340`p\60\60\60p\340\300\200\0\0\0\0\37\177\377\340\300\200\200\200\300\300" + "\377\377\376\0\0\0\0\300\300\300\201\201\201\301\300\360\177\37\7\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\200\0\0\0\0\0\0\0\0\0\0\0\60\71\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\0`\360\360\270\230\34\14\16\6\7\3\3" + "\1\1\0\0\0\0\0\1\3\3\7\6\16\14\30\70\60p`\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14" + "\14\14\14\0\0\6\6\6\6\6\6\6\6\6\6\6\6\6\6\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\6\16\14\34\230" + "\270\360\360`\0`p\70\30\34\14\16\6\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 p\70\30\34\14\14\14\34\34\370\360\340\0\0\0\0\0\0\0\0\0\340\360x\34\37" + "\17\3\0\0\0\0\0\0\0\0\303\343\343\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\200\300\340`p\60\60\60p`\340\300\0\0\370\377\377\3\0\360\370\374\16\6\6\6" + "\377\377\377\0\3\37\77x\360\301\303\207\207\206\206\303\301\207\7\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\300\370\340\0\0\0\0\0\0\0\0\0\0\200\360~\17\1\7\77\374\340" + "\0\0\0\0\200\360\376\37\7\6\6\6\6\6\7\17\77\374\340\200\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\360\360\360\60\60\60\60\60\60p\340\340\300\0\0\0\377\377\377``````\360\370" + "\237\217\3\0\0\377\377\377\200\200\200\200\200\200\300\301\377\177>\0\0\1\1\1\1\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\200\300\340`p\60\60\60p`\340\300\200\0\370\377\377\3\0\0\0\0\0\0\0" + "\0\0\1\1\0\7\37\77x\340\300\300\200\200\200\200\300\340` \0\0\0\0\0\0\0\1\1\1\1\1" + "\0\0\0\0\0\360\360\360\60\60\60\60\60p\340\340\300\0\0\0\0\377\377\377\0\0\0\0\0\0\0\1" + "\377\377\374\0\0\377\377\377\200\200\200\200\200\300\340p\77\37\7\0\0\1\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\60\60\0\0\0\377\377\377````````" + "`\0\0\0\0\377\377\377\200\200\200\200\200\200\200\200\200\200\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\360\360\360\60\60\60\60\60\60\60\60\60\60\0\0\0\377\377\377\60\60\60\60\60\60\60" + "\60\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340`\60\60\60\60p`\340\300\200\0\370\377\377\1\0\0\0\0\0\200\200" + "\200\200\201\200\0\7\37\77x\340\300\300\200\200\201\201\301\377\377\177\0\0\0\0\0\0\0\1\1\1\1\1" + "\1\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\360\360\360\0\0\377\377\377````````" + "\377\377\377\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\60\60\60\60\360\360\360\60\60\60\60\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\200\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\60\60\60\60\360\360\360\60\60\60\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0@\340\300\200\200\200\300\340\377\177\17\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\360\360\360\0\0\0\0\0\200\300\340p\60\20\0\0\377\377\377`p\370\336\217\3\1\0" + "\0\0\0\0\0\377\377\377\0\0\0\3\7\17x\340\300\0\0" + "\377\377\377\0\0\377\377\377\0\0\0\0\1\7\37|\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\0\200\300\340p\60\60\60\60p\340\300\200\0\0\374\377\377\1\0\0\0\0\0\0\0\0" + "\3\377\377\360\7\37\77x\340\300\200\200\200\200\300\340x\77\37\1\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\360\60\60\60\60\60\60p`\340\300\200\0\0\377\377\377\300\300\300\300\300\300\340`" + "\177\77\37\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340p\60\60\60pp\340\300\200\0\0\370\377\377\1\0\0\0\0\0\0\0\0" + "\3\377\377\360\7\77\177\360\300\200\200\200\200\200\200\300\370\177\37\3\0\0\0\0\1\1\7\37\77\71\61\61" + "\60\60\60\0\0\360\360\360\60\60\60\60\60\60p\340\340\300\0\0\0\377\377\377\300\300\300\300\300\300\340p" + "\177\37\6\0\0\377\377\377\0\0\0\0\3\17\36|\360\300\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\200\300\340`\60\60\60\60\60p\340\300\0\0\0\0\7\37\37\70\60p`\340\300\300" + "\300\200\0\0\0@p\340\300\300\200\200\200\200\300\301\343\177\77\14\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\60\60\60\60\60\60\360\360\360\60\60\60\60\60\60\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\360\360\360\0\0\377\377\377\0\0\0\0\0\0\0\0" + "\377\377\377\0\0\37\177\377\340\300\200\200\200\200\300\340\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\20\360\360\300\0\0\0\0\0\0\0\0\200\360\360\20\0\0\7\77\376\360\200\0\0\0\340\374" + "\77\7\0\0\0\0\0\0\0\7\77\374\370\177\17\1\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\360\360\300\0\0\0\0\200\300\0\0\0\0\0\360\360\0\77\377\360\0\300\370\77\37\377\360\200" + "\0\376\177\1\0\0\17\377\374\37\1\0\0\0\17\377\377\37\0\0\0\0\0\1\1\0\0\0\0\0\0\0" + "\1\0\0\0\0\20p\360\300\0\0\0\0\0\0\300\360p\20\0\0\0\0\1\7\17\276\370\370\376\17\3" + "\1\0\0\0\0\0\300\360|\37\7\3\3\7\37|\360\340\200\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\0\0\60\360\340\200\0\0\0\0\0\0\0\340\360p\0\0\0\0\3\17>\370\360\300\360|\37" + "\7\1\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\60\60\60\60\60\60\60\60\60\260\360\360\60\0\0\0\0\0\0\0\200\340\360|\36\7" + "\3\0\0\0\0\200\340\360\374\236\217\203\200\200\200\200\200\200\200\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\374\374\374\14\14\14\14\14\14\14\0\0\0\0\0\0\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\14\14\14\14\14" + "\14\14\0\0\0\0\30\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17>\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\3\3\0\0\0\0\0\14\14\14\14\14\14\14\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\14\14\14\14\14\14\14\17\17" + "\17\0\0\0\0\0\0\0\0\0\300\340\360\300\200\0\0\0\0\0\0\0\0\30\34\17\3\1\0\3\17>" + "\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\14\14\14\14\14\14\14\14" + "\14\14\14\0\0\0\0\0\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17>x\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\216\206\206\206\206\216\214" + "\374\370\340\0\0<\376\377\303\203\201\201\201\301\341q\377\377\377\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\1\1\1\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\10\14\6\6\6\16\16\34" + "\374\370\340\0\0\377\377\177\340\300\200\200\200\200\300\340\177\77\17\0\0\1\1\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\34\14\16\6\6\6\6\16" + "\34<\10\0\0\17\77\177\360\340\300\200\200\200\200\300\300\340@\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\300\360\374\34\16\6\6\6\6\14\30" + "\377\377\377\0\0\17\77\377\340\300\200\200\200\200\300p\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\234\216\206\206\206\206\216\214" + "\370\360\200\0\0\17\77\177\341\301\301\201\201\201\201\301\301A\1\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\200\360\370\70\34\14\14\14\34\30\70\0\0\14\14\14\377\377\377\14\14\14\14\14" + "\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\360\374\34\16\6\6\6\16\34\370" + "\374\306\6\6\0\0s\177\377\316\314\314\314\316\307\307\303\200\200\0\0\34\77\77qp`````p" + "\61\77\37\6\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\30\14\4\6\6\16\36" + "\374\370\340\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\1\1\1\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\0\6\6\6\6\376\376\376\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\377\377\377\200\200\200\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\6\6\6\6\6\6\376\376\376" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\60\70p```p\60\77\37\7" + "\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\200\300\300\340p\70\34" + "\16\6\2\0\0\0\377\377\377\3\1\3\7\17\376\360\200\0\0\0\0\0\300" + "\370>\16\0\0\0\0\0\7\37\376\360\340\374\37\7\1\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\376\376\200\0\0\200\370|\360\200\0" + "\0\0\376~\0\0\37\377\360\370\77\3\0\7\77\374\300\377\37\0\0\0\0\1\1\1\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\6\36\16\0\0\0\0\0\3\17~\370\300\370\77\17\1\0\0\0 p```p\70\37\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\6\6\6\6\206\306\346v>" + "\36\6\0\0\0\200\300\360\370\274\216\207\203\201\200\200\200\200\200\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\200\340\340p\60\60\60\60\60\0\0\0\0\0\0\200\377\177\37\0\0\0\0" + "\0\0\0\0\0\3\3\3\7\376\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77p```" + "``\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\60\60\60\60pp\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\370\374\377\7\3\3\3\0\0\0````px\77\37\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\14\6\6\6\14\34\70\60\60" + "\70\34\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--30-300-72-72-P-138-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr21_2x4_n[1732] U8X8_FONT_SECTION("u8x8_font_inr21_2x4_n") = + " :\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60\60\60``@\377\377@``" + "\60\60\60\0\0\0\20\70<\16\7\1\1\7\16<\30\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\377\377\377\300\300" + "\300\300\300\0\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0as\37\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\60\0\0\0\0\0\0\0\0\0\300\360|\37\7" + "\0\0\0\0\0\0\0\300\360|\37\7\1\0\0\0\0\0\0\0\0\0\7\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\340```\300\300\200\0\0\0\0\360\376\377\3\1\0\200\300p\30\17" + "\377\376\370\0\0\17\77\377\374\316\207\1\0\0\200\340\377\77\17\0\0\0\0\0\1\1\3\3\3\3\1\1" + "\0\0\0\0\0\0\0\200\200\300\300\340\340\340\0\0\0\0\0\0\0\0\1\1\1\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\0\0\0\200\300\300````\340\300\300\200\0\0\0\0\1\1\1\0\0\0\0\0\200\341" + "\377\77\14\0\0\0\0\300\340p<\16\6\3\3\1\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3" + "\3\3\3\0\0\0\0\300\300\340```\340\300\300\200\0\0\0\0\0\0\0\0\300\300\300\300\340\361\277" + "\37\6\0\0\0\0\200\300\200\0\0\0\0\201\303\377\377<\0\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\0\0\0\0\0\0\0\200\340p\34\16\3\377\377\377" + "\0\0\0\0\0\14\17\17\14\14\14\14\14\377\377\377\14\14\14\0\0\0\0\0\0\0\0\0\0\3\3\3" + "\0\0\0\0\0\0\0\340\340\340````````\0\0\0\0\0\377\377\177\60\60\60\60p\360" + "\340\300\0\0\0\0\300\300\300\200\0\0\0\0\200\300\377\377\77\0\0\0\0\0\1\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\0\0\200\300\300\340```\340\300\300\0\0\0\0\370\376\377\343`\60\60\60p\360" + "\340\300\0\0\0\0\37\177\377\340\200\0\0\0\200\300\377\377\77\0\0\0\0\0\0\1\3\3\3\3\3\1" + "\1\0\0\0\0\0`````````\340\340`\0\0\0\0\0\0\0\0\0\0\340\370~\17" + "\3\0\0\0\0\0\0\0\0\300\370\177\17\3\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340```\340\300\300\200\0\0\0\0\0\17\77\277\360\340@\300\340\361\77" + "\37\6\0\0\0x\376\377\301\200\0\0\0\0\201\303\377~\30\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\0\0\0\0\0\0\0\200\300\300\340```\340\300\200\0\0\0\0\0>\377\377\300\200\0\0\0\200\201" + "\377\377\374\0\0\0\0\200\201\201\3\3\3\203\201\341\377\77\17\0\0\0\0\1\1\3\3\3\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60xx\60\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\1\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--44-440-72-72-P-201-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr33_3x6_f[32260] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_f") = + " \377\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77" + "\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\360\340\0\0\0\0\0\340\360\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0" + "\0\0\0\0\300\300\300@\0\0\0\0\0\200\200\200\200\200\200\377\377\377\201\200\200\200\200\300\377\377\377\200" + "\200\200\200\0\0\1\1\1\1\1\377\377\377\1\1\1\1\1\301\377\377\177\1\1\1\1\1\0\14\14\14\14" + "\14\374\377\377\17\14\14\14\14\214\377\377\177\14\14\14\14\14\0\0\0\0\0\0\34\37\37\3\0\0\0\0" + "\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374\376\16\7\7\7\377\377\377\7\7\7\17\36>\34\10\0\0\0\0\0\1\7\17\37\36<\37\7\3\0\0\0\0\0" + "\3\17\37<\70\70\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0|" + "\376\377\377\3\3\1\1\3\7\377\377\376|\0\0\0\0\0\0\0\0\0\0\200\301\347\357\177~\370\374\336" + "\217\7\3\1\0\0\0\200\0\0\0\0\370\376\377\377\7\1\0\0\0\0\3\7\37\77\374\370\360\360\370\177" + "\37\16\2\0\1\7\17\37\37<<\70\70\70<\34\36\16\17\7\3\7\37\77\36\30\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\340\360\370~\77\17\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\340\376\377\377\17\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\374\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\7\17\37\36\374x`\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0\0ppppppppp\377\377\377\377pppppppp\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<~\376\376\374x\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0 x<\37\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\360\360\340 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\360\374\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\370\376\77\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\300\360" + "\374\376\37\17\7\3\1\1\1\3\3\207\377\376\374\360\300\0\0\0\0\376\377\377\377\0\0\0\0\300\340\360" + "x\36\17\7\1\1\377\377\377\374\0\0\0\7\77\377\377\370\374\36\17\7\1\0\0\0\0\0\200\360\377\377" + "\77\7\0\0\0\0\0\0\3\7\17\37\36<\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\14\16\16\7\7\7\7\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\14" + "\36\17\7\3\3\1\1\1\1\3\3\7\37\377\376\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\374\77\37\17\1\0\0\0\0\0\0\0\0\300\340\360\370<\36\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\70>\77\77;\71\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\2\7\7\3\3\1\1\1\1\3\3\7\17\377\377\374\360" + "\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70x||\376\357\347\307\201\0\0\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\201\377\377\377\376\0\0\0\0\0\0\4\16\37\36\34<\70\70\70\70" + "<<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\300\360\370>\17\377\377\377\377\0\0\0\0\0\0\0\0\0\200\340\360|>\17\7\1\0" + "\0\0\377\377\377\377\0\0\0\0\0\0\0\34\37\37\37\35\34\34\34\34\34\34\34\34\377\377\377\377\34\34" + "\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\77\177\77\37\34\16\16\16\16\16\36\36<\374\370\360\340\200\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\0\3\7\17\37\36<<\70\70\70" + "\70<\34\36\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\340" + "\370\374~\37\7\3\3\1\1\1\1\3\3\7\3\3\0\0\0\0\0\0\377\377\377\377p\70\34\36\16\16" + "\16\16\36>|\370\360\340\200\0\0\0\0\0\37\377\377\377\300\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\177\0\0\0\0\0\0\0\3\7\17\37\36<\70\70\70\70<\36\37\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\301\361\377\377\77\7\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\360\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60>\77\77\17\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\360" + "\374\376\377\17\3\3\1\1\1\1\3\3\17\377\377\376x\0\0\0\0\0\0\0\3\207\317\337\376|\70\70" + "px\370\374\357\317\207\1\0\0\0\0\0\0\370\376\377\377\3\1\0\0\0\0\0\0\0\0\1\7\377\377" + "\376\370\0\0\0\0\0\3\7\17\37\36<<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\340\370\376\377\17\7\3\3\1\1\1\3\3\17\37\376\374\360" + "\200\0\0\0\0\0\17\77\177\377\360\340\300\300\200\200\200\300\300\340p\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\1\1\3\3\3\3\3\1\1\0\340\377\377\177\17\0\0\0\0\0\0\14\36\36\34<\70\70\70\70" + "<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77" + "\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>>\376" + "\376\376x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60\70\36\17\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\300\300\340\340\360px<<\36\36\0\0p\360\370\374\334\236\216\17\7\7\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\16\36<\70xp\360\340\340\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\17\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\34\34\34" + "\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\70xp" + "\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7" + "\16\16\34<\270\370\360\360\340\340\0\0\0\0\200\200\300\300\340\360\360x\70<\34\36\17\7\7\3\3\1" + "\0\0\0\0\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360ppp" + "p\360\360\340\340\300\200\0\0\0\0\0\0\0\3\7\7\3\1\0\0\0\0\0\0\0\0\1\203\377\377\377" + "|\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\370<\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77" + "\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\370" + ">\36\17\7\3\3\1\201\201\301\301\303\303\307\317\376\374\370\300\0\376\377\377\1\0\0\0\370\376\377\377\17" + "\3\3\1\1\1\1\201\377\377\377\377\0\7\77\377\374\340\300\0\1\3\7\17\37\36\34\34\34\16\16\7\37" + "\37\37\37\0\0\0\0\1\3\7\17\36\36\34<\70\70\70\70\70<\34\34\36\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\77\377\374\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\177\17\1\0\0\7\77\377\374\360\200\0\0\0\0\0\0\0\200\360\374" + "\377\77\37\34\34\34\34\34\34\34\34\37\177\377\374\360\200\0\0\0<\77\77\17\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\17\77\77<\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\377\374\360\0\0\0\0\377\377\377\377\70\70\70\70\70\70\70" + "\70x|\376\357\357\307\203\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\1\203\377\377" + "\377x\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\77\17\7\3\3\1\1\1\1\3\3\7\17\37>" + "\34\30\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\177\377\377" + "\370\300\200\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\3\7\17\17\36\36<<\70" + "\70\70\70\34\34\36\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\3\3\7\17\77\376\374\360\300\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\377\377\374\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377" + "\77\3\0\0\0\77\77\77\77\70\70\70\70\70\70<<\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\377\377\377\377ppppppppppppp\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70" + "\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0\377\377" + "\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\0\377\377\377\377\70\70\70\70\70\70" + "\70\70\70\70\70\70\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\37\17\7\3\3\1\1\1\1\3\3\7\17\37\37" + "\16\0\0\0\376\377\377\377\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\0\0\7\177\377\377" + "\360\300\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\0\0\0\0\1\3\7\17\17\36\34<\70\70" + "\70\70\70<\34\36\37\17\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377ppppppp" + "ppppp\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77" + "\77\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0" + "\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\177\0\0\0" + "\0\0\0\0\0\4\17\36\36<\70\70\70\70<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300@\0\0\0\377\377\377\377\0\0\0\0\200\300\340\360\370|>\17\7\3\1" + "\0\0\0\0\0\377\377\377\377\360x<\376\377\367\303\201\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\1\7\17\77~\374\360\340\300\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\1\3\17\37\77>\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300\0\0\377\377\377\377\376\370\340\200\0\0\0\0\0\0\200\340\370~\377\377" + "\377\377\0\0\377\377\377\377\0\3\17\77\376\370\340\360\374~\37\7\1\0\377\377\377\377\0\0\377\377\377\377" + "\0\0\0\0\0\3\7\3\0\0\0\0\0\0\377\377\377\377\0\0\77\77\77\77\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\377\377\377" + "\377\77\376\370\340\300\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\3\17\37\177\374" + "\360\300\200\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\1\7\37\77\376\370\340\377\377" + "\377\377\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\340\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377" + "\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70" + "\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\376\374\360\0\0\0\0\377\377\377\377\340\340\340\340\340\340\340" + "\340\340\360x|\77\77\17\3\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\300\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\376\0\17\177\377\377" + "\360\200\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\17\0\0\0\1\7\17\37\37><\70\370\370" + "\370\70<<\36\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\36\34\34\34\34\34" + "\34\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\377\374\360\0\0\0\0\377\377\377\377\340\340\340\340\340\340\340" + "\340\340\360x|\77\37\17\3\0\0\0\0\377\377\377\377\0\0\0\0\0\0\1\7\37\177\374\360\300\0\0" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\1\17\77\77>\70 \0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\300\200\200\200\0\0\0\0\0\0\0\0\360\374\376\377\7\3\3\1\1\1\1\1\3\3\7\17\37\16" + "\0\0\0\0\0\0\1\3\7\17\37\36<\70xxp\360\340\340\300\300\200\0\0\0\0\0\0\0\200\200" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\207\377\377\376x\0\0\0\2\7\17\37\36\34<\70\70\70\70" + "\70<<\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1" + "\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377" + "\377\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\3\7\17\17\36\34<\70\70\70" + "\70\70<\36\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300@\0\0\7\77\377" + "\376\360\200\0\0\0\0\0\0\0\0\0\200\360\376\377\37\3\0\0\0\0\0\1\17\177\377\374\340\0\0\0" + "\0\0\340\374\377\77\7\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\370\300\370\377\177\17\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\77\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\0\37\377\377\370\0\0\0\0\0\200\370\377\376\340\0\0\0\0\0\360" + "\377\377\7\0\0\17\377\377\374\0\0\300\374\377\17\1\37\377\376\360\0\0\370\377\377\3\0\0\0\0\3\377" + "\377\377\374\377\17\0\0\0\0\1\37\377\377\370\377\77\0\0\0\0\0\0\0\0\77\77\17\0\0\0\0\0" + "\0\0\0\1\37\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\1\7" + "\37\177\374\370\340\200\0\0\0\300\360\374\177\37\17\3\0\0\0\0\0\0\0\0\0\0\1\7\217\377\376\374" + "\377\337\7\1\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\77\37\7\3\17\37\177\374\370\340\200\0" + "\0\0\0\0\0\60<\77\77\17\3\0\0\0\0\0\0\0\0\1\7\37\77>\70 \0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300@\0\0\1\7\17\77\377\374\360\300\0\0\0\0\0\0\300\360\376\177\37" + "\7\1\0\0\0\0\0\0\0\0\3\17\77\377\374\360\360\374\377\77\17\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\1\1\1" + "\1\1\1\1\1\1\1\1\1\201\341\371\377\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374" + "\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374~\37\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70>\77\77;\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360ppp" + "pppppppp\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0`\340\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\17\77\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\370" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\374p@\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppppppp" + "pp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\300\360\374>\37\17\77~\370\360\300\0\0\0\0\0\0\0\0\0\0\0\16\17\7\3\0\0\0\0" + "\0\0\1\7\17\17\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\77\377\376\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\376" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\0\0\0\1\3\7\3\1\201\201\201\201\201\201\201\203\207\377\377\376\370\0\0\0\0\360\370\374" + "\376\17\7\7\3\3\3\3\3\3\3\203\303\377\377\377\377\0\0\0\0\1\3\7\17\17\36\34\34\34\34\34" + "\16\16\7\7\3\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377\377\34\6\3\3\3\3\3" + "\3\3\7\17\77\376\374\370\300\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\77\0\0\0\0\77\77\77\7\7\16\34\34\70\70\70\70<\34\36\17\17\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0" + "\0\0\0\0\0\300\370\374\376\37\7\3\3\1\1\1\1\1\1\1\3\7\17\17\6\0\0\0\0\37\177\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\16\36\36\34" + "\34\34\34\36\16\17\7\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\200\200\200\200\200\200\200\200\0\0\0\377\377\377\377\0\0\0\0\300\370\374\376\77\17\7\3\3\3\3" + "\3\3\7\7\36\377\377\377\377\0\0\0\0\77\377\377\377\300\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\377\0\0\0\0\0\1\7\17\37\37><<\70\70\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\300\370\376\377\317\307\303\301\301\301\301\301\301\301\303\307\377\377\374\360\0\0\0\0\37\377\377" + "\377\341\201\1\1\1\1\1\1\1\1\1\1\1\201\1\1\0\0\0\0\0\0\1\3\7\17\17\36\36\34\34" + "\34\34\34\16\16\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\360pppp\360\340\340\300\200\0\0\0\0\0" + "\0\0\0\376\377\377\377\3\0\0\0\0\0\0\0\0\1\7\1\0\0\0\7\7\7\7\7\377\377\377\377\7" + "\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\200\300\300\300" + "\300\300\200\0\0\370\376\377\377\7\3\1\1\1\1\1\3\7\377\377\377\371\1\1\1\1\1\0\0\0\303\347" + "\367\77\36\34\34\34\34\34\36\17\17\7\3\0\0\0\0\0\0\0\200\340\363\367\77\37\16\16\16\16\16\16" + "\16\16\16\16\36\34\374\374\370\340\0\0\3\17\17\37\36\34<\70\70\70\70\70\70\70\70\34\34\36\17\7" + "\3\1\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377\377\34\16\7\7\3\3" + "\3\3\3\7\17\377\377\374\360\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\201\201\201\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77" + "\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0\0" + "\0\200\200\200\200\200\200\200\200\200\201\201\201\200\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3" + "\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\10\34>" + "\37\17\7\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\200\300\340\360x<>\36\17\7\3\1\0\0\0\0\0\0\377\377" + "\377\377\36\17\7\7\17\77~\374\360\340\300\200\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0" + "\0\0\1\7\17\37\77<\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0ppppppp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\70\70\70\70\70\70\70\77\77\77\77\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\200\300\300\300\300\300\200\0\0\200\300\300\300\300\300" + "\300\0\0\0\377\377\377\377\7\1\1\1\1\377\377\377\376\17\3\1\1\1\377\377\377\377\0\0\377\377\377\377" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\37\37\37\37\0\0\0\0\0\37\37\37" + "\37\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377\16\7\3\3\1\1" + "\1\1\1\3\7\377\377\376\370\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\0\0\0" + "\0\0\0\0\300\370\374\376\37\7\3\3\1\1\1\1\1\1\3\7\17\77\377\376\370\300\0\0\37\177\377\377" + "\340\200\0\0\0\0\0\0\0\0\0\0\200\340\377\377\177\17\0\0\0\0\1\3\7\7\17\16\36\34\34\34" + "\34\36\16\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\0\0\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377\16\3\3\1\1\1\1" + "\1\1\3\3\17\77\377\376\370\300\0\0\0\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\200\340\377\377" + "\177\17\0\0\0\377\377\377\377\3\7\16\16\34\34\34\34\36\36\17\17\7\3\1\0\0\0\0\0\77\77\77" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\300\300" + "\300\300\0\0\0\340\370\376\377\37\7\3\1\1\1\1\1\1\1\3\7\16\377\377\377\377\0\0\0\37\377\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\0\0\0\0\0\1\3\7\17\17\36\36\34\34" + "\34\34\16\16\7\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377>\17\7\3\3" + "\1\1\1\1\1\1\3\7\3\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200\0" + "\0\0\0\0\0\0\0<\177\377\377\343\301\301\201\201\201\1\1\3\3\7\37\7\2\0\0\0\0\0\200\300" + "\200\0\1\1\1\3\3\3\7\7\7\17\36\376\374\374\360\0\0\0\0\0\3\7\7\17\16\36\36\34\34\34" + "\34\34\36\16\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\200\376\377\377\217\200\200\200\200\200\200\200\0\0\0\0\0\0\0\3\3\3\3\3\377\377\377\377\3" + "\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\37\37><\70\70\70\70\34\34\36\16\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\0\0\0\0\0\0\3\17\37\37><\70\70\70" + "\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\3\17\177\377\374\340\200\0\0\0\0" + "\0\0\0\0\300\370\377\77\7\0\0\0\0\0\0\0\1\17\77\377\376\360\300\0\200\360\374\177\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\77\77>\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\200\200\0\7\377\377\374\200\0\0\0\0\300\374\376\376\370\300\0\0\0\0\300\377\377\37\0\0\0\37\377" + "\377\360\0\300\374\177\17\0\3\37\377\374\340\0\340\377\377\17\0\0\0\0\0\3\77\77>\77\7\0\0\0" + "\0\0\1\17\77\77\77\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\1\7\17\37~\374\360\340\200\200" + "\340\360\370~\37\17\3\1\0\0\0\0\0\0\0\0\0\200\300\340\373\177\77\77\177\373\360\340\200\0\0\0" + "\0\0\0\0\0 \60<>\37\17\3\1\0\0\0\0\0\3\7\37\77<\70\60\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\0\0\0\1\7\77\377\376\360\300\0\0\0\0\0\0\0\0\340\374\377\77\17\1\0\0\0\0\0\0" + "\0\3\37\177\376\370\300\0\0\340\370\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377" + "\377\77\17\1\0\0\0\0\0\0\0\0\70\37\17\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\70<\77\77\77;\71\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\370\376\377\377\7\3\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\200\300\377\377\177\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\17=\375\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77~xxpppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\3\3\17\377\377\376\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\375\37\17\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0ppppppxx>\77\37\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\300\200\0\0\0\6\17\17\3\3\1\1\1\3\7\7" + "\17\36\36\34\34\36\16\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\203\203\203\203\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\77\77\77" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300@\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\340\360ppp\360\377\377\177\360\360\340\300\300\0\0\0\0\360\374\377\377\17\3\1\0\0\0\360" + "\377\377\37\0\0\0\1\7\3\0\0\0\0\17\77\377\377\360\300\200\0\0\360\377\377\17\0\0\0\0\200\300" + "\200\0\0\0\0\0\0\0\1\3\3\7\7\377\377\377\17\16\16\17\7\7\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\360\374\376\377\17\7\3\1\1\1\1\3\3\7\3\1" + "\0\0\0\0\0\0\34\34\37\77\377\377\374\234\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\377\377\377\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34\36\37\17\17\17\16\16\16\36" + "\34\34<\70\70\70\70<\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\34" + "\270\360\360px\70\70\70\70xp\360\370\274\34\10\0\0\0\0\0\0\0\77\377\377\341\300\200\0\0\0" + "\0\200\300\341\377\177\36\0\0\0\0\0\0\0\6\17\7\3\1\3\7\7\7\7\7\7\3\1\3\7\16\4" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300@\0\0\0\0\3\7\37\177\374\370\340\200\0\0\0\0\300\360\374\177\37\7" + "\1\0\0\0\0\0\0\0\0\0\1\3\17\77\376\370\374\377\37\7\1\0\0\0\0\0\0\0\0\0\0\307" + "\307\307\307\307\307\307\377\377\377\377\307\307\307\307\307\307\0\0\0\0\0\0\0\1\1\1\1\1\1\1\77\77" + "\77\77\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360ppp" + "p\360\340\340\300\200\0\0\0\0\0\0\0\0\0>\177\377\377\341\300\200\200\0\0\0\0\3\7\3\1\0" + "\0\0\0\0\0\0\360\370\374\376\207\3\3\7\7\7\17\17>\376\374\370\340\0\0\0\0\0\0\0\0\3" + "\7\7\17\17\36\36\34<<\30\0\1\7\37\374\360\77\370\340\200" + "\3\17\77|x\360\340\340\340\340px\70\20\0\200\340\370\77\17\0\0\1\3\7\6\16\14\34\30\30\30" + "\30\30\34\14\14\6\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\3\207\203\201\301\301\300\300\301\301\303\377\377\374\0\0\0\0\0\0\0\0\0<\177\377\343\301\301\201\300\300" + "\300\340p\377\377\377\0\0\0\0\0\0\0\0\60\60\60\60\61\61\61\61\61\61\60\60\60\61\61\61\60\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\360\370|\70\0\0\0\200\300\340\360x\70\20\0\0\0\0\0\14\36" + "\77\177\363\341\300\200\0\14\36\77\177\363\341\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\2" + "\0\0\0\0\1\3\7\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppppppp" + "pppp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\340p\60\60\30\30\30\30\30\30\70\70\60p\340\300\200\0\0\0\374\37\7\1\0\0\377\377\203\203\203\203" + "\203\207\306\376|\0\0\1\7\37\374\360\77\374\340\200\0\0\177\177\1\1\1\1\3\17\77x`\0\0\200" + "\340\370\77\17\0\0\1\3\7\6\16\14\34\30\30\30\30\30\34\14\14\6\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0~\377\377\303\201\0\0\0\0\201\303\377\377~\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7" + "\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\16\16\16\16\16\16\16\16\16\377\377\377\377\16\16\16\16\16\16\16\16\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\34\34\34\34\34\34\34\34\34\34\34" + "\34\34\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\340`````\340\340\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\1\3\1\0\0\0\0\200\300\340\361\177\77\37\0\0\0\0\0\0\0\0\0\0\340\360\370\374\336\317\307" + "\303\301\301\300\300\300\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340```" + "`\340\340\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0``pp\370\377\337\217\0\0" + "\0\0\0\0\0\0\0\0\60\70xp\340\340\340\300\340\340`q\77\77\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374x\60\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\2\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\300\377\377\377\17\37\34<\70\70\70<" + "\34\17\7\7\37\37<\70\70<\36\14\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360\360\360\360pppp\360\360\360\0\0\0\0\0\374\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\377\377\377\0\0\0\0\0\0\3\7\17\17\37\37\37\77\377" + "\377\377\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\3\3\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0x\374\374\374\374x\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\70\70ppcccs\77>\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\7\7\3\3\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\360" + "\374\376\17\3\1\1\0\1\1\3\17\377\376\370\0\0\0\0\0\0\0\0\0\7\37\177\370\340\300\300\200\300" + "\300\340\370\177\37\7\0\0\0\0\0\0\0\0\60\60\60\60\60\60\61\61\61\61\61\60\60\60\60\60\60\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\10\34\67\63\61\60\60\377\377\60\60\0\0\0\0\0\0" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0`pp\370\370\370\0\0\0\0\0\0" + "\0\0\0\0\0\340\360\360 \0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\300\360\374\77\17\3\0" + "\0\0\0\0\0\0\0\7\7\7\0\0\0\200\340\370~\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\300\360\376\77\17\1\60x\30\34\14\14\14\34\70\370\340\0\0\0@\360\374\177\17\3\0\0\0\0" + "\0\200\340`\60\30\34\16\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3" + "\3\3\3\0 p\60\30\30\30\70\60\360\340\0\0\0\0\0\0\0\200\360\360`\0\0\0\200\200\0\0" + "\14\14\14\36\377\373\340\0\0\0\340\370\376\37\7\1\0\0\0\0\3\3\7\6\6\6\6\7\3\3\300\360" + "\374\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\177\37\7\0\0\0\300\340p\374\374" + "\0\0\0\0\0\0\0\300\370\376\77\17\1\0\0\60\70>\63\61\60\60\377\377\60\60\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\303\303\303\303\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\370\177\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\374\376" + "\377\377\7\1\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\3\7\17\37\36<<\70\70" + "\70\70\34\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\201\363\303\3\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\340\374\377\37\177\376\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\77\7\0\0\0" + "\3\37\177\376\370\300\0\0\0\0\0\0\0\300\370\376\377\37\17\16\16\16\16\16\16\16\16\17\77\377\376\370" + "\300\0\0\0\36\37\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\36\30\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\203\363\303" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\37\177\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\370\377\77\7\0\0\0\3\37\177\376\370\300\0\0\0\0\0\0\0\300\370\376" + "\377\37\17\16\16\16\16\16\16\16\16\17\77\377\376\370\300\0\0\0\36\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\37\37\36\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14\16\7\7\3\3\301\201\3\7\7\16\14\4\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\370\377\77\377\374\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\177\17\1\0\0" + "\7\77\377\374\340\200\0\0\0\0\0\0\0\200\360\374\377\77\37\34\34\34\34\34\34\34\35\37\77\377\374\360" + "\200\0\0\0<\77\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\77<\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\7\7\1\0\0\0\301\3" + "\7\17\16\16\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\300\370\377\77\377\374\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\177\17\1\0\0\7\77\377\374\340\200\0\0\0\0\0\0\0\200\340\374" + "\377\77\37\34\34\34\34\34\34\34\34\37\177\377\374\340\200\0\0\0<\77\77\17\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\17\77\77<\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\7\7\7\3\0\300\200\0\3\7\7\7\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\360\376\177\377\376\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\37\3\0\0" + "\3\37\377\376\360\200\0\0\0\0\0\0\0\0\300\370\377\177\37\34\34\34\34\34\34\34\34\37\77\377\376\360" + "\200\0\0\0\70\77\77\37\3\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\77>\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\77\70\360\260" + "\70\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\77\377\376\360\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\177\17\1\0\0\7\77\377\374\360\200\0\0\0\0\0\0\0\200\360\374" + "\377\77\37\34\34\34\34\34\34\34\35\37\177\377\374\340\200\0\0\0<\77\77\17\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\3\17\77\77< \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0" + "\0\200\360\376\177\17\1\377\377\377\377\1\1\1\1\1\1\1\1\0\0\0\0\300\374\377\77\3\0\0\0\377" + "\377\377\377ppppppp\0\0\200\360\376\377\37\35\34\34\34\34\34\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\77\77\7\0\0\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\77\17\7\3\3\1\1\1\1\3\3\7\17\37>" + "\34\30\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\370\300\200\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\3\7\17\17\36\36<<\270" + "\370\370\70<\34\36\17\7\3\0\0\0\0\0\0\0\0\0\0\70\60ppcccw\77>\36\0\0" + "\0\0\0\0\0\300\300\300\300\300\301\303\303\303\307\307\317\316\304\300\300\300\300\300\300\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\377\377\377\377ppppppp" + "pppppp\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\304\316\316\307\307" + "\307\303\303\301\300\300\300\300\300\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\377\377\377\377ppppppppppppp\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70" + "\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\304\316\316\307\303\303\301\301\303\307\307\316\314\304\300\300\300\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\377\377\377\377ppppppp" + "pppppp\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\303\307\307\307\303\300\300\300" + "\300\303\307\307\307\303\300\300\300\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\377\377\377\377ppppppppppppp\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70" + "\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\341\341\341\343\343\343\347\347\342\340\340\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\34\34\34\34\34\34\37\37\37\37\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\316\316\307\307" + "\307\303\303\303\301\300\300\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77" + "\77\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\304\316\306\307\303\303\301\301\303\303\307\317\316\304\300\0\0\0\0\0\0\0\0\1" + "\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77\77\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\303\307\307\307\303\300\300\300" + "\300\303\307\307\307\303\300\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77" + "\77\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\1\1\1\1\1\1\3\3\7\17\37\376\374\370\340\0\0\0pp\377\377\377\377ppppp\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\300\360\377\377" + "\77\7\0\0\0\0\77\77\77\77\70\70\70\70\70\70<\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\302\303\207\3\1\0\0\1\1" + "\3\7\17\16\16\7\307\303\301\300\0\0\0\377\377\377\377\77\376\370\340\300\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\377\377\377\377\0\0\3\17\37\177\374\360\300\200\0\0\0\377\377\377\377\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\1\7\37\77\376\370\340\377\377\377\377\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\3\17\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\203\203\203\307\307\307\317\316\314\204\200\0\0\0\0\0\0\0\0\340\370\374" + "\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377" + "\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\214\316\316\307" + "\307\307\303\203\203\0\0\0\0\0\0\0\0\340\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377" + "\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70" + "\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\14\216\207\207\303\301\301\301\303\307\217\216\14\0\0\0\0\0\0\0\340\370\374" + "\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377" + "\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\201\200\200\300\300\301" + "\303\303\307\207\207\7\3\1\0\0\0\0\0\340\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377" + "\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70" + "\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\203\203\201\300\300\300\300\301\303\203\203\1\0\0\0\0\0\0\0\340\370\374" + "\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377" + "\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\340\340\300\200\0\0\0\0\0\0\0\200\300\340\340@" + "\0\0\0\0\0\0\0\0\0\1\7\217\337\376\374\370\374\376\337\207\3\1\0\0\0\0\0\0\0\0\0\30" + "<>\37\17\7\3\1\0\1\3\7\17\37><\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0\200\340\340\340@\0\0\200\360\370" + "\374>\37\17\7\7\3\3\3\7\307\357\377~\377\377\363\300\0\0\374\377\377\377\1\0\0\0\0\0\300\360" + "\374\177\37\7\1\0\1\377\377\377\376\0\17\377\377\377\360\200\300\360\374\77\17\7\1\0\0\0\0\0\340\377" + "\377\377\17\0\0\200\343\377\177\77\77\77\70xppppx\70<\37\17\7\3\0\0\0\0\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\0\0\1\1\1\3\3" + "\3\7\7\0\0\0\340\340\340\340\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\177\377\377" + "\377\300\0\0\0\0\0\0\0\0\0\0\200\300\377\377\377\77\0\0\0\0\1\3\7\7\17\16\36\34\34\34" + "\34\34\36\17\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\340\340\340\0\0\0\7\7\3\3\3\1\1\0\0\0\340\340\340\340\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\177\377\377\377\300\0\0\0\0\0\0\0\0\0\0\200\300\377\377" + "\377\77\0\0\0\0\1\3\7\7\17\16\36\34\34\34\34\34\36\17\17\7\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\16\16\7\3\3\1\1" + "\1\3\7\17\16\4\300\300\300\300\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377" + "\377\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\3\7\17\17\36\34<\70\70\70" + "\70\70<\36\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\301\3\3\3\1\0\0\0\0\0\1\3\3\3\301\300\300\300\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\177\0\0\0\0\3\7\17\17\36\34<\70\70\70\70\70<\36\37\17\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \340\340\340\340\200\0\0\7\7\3\3" + "\3\1\1\1\0\0\300\340\340\340 \0\0\0\3\7\37\177\376\370\340\200\0\0\0\0\200\340\370\377\77\17" + "\3\0\0\0\0\0\0\0\0\0\1\7\37\177\376\370\370\376\177\37\7\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37" + "\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377ppppppppp\360\340\340\300\300\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\1\3\377\377\377\374\0\0\0\0\377\377\377\377\70\70\70\70\70\70\70\70\70<\34\37\17\17\3" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\360ppp" + "\360\360\340\340\300\200\0\0\0\0\0\0\0\370\376\377\377\7\1\0\0\0\0\0\0\0\1\203\377\377\377|" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\34\34\34\34\36\77\77{\363\341\340\200\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\376\0\0\0\77\77\77\77\0\0\0\30<<\70" + "\70\70<<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\60p\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\200\201\203\207\207\206\200\200\0\0\0\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3" + "\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377" + "\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\360\370x\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\206\207\207\203\201\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370" + "\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70" + "\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360|\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\6\217\207\203\200\200\200\201\207\217\207\4\0\0\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3" + "\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377" + "\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360x\70\70\70x" + "\360\340\300\200\200\300\340\340@\0\0\0\0\0\0\0\0\1\0\200\200\200\200\200\200\201\203\203\203\3\1\0" + "\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370" + "\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70" + "\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\1\201\201\200\200\200\200\200\200\201\201\1\0\0\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3" + "\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377" + "\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\34\14" + "\14\34\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\201\203\207\207\206\206\203\203\200\200\0\0\0" + "\0\0\0\0\0\0\0\2\6\17\7\3\3\3\3\3\3\3\3\7\17\377\376\374\360\0\0\0\0\340\360\370" + "\374\36\16\16\7\7\7\7\7\7\7\7\207\377\377\377\377\0\0\0\0\3\7\17\37\36<\70\70\70\70\70" + "\34\34\16\17\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300" + "\300\300\300\300\300\200\200\0\0\200\300\300\300\300\300\300\200\0\0\0\0\1\3\201\201\301\301\301\303\377\377\376" + "\377\307\303\301\301\301\301\303\377\377\374\0\376\377\377\7\3\3\1\1\1\377\377\377\377\201\1\1\1\1\1\1" + "\1\1\1\0\3\17\17\37\36\34\34\36\16\17\7\3\7\17\17\36\34\34\34\36\16\17\6\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200" + "\0\0\0\0\0\300\370\374\376\37\7\3\3\1\1\1\1\1\1\1\3\3\7\17\7\2\0\0\0\37\177\377" + "\377\340\300\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\1\3\7\7\17\17\36\36\374" + "\374\374\234\236\16\16\17\7\2\0\0\0\0\0\0\0\0\0\0\34\30\70\70\61\61\61;\37\37\17\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\60p\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\200\201\203\207\207\206\200\0\0\0\0\0\0\0\0\0\200\360\374\376\237\217\207\203\203\203\203" + "\203\203\203\207\217\377\376\370\340\0\0\0\0\77\377\377\377\303\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\1\3\7\17\37\36<<\70\70\70\70\70\34\34\36\17\6\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\360\370\370\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\206\207\217\203\201\200\200\0\0\0\0" + "\0\0\0\0\0\200\360\374\376\237\217\207\203\203\203\203\203\203\203\207\217\377\376\370\340\0\0\0\0\77\377\377" + "\377\303\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\1\3\7\17\37\36<<\70\70" + "\70\70\70\34\34\36\17\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370|\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\6\217\207\201\200\200\200\203\207\217\6\0\0\0\0\0\0\0\0\200\360\374\376\237\217\207\203\203\203\203" + "\203\203\203\207\217\377\376\370\340\0\0\0\0\77\377\377\377\303\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\1\3\7\17\37\36<<\70\70\70\70\70\34\34\36\17\6\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0" + "\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0\0\0\1\1\201\200\200\200\200\200\200\201\201\1\0\0\0" + "\0\0\0\0\0\200\360\374\376\237\207\207\203\203\203\203\203\203\207\207\237\377\376\370\340\0\0\0\0\77\377\377" + "\377\303\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\0\1\3\7\17\37\36<<\70\70" + "\70\70\70\34\34\36\16\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\60p\370\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\200\200\200\200\203\207\207\207\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\340\370\370p\20\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\207\207\207\203\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77" + "\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370x\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\204\216\217\203\201\200\200\201\203\7\17\6\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0" + "\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0\0\200\201\201\201\200\200\200\200\200\0\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77" + "\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60pp\340\340\300\200\200\200\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\6\16\216\206\207\207\203\203\207\237\77\375\371\360\300\0\0\0\0\200\340\370\374>\17\7\7\3\3\3\3" + "\3\3\7\7\16\77\377\377\376\340\0\0\77\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360p\70\70\70x\360" + "\340\300\200\200\200\300\360`\0\0\0\0\0\0\200\200\201\201\0\0\0\0\200\200\201\203\203\203\203\1\1\0" + "\0\0\0\0\0\0\377\377\377\377\34\16\7\7\3\3\3\3\3\7\17\377\377\374\360\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0p\370\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\200\201\203\217\207\202\200\0\0\0\0\0\0\0\0\200\360\370\374>\17\7\7\3\3\3\3" + "\3\3\7\17\37~\376\374\360\200\0\0\77\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340" + "\370\370p\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\207\207\207\203\200\200\200\0\0\0\0" + "\0\0\0\0\200\360\370\374>\17\7\7\3\3\3\3\3\3\7\17\37~\376\374\360\200\0\0\77\377\377\377" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70" + "\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\370||\370\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\6\17\207\203\200\200\200\200\203\207\217\6\0\0\0\0\0\0\0\200\360\370\374>\17\7\7\3\3\3\3" + "\3\3\7\17\37~\376\374\360\200\0\0\77\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360x\70\70\70x\360" + "\340\300\200\200\300\340\360@\0\0\0\0\0\0\0\0\1\0\0\200\200\200\200\200\201\203\203\203\3\1\0\0" + "\0\0\0\0\200\360\370\374>\17\7\7\3\3\3\3\3\3\7\17\37~\376\374\360\200\0\0\77\377\377\377" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70" + "\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\201\200\200\200\200\200\200\201\201\1\0\0\0\0\0\0\0\200\360\370\374~\37\7\7\3\3\3\3" + "\3\3\7\17\37~\376\374\360\200\0\0\77\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\37\0\0\0\0\3\7\17\17\36\34<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\370\370\370p\0\0\0\0\0\0" + "\0\0\0\0\0\0pppppppppppppppppp\0\0\0\0\0\0\0\0" + "\0\0\0\0\0p\370\370\370p\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\300@\0\0\0\0\0\340\360\370|\36\16\17\7\7\7\207" + "\347\377\177\37\37\177\371\360\340\0\0\0\177\377\377\377\200\0\200\300\360\374>\17\7\1\0\0\0\200\377\377" + "\377\77\0\0\0\1\307\377\377~\77\77{ppppx\70<>\37\17\7\1\0\0\0\0\0\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20p\370\370" + "\340\300\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\1\7\7\7\0\0\200\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\0\0\0\0\0\0\3\17\37\37><\70\70\70" + "\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\370p\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\0\0\0\0\7\7\7\1\0\0\0\200\200\200\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\377\0\0\0\0\0\0\3\17\37\37><\70\70\70\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360|" + "\370\360\340\200\0\0\0\0\0\0\0\0\0\0\200\200\200\200\6\17\7\3\0\0\0\1\7\17\7\204\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\0\0\0\0\0\0\3\17\37\37><\70\70\70" + "\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\200\200" + "\200\200\1\1\1\0\0\0\0\0\0\1\1\201\200\200\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\377\0\0\0\0\0\0\3\17\37\37><\70\70\70\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\360\370x\60\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\6\7\7\3\1\0\0\0\0\200\200" + "\200\200\0\0\0\1\7\77\377\376\360\300\0\0\0\0\0\0\0\0\340\374\377\77\17\1\0\0\0\0\0\0" + "\0\3\37\177\376\370\300\0\0\340\370\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377" + "\377\77\17\1\0\0\0\0\0\0\0\0\70\37\17\7\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--44-440-72-72-P-201-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr33_3x6_r[13684] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_r") = + " ~\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77" + "\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\360\340\0\0\0\0\0\340\360\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0" + "\0\0\0\0\300\300\300@\0\0\0\0\0\200\200\200\200\200\200\377\377\377\201\200\200\200\200\300\377\377\377\200" + "\200\200\200\0\0\1\1\1\1\1\377\377\377\1\1\1\1\1\301\377\377\177\1\1\1\1\1\0\14\14\14\14" + "\14\374\377\377\17\14\14\14\14\214\377\377\177\14\14\14\14\14\0\0\0\0\0\0\34\37\37\3\0\0\0\0" + "\0\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370" + "\374\376\16\7\7\7\377\377\377\7\7\7\17\36>\34\10\0\0\0\0\0\1\7\17\37\36<\37\7\3\0\0\0\0\0" + "\3\17\37<\70\70\70<\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0|" + "\376\377\377\3\3\1\1\3\7\377\377\376|\0\0\0\0\0\0\0\0\0\0\200\301\347\357\177~\370\374\336" + "\217\7\3\1\0\0\0\200\0\0\0\0\370\376\377\377\7\1\0\0\0\0\3\7\37\77\374\370\360\360\370\177" + "\37\16\2\0\1\7\17\37\37<<\70\70\70<\34\36\16\17\7\3\7\37\77\36\30\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\340\360\370~\77\17\7\3\1\1\0\0\0\0\0\0\0\0\0\0\0\340\376\377\377\17\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\374\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\7\17\37\36\374x`\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0\0ppppppppp\377\377\377\377pppppppp\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<~\376\376\374x\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0 x<\37\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\360\360\340 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\360\374\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\370\376\77\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\300\360" + "\374\376\37\17\7\3\1\1\1\3\3\207\377\376\374\360\300\0\0\0\0\376\377\377\377\0\0\0\0\300\340\360" + "x\36\17\7\1\1\377\377\377\374\0\0\0\7\77\377\377\370\374\36\17\7\1\0\0\0\0\0\200\360\377\377" + "\77\7\0\0\0\0\0\0\3\7\17\37\36<\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\14\16\16\7\7\7\7\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\14" + "\36\17\7\3\3\1\1\1\1\3\3\7\37\377\376\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\374\77\37\17\1\0\0\0\0\0\0\0\0\300\340\360\370<\36\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\70>\77\77;\71\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\2\7\7\3\3\1\1\1\1\3\3\7\17\377\377\374\360" + "\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70x||\376\357\347\307\201\0\0\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\201\377\377\377\376\0\0\0\0\0\0\4\16\37\36\34<\70\70\70\70" + "<<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\300\360\370>\17\377\377\377\377\0\0\0\0\0\0\0\0\0\200\340\360|>\17\7\1\0" + "\0\0\377\377\377\377\0\0\0\0\0\0\0\34\37\37\37\35\34\34\34\34\34\34\34\34\377\377\377\377\34\34" + "\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\77\177\77\37\34\16\16\16\16\16\36\36<\374\370\360\340\200\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\0\3\7\17\37\36<<\70\70\70" + "\70<\34\36\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\340" + "\370\374~\37\7\3\3\1\1\1\1\3\3\7\3\3\0\0\0\0\0\0\377\377\377\377p\70\34\36\16\16" + "\16\16\36>|\370\360\340\200\0\0\0\0\0\37\377\377\377\300\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\177\0\0\0\0\0\0\0\3\7\17\37\36<\70\70\70\70<\36\37\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\301\361\377\377\77\7\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\360\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60>\77\77\17\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\360" + "\374\376\377\17\3\3\1\1\1\1\3\3\17\377\377\376x\0\0\0\0\0\0\0\3\207\317\337\376|\70\70" + "px\370\374\357\317\207\1\0\0\0\0\0\0\370\376\377\377\3\1\0\0\0\0\0\0\0\0\1\7\377\377" + "\376\370\0\0\0\0\0\3\7\17\37\36<<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\340\370\376\377\17\7\3\3\1\1\1\3\3\17\37\376\374\360" + "\200\0\0\0\0\0\17\77\177\377\360\340\300\300\200\200\200\300\300\340p\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\1\1\3\3\3\3\3\1\1\0\340\377\377\177\17\0\0\0\0\0\0\14\36\36\34<\70\70\70\70" + "<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77" + "\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>>\376" + "\376\376x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60\70\36\17\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\300\300\340\340\360px<<\36\36\0\0p\360\370\374\334\236\216\17\7\7\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\16\36<\70xp\360\340\340\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\17\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\34\34\34" + "\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\70xp" + "\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7" + "\16\16\34<\270\370\360\360\340\340\0\0\0\0\200\200\300\300\340\360\360x\70<\34\36\17\7\7\3\3\1" + "\0\0\0\0\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360ppp" + "p\360\360\340\340\300\200\0\0\0\0\0\0\0\3\7\7\3\1\0\0\0\0\0\0\0\0\1\203\377\377\377" + "|\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\370<\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77" + "\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\370" + ">\36\17\7\3\3\1\201\201\301\301\303\303\307\317\376\374\370\300\0\376\377\377\1\0\0\0\370\376\377\377\17" + "\3\3\1\1\1\1\201\377\377\377\377\0\7\77\377\374\340\300\0\1\3\7\17\37\36\34\34\34\16\16\7\37" + "\37\37\37\0\0\0\0\1\3\7\17\36\36\34<\70\70\70\70\70<\34\34\36\10\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\77\377\374\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\177\17\1\0\0\7\77\377\374\360\200\0\0\0\0\0\0\0\200\360\374" + "\377\77\37\34\34\34\34\34\34\34\34\37\177\377\374\360\200\0\0\0<\77\77\17\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\17\77\77<\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\377\374\360\0\0\0\0\377\377\377\377\70\70\70\70\70\70\70" + "\70x|\376\357\357\307\203\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\1\203\377\377" + "\377x\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\77\17\7\3\3\1\1\1\1\3\3\7\17\37>" + "\34\30\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\177\377\377" + "\370\300\200\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\3\7\17\17\36\36<<\70" + "\70\70\70\34\34\36\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\3\3\7\17\77\376\374\360\300\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\377\377\374\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377" + "\77\3\0\0\0\77\77\77\77\70\70\70\70\70\70<<\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\377\377\377\377ppppppppppppp\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70" + "\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0\377\377" + "\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\0\377\377\377\377\70\70\70\70\70\70" + "\70\70\70\70\70\70\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\37\17\7\3\3\1\1\1\1\3\3\7\17\37\37" + "\16\0\0\0\376\377\377\377\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\0\0\7\177\377\377" + "\360\300\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\0\0\0\0\1\3\7\17\17\36\34<\70\70" + "\70\70\70<\34\36\37\17\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377ppppppp" + "ppppp\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77\77" + "\77\70\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0" + "\0\0\0\1\1\1\1\1\1\377\377\377\377\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\177\0\0\0" + "\0\0\0\0\0\4\17\36\36<\70\70\70\70<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300@\0\0\0\377\377\377\377\0\0\0\0\200\300\340\360\370|>\17\7\3\1" + "\0\0\0\0\0\377\377\377\377\360x<\376\377\367\303\201\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\1\7\17\77~\374\360\340\300\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\1\3\17\37\77>\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300\0\0\377\377\377\377\376\370\340\200\0\0\0\0\0\0\200\340\370~\377\377" + "\377\377\0\0\377\377\377\377\0\3\17\77\376\370\340\360\374~\37\7\1\0\377\377\377\377\0\0\377\377\377\377" + "\0\0\0\0\0\3\7\3\0\0\0\0\0\0\377\377\377\377\0\0\77\77\77\77\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\377\377\377" + "\377\77\376\370\340\300\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\3\17\37\177\374" + "\360\300\200\0\0\0\377\377\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\1\7\37\77\376\370\340\377\377" + "\377\377\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\340\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\7\177\377\377" + "\370\300\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\7\0\0\0\1\3\7\17\37\36\34<\70\70" + "\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\376\374\360\0\0\0\0\377\377\377\377\340\340\340\340\340\340\340" + "\340\340\360x|\77\77\17\3\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\300\370\374\376\37\17\7\3\3\1\1\1\3\3\7\17\37\376\374" + "\370\340\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\376\0\17\177\377\377" + "\360\200\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\177\17\0\0\0\1\7\17\37\37><\70\370\370" + "\370\70<<\36\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\36\34\34\34\34\34" + "\34\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\377\377\377" + "\377\1\1\1\1\1\1\1\1\3\3\7\17\377\377\374\360\0\0\0\0\377\377\377\377\340\340\340\340\340\340\340" + "\340\340\360x|\77\37\17\3\0\0\0\0\377\377\377\377\0\0\0\0\0\0\1\7\37\177\374\360\300\0\0" + "\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\1\17\77\77>\70 \0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\300\200\200\200\0\0\0\0\0\0\0\0\360\374\376\377\7\3\3\1\1\1\1\1\3\3\7\17\37\16" + "\0\0\0\0\0\0\1\3\7\17\37\36<\70xxp\360\340\340\300\300\200\0\0\0\0\0\0\0\200\200" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\207\377\377\376x\0\0\0\2\7\17\37\36\34<\70\70\70\70" + "\70<<\34\36\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1" + "\1\1\1\1\1\377\377\377\377\1\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\377\377\377" + "\377\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\3\7\17\17\36\34<\70\70\70" + "\70\70<\36\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300@\0\0\7\77\377" + "\376\360\200\0\0\0\0\0\0\0\0\0\200\360\376\377\37\3\0\0\0\0\0\1\17\177\377\374\340\0\0\0" + "\0\0\340\374\377\77\7\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\370\300\370\377\177\17\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\77\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\0\37\377\377\370\0\0\0\0\0\200\370\377\376\340\0\0\0\0\0\360" + "\377\377\7\0\0\17\377\377\374\0\0\300\374\377\17\1\37\377\376\360\0\0\370\377\377\3\0\0\0\0\3\377" + "\377\377\374\377\17\0\0\0\0\1\37\377\377\370\377\77\0\0\0\0\0\0\0\0\77\77\17\0\0\0\0\0" + "\0\0\0\1\37\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\1\7" + "\37\177\374\370\340\200\0\0\0\300\360\374\177\37\17\3\0\0\0\0\0\0\0\0\0\0\1\7\217\377\376\374" + "\377\337\7\1\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\77\37\7\3\17\37\177\374\370\340\200\0" + "\0\0\0\0\0\60<\77\77\17\3\0\0\0\0\0\0\0\0\1\7\37\77>\70 \0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300@\0\0\1\7\17\77\377\374\360\300\0\0\0\0\0\0\300\360\376\177\37" + "\7\1\0\0\0\0\0\0\0\0\3\17\77\377\374\360\360\374\377\77\17\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\1\1\1" + "\1\1\1\1\1\1\1\1\1\201\341\371\377\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374" + "\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374~\37\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\70>\77\77;\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360ppp" + "pppppppp\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0`\340\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\17\77\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\370" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\374p@\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppppppp" + "pp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\300\360\374>\37\17\77~\370\360\300\0\0\0\0\0\0\0\0\0\0\0\16\17\7\3\0\0\0\0" + "\0\0\1\7\17\17\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\77\377\376\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\376" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\0\0\0\1\3\7\3\1\201\201\201\201\201\201\201\203\207\377\377\376\370\0\0\0\0\360\370\374" + "\376\17\7\7\3\3\3\3\3\3\3\203\303\377\377\377\377\0\0\0\0\1\3\7\17\17\36\34\34\34\34\34" + "\16\16\7\7\3\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377\377\34\6\3\3\3\3\3" + "\3\3\7\17\77\376\374\370\300\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\77\0\0\0\0\77\77\77\7\7\16\34\34\70\70\70\70<\34\36\17\17\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0" + "\0\0\0\0\0\300\370\374\376\37\7\3\3\1\1\1\1\1\1\1\3\7\17\17\6\0\0\0\0\37\177\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\16\36\36\34" + "\34\34\34\36\16\17\7\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\200\200\200\200\200\200\200\200\0\0\0\377\377\377\377\0\0\0\0\300\370\374\376\77\17\7\3\3\3\3" + "\3\3\7\7\36\377\377\377\377\0\0\0\0\77\377\377\377\300\0\0\0\0\0\0\0\0\0\0\200\377\377\377" + "\377\0\0\0\0\0\1\7\17\37\37><<\70\70\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\300\370\376\377\317\307\303\301\301\301\301\301\301\301\303\307\377\377\374\360\0\0\0\0\37\377\377" + "\377\341\201\1\1\1\1\1\1\1\1\1\1\1\201\1\1\0\0\0\0\0\0\1\3\7\17\17\36\36\34\34" + "\34\34\34\16\16\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\360pppp\360\340\340\300\200\0\0\0\0\0" + "\0\0\0\376\377\377\377\3\0\0\0\0\0\0\0\0\1\7\1\0\0\0\7\7\7\7\7\377\377\377\377\7" + "\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\200\300\300\300" + "\300\300\200\0\0\370\376\377\377\7\3\1\1\1\1\1\3\7\377\377\377\371\1\1\1\1\1\0\0\0\303\347" + "\367\77\36\34\34\34\34\34\36\17\17\7\3\0\0\0\0\0\0\0\200\340\363\367\77\37\16\16\16\16\16\16" + "\16\16\16\16\36\34\374\374\370\340\0\0\3\17\17\37\36\34<\70\70\70\70\70\70\70\70\34\34\36\17\7" + "\3\1\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\377\377\377\377\34\16\7\7\3\3" + "\3\3\3\7\17\377\377\374\360\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360" + "\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\201\201\201\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70\70\70\77\77" + "\77\77\70\70\70\70\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0\0" + "\0\200\200\200\200\200\200\200\200\200\201\201\201\200\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3" + "\3\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\10\34>" + "\37\17\7\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\200\300\340\360x<>\36\17\7\3\1\0\0\0\0\0\0\377\377" + "\377\377\36\17\7\7\17\77~\374\360\340\300\200\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0" + "\0\0\1\7\17\37\77<\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0ppppppp\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\70\70\70\70\70\70\70\77\77\77\77\70\70\70\70\70\70\70\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\200\300\300\300\300\300\200\0\0\200\300\300\300\300\300" + "\300\0\0\0\377\377\377\377\7\1\1\1\1\377\377\377\376\17\3\1\1\1\377\377\377\377\0\0\377\377\377\377" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377\377\377\0\0\37\37\37\37\0\0\0\0\0\37\37\37" + "\37\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377\16\7\3\3\1\1" + "\1\1\1\3\7\377\377\376\370\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\0\0\0" + "\0\0\0\0\300\370\374\376\37\7\3\3\1\1\1\1\1\1\3\7\17\77\377\376\370\300\0\0\37\177\377\377" + "\340\200\0\0\0\0\0\0\0\0\0\0\200\340\377\377\177\17\0\0\0\0\1\3\7\7\17\16\36\34\34\34" + "\34\36\16\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\0\0\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377\16\3\3\1\1\1\1" + "\1\1\3\3\17\77\377\376\370\300\0\0\0\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\200\340\377\377" + "\177\17\0\0\0\377\377\377\377\3\7\16\16\34\34\34\34\36\36\17\17\7\3\1\0\0\0\0\0\77\77\77" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\300\300" + "\300\300\0\0\0\340\370\376\377\37\7\3\1\1\1\1\1\1\1\3\7\16\377\377\377\377\0\0\0\37\377\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\0\0\0\0\0\1\3\7\17\17\36\36\34\34" + "\34\34\16\16\7\3\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377>\17\7\3\3" + "\1\1\1\1\1\1\3\7\3\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200\0" + "\0\0\0\0\0\0\0<\177\377\377\343\301\301\201\201\201\1\1\3\3\7\37\7\2\0\0\0\0\0\200\300" + "\200\0\1\1\1\3\3\3\7\7\7\17\36\376\374\374\360\0\0\0\0\0\3\7\7\17\16\36\36\34\34\34" + "\34\34\36\16\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\200\376\377\377\217\200\200\200\200\200\200\200\0\0\0\0\0\0\0\3\3\3\3\3\377\377\377\377\3" + "\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\37\37><\70\70\70\70\34\34\36\16\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\0\0\0\0\0\0\3\17\37\37><\70\70\70" + "\70\34\34\16\7\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\3\17\177\377\374\340\200\0\0\0\0" + "\0\0\0\0\300\370\377\77\7\0\0\0\0\0\0\0\1\17\77\377\376\360\300\0\200\360\374\177\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\77\77>\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\200\200\0\7\377\377\374\200\0\0\0\0\300\374\376\376\370\300\0\0\0\0\300\377\377\37\0\0\0\37\377" + "\377\360\0\300\374\177\17\0\3\37\377\374\340\0\340\377\377\17\0\0\0\0\0\3\77\77>\77\7\0\0\0" + "\0\0\1\17\77\77\77\77\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\1\7\17\37~\374\360\340\200\200" + "\340\360\370~\37\17\3\1\0\0\0\0\0\0\0\0\0\200\300\340\373\177\77\77\177\373\360\340\200\0\0\0" + "\0\0\0\0\0 \60<>\37\17\3\1\0\0\0\0\0\3\7\37\77<\70\60\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\0\0\0\1\7\77\377\376\360\300\0\0\0\0\0\0\0\0\340\374\377\77\17\1\0\0\0\0\0\0" + "\0\3\37\177\376\370\300\0\0\340\370\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377" + "\377\77\17\1\0\0\0\0\0\0\0\0\70\37\17\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\70<\77\77\77;\71\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\370\376\377\377\7\3\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\200\300\377\377\177\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\17=\375\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77~xxpppppp" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\3\3\17\377\377\376\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\375\37\17\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0ppppppxx>\77\37\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\300\200\0\0\0\6\17\17\3\3\1\1\1\3\7\7" + "\17\36\36\34\34\36\16\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--44-440-72-72-P-201-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr33_3x6_n[3892] U8X8_FONT_SECTION("u8x8_font_inr33_3x6_n") = + " :\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\30\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\16\17\16\36\34\34\70\270\360\377\377" + "\367\260\70\30\34\34\16\16\17\10\0\0\0\0\0`p\370|\37\17\3\1\0\3\7\37>\374x`\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0\0ppppppppp\377\377\377\377pppppppp\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0<~\376\376\374x\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0 x<\37\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\360\360\340 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\300\360\374\377\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\370\376\77\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\300\360" + "\374\376\37\17\7\3\1\1\1\3\3\207\377\376\374\360\300\0\0\0\0\376\377\377\377\0\0\0\0\300\340\360" + "x\36\17\7\1\1\377\377\377\374\0\0\0\7\77\377\377\370\374\36\17\7\1\0\0\0\0\0\200\360\377\377" + "\77\7\0\0\0\0\0\0\3\7\17\37\36<\70\70\70<\34\36\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\14\16\16\7\7\7\7\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\14" + "\36\17\7\3\3\1\1\1\1\3\3\7\37\377\376\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\360\374\77\37\17\1\0\0\0\0\0\0\0\0\300\340\360\370<\36\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\70>\77\77;\71\70\70\70\70\70\70\70\70\70\70\70\70\70\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\2\7\7\3\3\1\1\1\1\3\3\7\17\377\377\374\360" + "\0\0\0\0\0\0\0\0\0\0\0\70\70\70\70x||\376\357\347\307\201\0\0\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\201\377\377\377\376\0\0\0\0\0\0\4\16\37\36\34<\70\70\70\70" + "<<\36\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\300\360\370>\17\377\377\377\377\0\0\0\0\0\0\0\0\0\200\340\360|>\17\7\1\0" + "\0\0\377\377\377\377\0\0\0\0\0\0\0\34\37\37\37\35\34\34\34\34\34\34\34\34\377\377\377\377\34\34" + "\34\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\77\177\77\37\34\16\16\16\16\16\36\36<\374\370\360\340\200\0\0\0\0\0\0\0" + "\200\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\177\0\0\0\0\0\3\7\17\37\36<<\70\70\70" + "\70<\34\36\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\340" + "\370\374~\37\7\3\3\1\1\1\1\3\3\7\3\3\0\0\0\0\0\0\377\377\377\377p\70\34\36\16\16" + "\16\16\36>|\370\360\340\200\0\0\0\0\0\37\377\377\377\300\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\177\0\0\0\0\0\0\0\3\7\17\37\36<\70\70\70\70<\36\37\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\301\361\377\377\77\7\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\360\376\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60>\77\77\17\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\360" + "\374\376\377\17\3\3\1\1\1\1\3\3\17\377\377\376x\0\0\0\0\0\0\0\3\207\317\337\376|\70\70" + "px\370\374\357\317\207\1\0\0\0\0\0\0\370\376\377\377\3\1\0\0\0\0\0\0\0\0\1\7\377\377" + "\376\370\0\0\0\0\0\3\7\17\37\36<<\70\70\70\70<\34\36\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\340\370\376\377\17\7\3\3\1\1\1\3\3\17\37\376\374\360" + "\200\0\0\0\0\0\17\77\177\377\360\340\300\300\200\200\200\300\300\340p\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\1\1\3\3\3\3\3\1\1\0\340\377\377\177\17\0\0\0\0\0\0\14\36\36\34<\70\70\70\70" + "<\34\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77" + "\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\36\77\77\77\77\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--62-620-72-72-P-281-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +#ifdef U8G2_USE_LARGE_FONTS +const uint8_t u8x8_font_inr46_4x8_f[57348] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_f") = + " \377\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\370\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\377\377\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\17\17\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\360\0\0\0\0\0\0\0\0\360\370\370\370\360\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\300\300\300\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\1\0\0\0\0\0\0\0\377\377\377\377\17\0" + "\0\0\0\0\0<<<<<<<<\377\377\377\377=<<<<<<<\376\377\377\377\77<<" + "<<<<\0\0\0\0\0\0\0\0\377\377\377\377\3\0\0\0\0\0\0\0\374\377\377\377\37\0\0\0" + "\0\0\0\0\70\70\70\70\70\70\70\376\377\377\377\77\70\70\70\70\70\70\70\374\377\377\377\37\34\34\34\34" + "\34\34\34\0\0\0\0\0\0\0\376\377\377\377\7\0\0\0\0\0\0\0\370\377\377\377\37\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\2\3\3\3\3\0\0\0\0\0\0\0\0\3\3\3\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\10\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\360\370\374\374>\36\37\17\17\377\377\377\377\17\17\37\37\36>~\374\374\370" + "p \0\0\0\0\0\37\177\377\377\377\370\340\300\200\0\0\377\377\377\377\0\0\0\0\0\0\0\0\1\0" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\17\17\37\37\37\377\377\377\377||\370\370\370\360\360\340\340\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\1\3\17\377\377" + "\377\377\374\0\0\0\30>\77~\374\370\370\360\360\340\340\340\377\377\377\377\340\340\340\360\360\370\374\177\77\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\77\77\77\77\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300" + "\300\300\0\0\360\374\377\377\17\7\7\3\7\7\37\377\377\377\374\360\0\0\0\0\0\300\360\374\377\177\37\7" + "\1\0\0\0\3\17\77\77~\370\370\360\370\370\374\177\177\77\17\3\200\340\370\374\377\77\17\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\177\37\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374\377\77\17\7\1\0\200\340\370\374|>\36\36\36>|" + "\374\370\340\200\0\0\0\200\340\370\376\177\37\17\3\0\0\0\0\0\0\77\377\377\377\340\200\200\200\200\200\340" + "\377\377\377\77\0\4\6\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\7" + "\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\370\374\376\377\77\37\17\17\17\17\17\17\37\177\377\376\374\370\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\377\377\370\340\200\0\0\0\0\200\300\360\377\377\377\177\37\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\343\367\377\177\177\377\376\376\377\357\317\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\300\370\374\377\377\177\17\7\1\0\0\0\0\1\3\17\37\77\177\376\374\360\340\300\200\300\340\370" + "\377\377~\34\37\177\377\377\377\374\340\300\200\200\0\0\0\0\0\200\200\300\300\341\363\377\377\177\177\377\377\377" + "\343\300\200\0\0\0\0\3\3\7\7\17\17\17\17\17\17\17\17\17\17\7\7\3\3\1\0\0\0\0\3\17" + "\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\37\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\370x`" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\177\77\17\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\77\377\377\374\370\360\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\77\77~\374\70" + "\10\0\0\0\0\0\0\0\360\370\370\360\360\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\177\377\376\374\370\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\376\370\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\376\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\377\77\17\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\374\376\377\77\37\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\370|~\77\37\37\17\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340 \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\340\340\300\300\200\200\0\0\0\0\17\377\377\377\177\0\0\0\0\200\200\300\300\300\340" + "\340\200\0\0\0\1\3\3\3\7\7\7\7\17\17\216\376\374\377\177\377\374\376\316\17\17\7\7\7\7\3\3" + "\3\1\0\0\0\0\0\0\200\300\360\370\374\376\77\37\7\3\0\0\0\3\7\37\77\376\374\370\360\300\200\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\36\36\36\36\36\36\36\36\36\36\36\36\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36" + "\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\37\377\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\360\370~\77\17\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxx" + "x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\370\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\360\360" + " \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\10\36\37\77\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\374\376\177\37\17\7\7\7\3\7\7\7\17\37\77\376\374\370\360\300\0" + "\0\0\0\0\0\200\370\377\377\377\177\7\0\0\0\0\0\0\0\0\0\200\300\360\370\374~\37\177\377\377\377" + "\374\300\0\0\0\377\377\377\377\377\0\0\0\0\0\200\340\360\370\374\177\37\17\7\1\0\0\0\0\377\377\377" + "\377\377\0\0\0\7\177\377\377\377\374\360\370\376\77\37\17\7\1\0\0\0\0\0\0\0\0\0\360\377\377\377" + "\377\17\0\0\0\0\0\3\17\37\177\377\377\374\360\340\300\300\200\200\200\200\300\300\340\360\374\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60x\70<<>\36\37\37\17\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60|\376~\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\341\377\377\377\377" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\177\77\37\17\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\370\374\377\377\237\217\203\201\200\200\200\200\200\200\200\200\200\200\200\200\200\200\300" + "\300\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14\36\77\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\377\377\377\177\37\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0>>\36>>\77\77\77\177\377\373\373\361\341\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377\377\377\370" + "\0\0\0\0\0\0@\340\360\374\370\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77\37\3" + "\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\374\177\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\77\37\7\3\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0<\77\77\77\77=<<<<<<<<<<<<\377\377\377\377\377<<<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\0\200\377\377\377\377\377\300\300\300\340\340\340\340\340\340\340\340\300\300\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\37\37\37\77\17\17\7\3\3\3\3\1\3\3\3\3\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\60x\374\374\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\77\37\17\17\7\7\7\3\7\7\7\7\17\37\37\17\6" + "\0\0\0\0\0\0\0\300\376\377\377\377\377\3\0\0\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\370>\37\17\7\7\3\3\3\3\3\7\7\17\37\177\377\376\374\370" + "\340\0\0\0\0\0\0\77\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\377\377\377" + "\377\377\0\0\0\0\0\0\3\17\77\177\377\377\370\360\340\300\300\200\200\200\200\200\300\340\360\370\377\377\177\77" + "\17\1\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\177\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\17\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\77\17\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\4\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\377\177\37\17\7\7\7\7\7\7\7\7\17\37\377\377\376\374\370\340" + "\0\0\0\0\0\0\0\0\17\77\377\377\377\374\360\300\200\0\0\0\0\0\0\0\200\340\370\377\377\177\77\17" + "\0\0\0\0\0\0\0\0\0\0\200\301\343\363\367\177\77\37\37\36>>\177\177\377\367\363\341\300\200\0\0" + "\0\0\0\0\0\0\340\374\376\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\376" + "\370\0\0\0\0\0\7\37\177\377\377\377\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\374\377\377\177\77" + "\17\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\77\177\376\374\370\360\200" + "\0\0\0\0\0\0\0\376\377\377\377\377\303\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\374\0\0\0\0\0\0\1\17\37\177\377\377\374\370\360\340\300\300\300\300\300\340\340\360\360x>\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\3\3\3\1\1\0\0\340\377\377\377\377" + "\77\0\0\0\0\0\0\0\200\300\340\360\340\300\300\200\200\200\200\200\200\300\300\340\360\370\376\177\77\37\7\1" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\340\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\37\37\37\37\17\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\237\377\377\377\377\37\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0 p\370~\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\360\370" + "\370||\0\0\0\0\0\0\200\200\300\340\340\360\360\370\370||>>\37\37\17\17\7\7\3\1\1\0" + "\0\0\0\0<>~\377\377\377\367\347\343\303\201\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\17\37\77>||\370\370\360\360\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\37\37\77" + ">|\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxxxx" + "xxx\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\1\3\3\7\7\17\17\37\37>>||\370\360\360\340\340\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\203\207\307\317\377\377\376\376" + "\374|x\0\0\0\0\0\0\0\200\200\300\300\340\340\360\370\370||>>\37\17\17\7\7\3\1\1\0" + "\0\0\0\0\370\374|>>\37\37\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\370\370\370x\370\370\370\370\360\360\340\340\300\200\0\0" + "\0\0\0\0\0\0\4\16\37\77\37\7\3\3\1\0\0\0\0\0\0\0\0\1\1\3\17\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374\377\377\377\77\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\376\377\177\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\360\360\360\360\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\374>\37\37\17\7\7\7\7\3\7\7\7\7\17\17\37\77\376\374\370" + "\360\300\0\0\200\370\377\377\177\7\1\0\0\0\0\0\0\300\340\360\360\370x|<<<<<<\377\377" + "\377\377\376\0\377\377\377\377\0\0\0\0\0\0\0\374\377\377\377\203\1\0\0\0\0\0\0\0\0\300\377\377" + "\377\377\377\0\3\77\377\377\376\340\200\0\0\0\0\1\7\17\37\77>|||||<>\37\17\77\77" + "\77\77\77\0\0\0\1\7\17\77\177\376\374\370\360\340\340\300\300\200\200\200\200\200\200\200\200\300\300\340\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\177\17\1\3\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\7\7\7\7\7\7\17\37\77\377\377\376\374\370" + "\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\377\377\377\77" + "\17\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\37\37\37\37\77\77\77\177\377\373\363\341\340\300" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377" + "\377\374\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\300\300\300\300\300\340\360\370\376\377\177\77" + "\37\7\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\370\374\376\376\77\37\17\17\7\7\7\7\3\7\7\7\7\17\37\77\177\376" + "\374\370\360\300\0\200\370\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3" + "\1\1\0\0\0\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\177\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\37\77\177\377\376\370\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\360\374" + "\374x\70\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\7\7\7\7\7\7\17\37\77\177\376\376\374\360\340\200" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377\377" + "\376\360\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377" + "\377\17\0\0\0\377\377\377\377\377\200\200\200\200\200\300\300\300\300\300\300\340\340\360\370\374\376\177\77\37\17\3" + "\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\374~\77\37\17\17\7\7\7\7\3\7\7\7\7\17\17\37\77\376\376" + "\374x \0\200\370\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\377\377" + "\377\377\377\0\0\0\3\17\37\77\177\377\374\370\360\340\340\300\300\200\200\200\200\200\200\200\300\300\340\340\377\377" + "\377\377\177\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0@\340\360\370\360\340\300\300\200\200\200\200\200\300\300\340\360\377\377\377\177\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300" + "\300@\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\7\3" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\200\300\340\360\370\374\177\77\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\370~\77\37\37\177\377\377\371\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\3\7\37\77\377\377\374\370\360\300\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\77\177\377\376\374\370\340" + "\300\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\300\300\300\0\0\377\377\377\377\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377" + "\377\377\377\0\0\377\377\377\377\377\3\17\77\377\377\374\360\300\0\0\0\0\200\340\370\376\377\77\17\3\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\3\17\77\377\377\370\370\376\377\77\17\3\0\0\0\0\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\3\7\7\3\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\3\17\37\177\377\376\370\340\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\374\370\340\200\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\177\377\377\377\377" + "\377\377\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\7\7\7\7\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\0\377\377\377\377\377xxxxxxxxxx||||~>\77\37\37\17\7" + "\1\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\37\37\177\376\376\374\370" + "\340\300\0\0\200\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\376\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\17\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\377" + "\377\377\377\77\0\0\7\17\77\177\377\376\374\360\340\300\200\200\200\200\0\200\200\200\300\300\340\360\374\377\377\177" + "\37\7\1\0\0\0\0\0\0\0\0\1\3\7\7\7\17\17\377\377\377\377\217\17\7\7\7\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\37\37>>><>>>>" + ">>\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\7\7\7\7\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\0\377\377\377\377\377xxxxxxxxx\370\374\374\374\374~>\77\37\37\17\7" + "\1\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\374\360\340\200\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370" + "\340\200\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\200\360\370\374\376\377\37\17\17\7\7\7\7\3\7\7\7\7\17\17\37\77~\376<" + "\30\0\0\0\0\0\0\17\177\377\377\377\374\360\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\17\37\37\37>>~||\370\370\370\360\360\340\300\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\377\377" + "\377\376\374\0\0\0p\374\376\374\370\360\340\340\300\300\200\200\200\200\200\200\200\200\300\300\340\360\370\374\377\377" + "\177\37\7\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\0\3\3\3\3\3\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3" + "\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\300\1\17\177\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377" + "\377\77\7\0\0\0\0\3\37\377\377\377\376\360\200\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\7\77\377\377\377\374\340\0\0\0\0\0\0\300\370\377\377\177\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\370\300\200\360\376\377\377\37\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\377\377\377\77\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\300\300\300\300\377\377\377\377\360\0\0\0\0\0\0\0\0\0\340\376\376\370\300\0\0\0\0\0\0\0\0\340" + "\377\377\377\37\0\177\377\377\377\374\0\0\0\0\0\0\340\376\377\177\377\377\377\374\300\0\0\0\0\0\360\377" + "\377\377\17\0\0\0\37\377\377\377\376\200\0\0\360\377\377\77\7\0\0\17\377\377\377\374\340\0\0\360\377\377" + "\377\3\0\0\0\0\0\7\377\377\377\377\360\377\377\77\3\0\0\0\0\0\0\7\177\377\377\376\370\377\377\177" + "\0\0\0\0\0\0\0\0\1\177\377\377\377\77\3\0\0\0\0\0\0\0\0\0\0\7\177\377\377\377\37\0" + "\0\0\0\0\0\0\0\0\0\0\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300@\0\0\0\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\0\0\0\0\300\360\374\376\377\77\37\7" + "\1\0\0\0\0\0\0\0\0\0\1\3\17\77\377\377\376\370\340\200\340\360\374\377\377\77\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\357\377\377\377\377\377\377\303\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\37\7\1\7\37\77\377\377\376\370\340\200\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\377\377\77\37\7\1\0\0\0\0\0\0\0\0\3\17\77\177\377\376\374\360" + "\300\0\0\0\0\6\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300@\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\77" + "\7\1\0\0\0\0\0\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\300\360\374\377\377\77\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370\374\377\377\177\37\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\303\343\373\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\340\370\374\377\377\377\237\207\203\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\300\300\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374<<<<<<<<<<<<<<<<" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0 \360\360\370\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\7\37\177\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\376\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\177\377\377\374\360\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\37\36" + "\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0<<<<<<<<<<<<<<<<\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\77\177\377\376\370\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\370\374\377\77\37\7\1\0\0\0\1\7\17\77\377\376\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\1\1\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\376\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\177\377\377\376\370\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\177\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 p\370\370|<>>\36\36\36\36\36\36\36>>~\374\374\370\360\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\300\300\300\300\300\300\300\300\300\300\303\377\377\377\377" + "\377\0\0\0\0\300\360\370\374\376\177\37\17\17\7\7\7\7\7\7\7\7\3\3\3\3\3\203\377\377\377\377" + "\377\0\0\0\0\17\77\177\377\377\374\360\340\340\300\300\300\300\300\300\340\340\340\360\370|~\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\300\340\360xx<<<<<||\374\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\77\377\377\377" + "\376\360\0\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\177\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\374\377\377\177\37" + "\7\1\0\0\0\0\7\7\7\7\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374||>>\36\36\36\36\36\36>>>|\374\370\370" + "\360\340@\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3" + "\1\0\0\0\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\7\17\77\177\177\376\374\370\360\340\340\300\300\300\300\300\300\300\340\340\360\360\370\374" + "x \0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370" + "\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\300\340\360\360\370\370||<<<<<<|x\370\360\340\300\377\377\377\377" + "\377\0\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\377\377\377\377" + "\377\0\0\0\0\377\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\7\37\177\377\377\376\370\360\340\300\300\200\200\200\200\200\300\300\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\370\370||>>\36\36\36\36\36\36>>|\374\370\370\360\340\200" + "\0\0\0\0\0\340\374\377\377\377\337\303\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\301\377\377\377\377" + "\376\200\0\0\0\177\377\377\377\377\363\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\1\0\0\0\0\3\17\37\77\177\377\374\370\360\340\340\340\300\300\300\300\300\300\300\340\340\360\360\370x\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||||||||\370\370" + "\360\360\340\300\0\0\0\0\0\0\0\0\0\370\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\1\7\7\1\0\0\360\360\360\360\360\360\360\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\374\374~>\36\36\36\36\36\36>>|\370\360\370\370\274<\36\36" + "\36\36\36\30\0\0>\377\377\377\377\343\200\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377~\0\0" + "\0\0\0\0\0\0\0\1\203\307\357\377\77\77>><<<<<>>\37\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\17\77\277\377\374\370\370\370\370\370\360\360\360\360\360\360\360\360\360\360\360\360\340\340\300" + "\200\0\0\0\360\374\376\377\377\317\203\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\201\303\377\377\377" + "\377\177\0\0\0\3\7\17\17\37\37\37\36>>>>><<>>>>\36\37\37\37\17\17\7\3" + "\1\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\200\340\340\360xx<<<<<||\374\374\370\360\340\300" + "\0\0\0\0\0\0\0\377\377\377\377\377\77\7\3\1\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0<<<<<<<<\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0<<<<<<<<<<<<\374\374\374\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\200\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\0" + "\0\0\0\0\0\0\16\17\37\77>>|||||||<>\77\37\17\17\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374|<\34\14" + "\4\0\0\0\0\0\377\377\377\377\377\0\0\200\300\340\360\370\374\376\77\37\17\7\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377>\37\17\7\7\7\37\77\177\377\376\370\360\340\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\7\17\77\177\377\376\374\370\360\300" + "\200\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxx\370\370\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\376\376\376\376\340\370<\34\36\36\36~\376\376\374\370\340\360\370<\36\36\36\36>\376\376" + "\376\374\360\0\377\377\377\377\377\7\0\0\0\0\0\0\0\377\377\377\377\377\7\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\3\3\3\3\3\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\3\3" + "\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\376\376\376\376\376\200\300\360\360x<<\36\36\36\36\36>>~\376\374\370\360\340" + "\200\0\0\0\0\0\0\377\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374|>>\36\36\36\36\36\36>>~\374\374\370\360\360\300" + "\200\0\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\377\377" + "\377\376\370\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\377\377\0\0\0\1\7\37\77\177\177\376\370\360\360\340\340\300\300\300\300\300\340\340\360\360\374\376\177\77\37" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\300\340\360x<<\36\36\36\36\36\36>>~\376\374\370\370\360\340" + "\200\0\0\0\0\0\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\177\377\377" + "\377\376\360\0\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377" + "\377\377\77\0\0\0\377\377\377\377\377\77|\370\360\340\340\300\300\300\300\300\300\340\340\360\370\374\376\177\77\37" + "\17\3\0\0\0\0\377\377\377\377\377\0\0\0\0\1\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\374|~>>\36\36\36\36\36\36><|\370\360\340\376\376\376" + "\376\376\0\0\0\340\376\377\377\377\77\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\377\377\0\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\0\0\0\0\1\17\37\77\177\377\376\370\360\340\340\300\300\300\300\300\300\340\340\360x>\37\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\376\376\376\376\376\200\300\360\360\370|<>>\36\36\36\36\36\36>~\374" + "\374x\20\0\0\0\0\0\0\377\377\377\377\377\377\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\340\360\370\370\374|>>\36\36\36\36\36\36\36>>|\374\374\370\360\340" + "@\0\0\0\0\0\0\0\17\77\177\377\377\374\360\340\340\300\300\300\300\200\200\200\0\0\0\0\1\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\17\17\17\37\37\77~\376\374\370\360" + "\340\0\0\0\0\0\60|\177\374\374\370\360\360\340\340\300\300\300\300\300\300\300\340\340\340\360\370\377\377\177\77" + "\17\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\377\37\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0<<<<<<<\274\377\377\377\377\377<<<<<<<<<<<\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\377\376\360\300\300\200\200\200\200\200\300\300\340\340" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374" + "\374\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\3\37\177\377\377\377\370\360\340\300\200\200\200\200\200\200\300\340\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\34|\374\374\374\364\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\374" + "\374<\0\0\0\0\0\3\17\177\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377\370\340\0\0\0\0\300\360\376\377\177\37\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\374\370\377\377\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\354\0\0\0\0\0\0\0\0\0\200\340\340\340\200\0\0\0\0\0\0\0\0\0\374" + "\374\374\374\14\37\377\377\377\374\200\0\0\0\0\0\200\370\377\377\77\377\377\374\340\0\0\0\0\0\0\370\377" + "\377\377\7\0\0\3\177\377\377\377\360\0\0\200\370\377\377\37\1\0\3\37\377\377\376\360\200\0\0\370\377\377" + "\177\3\0\0\0\0\0\17\377\377\377\376\370\377\377\17\0\0\0\0\0\0\1\17\377\377\377\370\376\377\377\37" + "\0\0\0\0\0\0\0\0\1\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\34|\374\374\370\360\300\200\0\0\0\0\0\0\0\0\0\200\340\360\374\374|<\14" + "\4\0\0\0\0\0\0\0\0\0\3\7\17\77\177\376\374\370\340\300\340\370\374\377\177\37\17\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\361\377\377\377\77\377\377\377\360\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\370\374\377\177\77\17\7\1\0\0\0\1\7\17\37\177\377\376\370\360\300\200" + "\0\0\0\0\0\4\6\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7" + "\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\4<\374\374\374\374\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\374\374\374" + "\374<\4\0\0\0\0\0\7\37\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\200\360\376\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\0\3\17\177\377\377\376\360\300\0\0\0\200\360\374\377\377\77\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\376\370\374\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\361\377\377\377\77\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\77>|||x|||>\77\37\17\17\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<<<<<<<<<<<<<\274\374\374\374\374\374|<" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\177\37\17\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\374\376\177\77\37\17\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\360\370\374\376\377\237\217\207\203\201\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\300\300\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\300\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\376\377\377\37\17\7\7\7\7\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\17\17\37\37\37\77\77\377\371\361\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\37\77\177\377\376\374\370\360\360\360\360\360\360\360\360\360\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\7\7\7\7\17\37\77\377\376\374\370\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\177\377\377\370\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\361\371\373\177\77\37\37\37" + "\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\377\377\377\377\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\370\370\374\377\177\77\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\360\370\374|>\36\36\36\36>>|\374\370\360\340\340\300\300\200\300\300\340\360\370" + "\376|\70\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\3\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\340\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\360\377\377\377\377\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\374~\77\37\17\17\7\7\7\367\377\377\377\177\7\17\17\37\77~\376" + "|\30\0\0\0\370\377\377\377\377\37\1\0\0\0\0\0\0\0\360\377\377\377\177\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\17\177\377\377\377\376\340\200\0\0\0\0\0\360\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\7\17\37\77\77~\374\370\370\360\377\377\377\377\360\360\360\360\360\370\370|~>" + "\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377\377\77\1\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\370\374\376\377\77\37\17\7\7\7\7\7\7\7\7\17\37\37\17\6\0" + "\0\0\0\0\0\0\200\200\200\277\377\377\377\377\361\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\377\377\377\377\377\347\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\200\300\300\340\360\370\376\377\377\377\367\361\360\360\360\360\360\340\340\300\300\200\200\200\200\200\200\300" + "\340\340\200\0\0\3\7\3\3\1\1\0\0\0\0\0\0\0\1\1\1\3\3\7\7\7\7\7\7\7\7\7" + "\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0@\340\360\340\300\200\0\0\200\200\300\300\300\300\300\300\200\200\0\0\200\300\340\360\340" + "@\0\0\0\0\0\0\0\0\301\367\377\377\177\37\17\7\7\7\7\7\7\7\7\17\37\177\377\377\363\301\0" + "\0\0\0\0\0\0\0\0\0\37\177\377\377\360\300\200\0\0\0\0\0\0\0\0\200\300\360\377\377\177\37\0" + "\0\0\0\0\0\0\0\20\70|\77\37\17\7\7\17\17\37\37\37\37\37\37\17\17\7\7\17\37>|\70" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300@\0\0\3\7\37\177\377\376\374\360\300\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77" + "\17\3\0\0\0\0\0\0\0\0\1\3\17\77\377\377\374\370\340\200\0\200\340\370\376\377\177\37\7\3\0\0" + "\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\203\207\237\377\377\376\377\377\237\207\201\200\200\200\200\200\200" + "\200\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\377\377\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\340\360\360\370\370|||||||x\370\370\360\360\340\300\0\0" + "\0\0\0\0\0\0\0\0\374\377\377\377\377\347\201\0\0\0\0\0\0\0\0\0\0\1\7\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\203\307\317\377\377\177\77~||\370\370\370\360\360\340\340\300\300\200\0\0\0" + "\0\0\0\0\0\0\0|\377\377\377\377\363\300\200\0\0\0\0\0\0\0\1\3\7\17\377\377\377\377\374\0" + "\0\0\0\0\0\0\0\0\1\3\7\7\17\17\37\37\37>>>||\374\370\374\376\377\347\307\203\0\0" + "\0\0\0\0\0\0\0\200\300\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\307\377\377\377\377~\0" + "\0\0\0\0\0\0\3\7\17\17\37\37\77><|||x|||<>\77\37\37\17\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\340\340\340\340\340\340\340\340\300\300\300\200\0\0\0" + "\0\0\0\0\0\300\340\370|\36\17\7\7\203\301\341\341\340\360\360\360\360\360\360\341\341\301\203\7\7\17\36" + "|\370\360\300\377\377\17\1\0\0\360\374\377\377\17\3\1\1\0\0\0\0\0\1\1\3\17\17\17\4\0\0" + "\0\1\7\377\177\377\370\300\0\0\7\37\177\377\376\370\340\340\300\300\300\300\300\300\340\340\370\360` \0\0" + "\0\200\360\377\0\1\7\17\37\37\17\7\7\7\3\3\7\7\7\17\37\377\376\374\360\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\360\370x<\34\34\34\34\34\34\34\34\34\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\17\77\177\377\370\360\340\340\300\300\340\340\340\360x|\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\341\341\341\341\341\341\341\340\340\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\6\0\0\200\300\340\360\370\374~\77\37\17\6" + "\0\0\0\0\0\0\16\37\77\177\377\373\361\340\300\200\0\0\0\16\37\77\177\377\373\361\340\300\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\77~|\70\20\0\0\0\0\1\3\7\17\77~|\70" + "\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0<<<<<<<<<<<<<<<<<<\374\374\374\374\374" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\177\177" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxx" + "x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\340\340\340\340\340\340\340\340\300\300\200\200\0\0\0" + "\0\0\0\0\0\300\360\370|\36\17\7\7\343\341\341\341\340\340\340\340\340\340\340\301\301\201\3\7\7\17\36" + "|\370\360\300\377\377\17\1\0\0\0\0\0\377\377\377\300\300\300\300\300\300\300\341\343\377\177\36\0\0\0\0" + "\0\1\7\377\177\377\370\300\0\0\0\0\0\377\377\377\1\1\1\1\1\3\17\77\376\370\340\200\0\0\0\0" + "\0\300\360\377\0\1\7\17\37\17\7\7\3\3\7\7\17\37\77\376\374\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\201\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\3\17\37\77\177\374\370\360\340\340\340\340\340\360\370\374\177\77\37\7\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\341\341\341\341\341\341\340\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\6\17\37\77~\374\370\360\340\300\200\0\0\6\17\37\77~\374\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\361\373\377\177\77\37\16\0\0\0\200\300\340\361\373\377\177\77" + "\37\16\0\0\0\0\0\20\70|~\77\17\7\3\1\0\0\0\0\20\70|~\77\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340pxx\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\360" + " \0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\177\17\3\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\200\340\374\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\77\17\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\77\17\3\0\0\0\0\0\200\340\360x\374\376\376" + "\0\0\0\0\0\0\0\0\0\300\360\374\377\177\37\7\0\0\200\300\340\360\374\236\217\207\203\200\200\377\377\377" + "\200\200\200\0\0\0\0\10\36\37\37\7\1\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\377\377\377" + "\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340pxx\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\370\360" + " \0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\77\17\3\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\200\360\374\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\77\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\77\17\3\0\340\360\360x\70\34\34\34\34\34<" + "x\370\360\300\0\0\0\0\0\300\360\374\377\177\37\7\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340p" + "|\77\37\7\0\0\0\10\36\37\37\7\1\0\0\0\0\0\0\0\0\340\360\370\374\376\357\347\343\341\340\340" + "\340\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\70x<\34\16\16\16\16\16\36<\370\360\340\0\0\0\0\0\0\0\0\0\0\300\370\370\370" + "\60\0\0\0\0\0\0\0\0\70\70\70\70<~\377\347\343\300\200\0\0\0\0\200\360\374\377\177\37\7\0" + "\0\0\0\0<|x\360\340\340\340\340\340\360px\177\77\37\7\200\340\370\376\377\77\17\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\177\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\377\377\37\7\1\0\0\0\0\200\300\360x\374\376\376" + "\0\0\0\0\0\0\0\0\0\0\300\370\376\377\77\17\3\0\0\200\300\360\370\274\237\207\203\201\200\377\377\377" + "\200\200\200\200\0\0\0\0\14\37\77\37\7\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\377\377\377" + "\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\360\340\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\376\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\360\370\374\177\77\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\376\377\377\377\77\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\3\37\177\377\377\376\370\340\300\300\200\200\200\200\200\200\300\300\340\360\370\374\376|\70\20" + "\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\341\301\3\3\3\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\177\17\1\3\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\3\3\3\341\301\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\177\17\1\3\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\7\7\3\3\1\0\0\0\340\300\0\0\1\1\3\7\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\177\17\1\7\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\340\300\0\1\3\3\3\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\177\17\1\7\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\340\300\0\0\0\0\1\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\177\17\1\3\37\377\377\377\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\374\377\377\37\3\0\0\0\0\0\0\3\37\377\377\377\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\77\377\377\377\370\300" + "\0\0\0\0\300\370\377\377\377\77\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377" + "\377\370\300\0\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\37>\370\370\270<\37\37\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\374\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\77\7\1\17\77\377\377\374\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\370\377\377\177\17\1\0\0\0\0\0\1\17\177\377\377\374\340\200\0\0\0" + "\0\0\0\0\0\0\200\360\376\377\377\77\77<<<<<<<<<<<\77\77\377\377\377\374\340\200" + "\0\0\0\0\340\374\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\377\377\377" + "\374\340\200\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\377\377\377\377\3\3\3\3\3\3\3\3" + "\3\3\3\3\0\0\0\0\0\0\0\340\374\377\377\77\7\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\377\377\377\377\36\36\36\36\36\36\36\36" + "\36\36\36\0\0\0\340\374\377\377\377\177xxxxxxxx\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\377\377\377\77\7\0\0\0\0\0\0\0\0\0\0\377\377\377\377\200\200\200\200\200\200\200\200" + "\200\200\200\200\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\370\374\376\376\77\37\17\17\7\7\7\7\7\7\7\7\17\17\37\77\177\376" + "\374\370\360@\0\200\370\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\1\0\0\0\0\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\177\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\37\77\177\377\376\370\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\374" + "\374x\30\0\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\377\377\377\307\307\307\307\203\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34<\70xppqqqqy\77\77\37\17\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\301\301\303\303\303\307\307\307\301\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\303\307\307\307\303\303\301\301\301\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\307\307\307\303\301\301\300\300\300\300\300\300\301\303\303\307\307\303\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\301\301\301\300\300\300\300\300\300\300\300\300\301\301\301\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\301\301\301\303\303\307\307\307\303\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\303\307\307\303\303\303\301\301\301\300\300\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\303\307\307\303\303\301\300\300\300\300\300\300\300\301\303\303\307\307\303\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\301\301\301\300\300\300\300\300\300\300\300\300\300\301\301\301\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\7\7\7\7\7\17\37\77\177\376\376\374\370\340" + "\200\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\177\377\377" + "\377\376\360\0\36\36\36\377\377\377\377\377\36\36\36\36\36\36\36\36\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377" + "\377\177\17\0\0\0\0\377\377\377\377\377\200\200\200\200\200\300\300\300\300\300\340\340\360\370\374\377\177\77\37\7" + "\3\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\301\1\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\1\301\300\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\3\17\37\177\377\376\370\340\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\374\370\340\200\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\177\377\377\377\377" + "\377\377\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\201\201\301\303\303\303\307\307\317\217\202\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\207\217\307\307\307\303\303\303\301\201\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\7\17\7\203\203\201\300\300\300\300\300\300\301\203\203\207\17\7\2\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\200\200\200\300\300\300\300\300\301\303\203\203\203\3\3\1\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\1\201\200\200\300\300\300\300\300\300\300\200\201\201\1\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0" + "\0\0\0\0\0\0\0\0\3\7\17\37\77\177\376\374\370\360\340\300\300\340\360\370\374\376\177\77\37\17\7\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\361\373\377\177\77\77\377\377\373\361\340\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\30<~\177\77\17\7\3\1\0\0\0\0\0\1\3\7\17\37\77\177~<\30" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\200\340\370" + "\370\370p\60\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\337\377\377\376\377\377\377" + "\347\301\0\0\200\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\300\360\374\377\377\77\17\3\3\377\377" + "\377\377\376\360\377\377\377\377\377\201\0\0\0\0\0\0\0\300\360\374\377\177\37\7\3\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\200\340\370\374\377\177\37\7\1\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\237\377\377\377\377\377\377\347\301\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\60<~\177\77\17\3\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\1\1\1\3\3\3\7\7\3\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\1\7\7\7\3\3\1\1\1\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300C\7\7\3\1\1\0\0\0\0\0\0\0\1\3\3\7\7\1\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\1\1\1\0\0\0\0\0\0\0\0\0\0\1\1\1\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\3\7\7\3\3\3\1\1\1\0\0\0\0\0\0\300\300\300" + "\300\300@\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\77" + "\7\1\0\0\0\0\0\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\300\360\374\377\377\77\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370\374\377\377\177\37\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\7\7\7\7\7\7\7\7\7\7\7\7\7\17\17\37\77\377\376\374\370" + "\360\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377xxxxxxxxxxxxx||~\77\77\37\17\7" + "\3\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370\370|||<|||\370\370\360\360\340\300\200\0\0" + "\0\0\0\0\0\0\340\374\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\374" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\200\200\200\200\300\300\340\360\374\377\177\77\37\7" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\7\7\17\17\17\17\17\37>~\374\374\370\360" + "\340\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\377\377" + "\377\377\376\0\0\0\377\377\377\377\377\0\0\0\0\0\200\340\300\200\200\200\200\200\200\300\340\360\370\377\377\177" + "\77\17\3\0\0\0\7\7\7\7\7\0\0\0\0\2\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<\374\376\374\370\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\37\37\17\14\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0@\340\360\360\370x||<<<<<<<||\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374\376\376|\70\10\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\16\37\37\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0@\340\360\360\370x||<<<<<<<||\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\374~~\376\370\360\300\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\14\36\77\37\7\3\1\0\0\1\3\7\37\77\77\34\10\0\0\0" + "\0\0\0\0\0\0\0\0@\340\360\360\370x||<<<<<<<||\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\360\370\370|<<<||\370\370\340\300\300\200\200\200\300\340\370\360" + "`\0\0\0\0\0\0\0\0\1\1\3\1\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0" + "\0\0\0\0\0\0\0\0@\340\360\360\370x||<<<<<<<||\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0`\360\360\370\370||<<<<<<<<|\374\370\370\360\360\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\376\37\7\7\7\17\37\376\376\374\360\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\17\37\36\34\34\34\37\17\7\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0@\340\360\360\370x||<<<<<<<||\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\201\207\377\377\377\377" + "\376\0\0\0\0\200\340\360\370\374\376>\37\37\17\17\17\17\17\17\17\17\7\7\7\7\7\7\377\377\377\377" + "\377\0\0\0\0\37\177\377\377\377\370\340\300\300\200\200\200\200\200\200\300\300\300\340\360\370\374\177\377\377\377\377" + "\377\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20x\374|>\36\36\36\36\36>~\374\370\360\340\360\370|>>\36\36\36\36>~\374" + "\370\360\340\0\0\0\0\200\200\200\300\300\300\300\300\300\300\377\377\377\377\341\340\340\340\340\340\340\340\340\340\340" + "\377\377\377\377\374\376\377\77\17\7\7\3\3\3\3\3\3\377\377\377\377\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\177\377\377\370\360\340\300\300\300\300\340\340\370\377\177\77\177\376\370\360\340\340\300\300\300\300\300\340" + "\340\360\360`\0\0\1\3\3\3\3\3\3\3\3\1\1\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||>>\36\36\36\36\36\36\36>>~\374\374\370" + "\360\360@\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7" + "\3\1\0\0\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\7\17\37\77\177\376\374\370\360\340\340\340\300\300\300\300\300\300\340\340\340\360\370\374" + "xp \0\0\0\0\0\0\0\0\0\0\0\1\1\1\3\3\3\303\377\377\377\343\343\343\343\301\201\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\10\14\36\36\34<\70\70\70\70\70\70<\37\37\17\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<\374\376\376\370\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\37\37\14\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||<<<<<<||\370\370\360\360\340\300\0" + "\0\0\0\0\0\300\370\376\377\377\277\207\201\200\200\200\200\200\200\200\200\200\200\200\200\200\201\203\377\377\377\377" + "\374\0\0\0\0\377\377\377\377\377\347\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\3\0\0\0\0\7\37\77\177\377\376\370\360\340\300\300\300\200\200\200\200\200\200\200\300\300\340\340\360\360`" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\376|\70\30\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\16\37\37\37\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||<<<<<<||\370\370\360\360\340\300\0" + "\0\0\0\0\0\300\370\376\377\377\277\207\201\200\200\200\200\200\200\200\200\200\200\200\200\200\201\203\377\377\377\377" + "\374\0\0\0\0\377\377\377\377\377\347\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\3\0\0\0\0\7\37\77\177\377\376\370\360\340\300\300\300\200\200\200\200\200\200\200\300\300\340\340\360\360`" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374~\376\374\370\340\300\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\10\34>\77\17\7\3\0\0\0\1\3\17\37\77>\34\10\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||<<<<<<||\370\370\360\360\340\300\0" + "\0\0\0\0\0\300\370\376\377\377\277\207\201\200\200\200\200\200\200\200\200\200\200\200\200\200\201\203\377\377\377\377" + "\374\0\0\0\0\377\377\377\377\377\347\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\3\0\0\0\0\7\37\77\177\377\376\370\360\340\300\300\300\200\200\200\200\200\200\200\300\300\340\340\360\360`" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||<<<<<<||\370\370\360\360\340\300\0" + "\0\0\0\0\0\300\370\376\377\377\277\207\201\200\200\200\200\200\200\200\200\200\200\200\200\200\201\203\217\377\377\377" + "\374\0\0\0\0\377\377\377\377\377\347\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\3\0\0\0\0\7\37\77\177\377\376\370\360\340\300\300\300\200\200\200\200\200\200\200\300\300\340\340\360\360`" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\14\36~\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\17\7\6\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\36\36\36\36\36\36\36\36\376\376\376\376\376\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\377\377\377\377\377\300\300\300\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\377\376|<\10\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\16\37\37\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0<<<<<<<<\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374~~\374\370\340\300\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\10\34>\77\17\7\3\0\0\0\1\3\17\37\77\37\34\10\0\0\0\0" + "\0\0\0\0\0\0\0\0\0<<<<<<<<\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0<<<<<<<\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\70\70x\370\370\360\340\300\300\200\200\300\300\300\300\340\340" + "\300\0\0\0\0\0\0\0\0\0\0\0\14<<\36\36\36\16\17\17\17\7\37\77\177\377\377\373\341\301\1" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\370\371\367\377\377\377\377" + "\374\340\0\0\0\200\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377" + "\377\377\377\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\37\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\360\370||<<<|\374\370\360\340\300\200\200\200\300\340\360\360\340" + "@\0\0\0\0\0\0\0\0\1\3\3\1\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\3\1\0" + "\0\0\0\0\0\0\0\374\374\374\374\374\0\200\340\340\360xx<<<<<||\374\374\370\360\340\300" + "\0\0\0\0\0\0\0\377\377\377\377\377\77\7\3\1\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\70|\376\376\374\360\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\37\16\10\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\374\370\370\360\340\340\200" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\376\374|\30\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\17\37\37\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\374\370\370\360\340\340\200" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\376~\376\370\360\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\10\36\77\37\7\3\1\0\0\0\3\7\17\77\77\36\10\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\374\370\370\360\340\340\200" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\370\370|<<<||\370\360\340\300\300\200\200\200\300\360\370\340" + "@\0\0\0\0\0\0\0\0\1\1\3\1\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\374\370\370\360\340\340\200" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<||\374\370\370\360\340\340\200" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\300\300\340\340\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\17\17\17\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0<<<<<<<<<<<<<<<<<<<<<<<<<" + "<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\200\200" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\370||<<<<<<|\374\374\374\377\377\377\317\203" + "\0\0\0\0\0\300\370\376\377\377\377\17\3\1\0\0\0\0\0\200\340\370\376\377\77\17\3\1\7\77\377\377" + "\377\374\360\0\0\177\377\377\377\377\360\0\0\0\0\300\360\374\376\177\37\17\3\0\0\0\0\0\0\200\377\377" + "\377\377\377\0\0\0\3\17\37\177\377\377\374\374\377\377\337\307\201\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0 \70~\177\77\17\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\36>\377\377\374\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\17\7\7\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376" + "\376\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\0\0\0\0\0\1\17\77\177\377\377\374\370\360\340\300\300\300\300\300\300\340\360\360x>\37\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\177>\36\4\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376" + "\376\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\0\0\0\0\0\1\17\77\177\377\377\374\370\360\340\300\300\300\300\300\300\340\360\360x>\37\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374~~\374\370\340\300\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\10\34>\37\17\7\1\0\0\0\1\3\17\37\77\36\14\10\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374" + "\374\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\3\37\177\377\377\377\370\360\340\300\200\200\200\200\200\200\300\340\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374" + "\374\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\3\37\177\377\377\377\370\360\340\300\200\200\200\200\200\200\300\340\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\177>\36\4\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\2\36~\376\376\376\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\376\376\376" + "\376\36\2\0\0\0\0\0\3\17\177\377\377\376\370\300\0\0\0\0\0\0\0\0\0\300\370\377\377\377\37\7" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\370\340\0\0\0\300\370\376\377\377\37\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\377\377\377\374\376\377\377\37\7\0\0\0\0\0\0" + "\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\200\340\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\16\37\37>>><>>>\37\37\17\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\300\340\360xx<<<<<<||\374\374\370\360\360\340\300" + "\0\0\0\0\0\0\377\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377" + "\377\374\340\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\377\177\0\0\0\377\377\377\377\377\177\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\0\0\0\0\377\377\377\377\377\0\0\1\1\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0" + "\0\0\0\0\0\4\34|\374\374\374\364\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\374" + "\374|\14\0\0\0\0\0\3\17\177\377\377\376\360\300\0\0\0\0\0\0\0\0\0\0\340\374\377\377\177\37" + "\3\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377\370\340\0\0\0\0\340\370\377\377\177\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\374\370\377\377\177\17\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377\377\177\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\34>\77~||x|||>\77\37\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +#endif /* U8G2_USE_LARGE_FONTS */ +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--62-620-72-72-P-281-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr46_4x8_r[24324] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_r") = + " ~\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\370\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\377\377\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\17\17\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\360\0\0\0\0\0\0\0\0\360\370\370\370\360\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\300\300\300\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\1\0\0\0\0\0\0\0\377\377\377\377\17\0" + "\0\0\0\0\0<<<<<<<<\377\377\377\377=<<<<<<<\376\377\377\377\77<<" + "<<<<\0\0\0\0\0\0\0\0\377\377\377\377\3\0\0\0\0\0\0\0\374\377\377\377\37\0\0\0" + "\0\0\0\0\70\70\70\70\70\70\70\376\377\377\377\77\70\70\70\70\70\70\70\374\377\377\377\37\34\34\34\34" + "\34\34\34\0\0\0\0\0\0\0\376\377\377\377\7\0\0\0\0\0\0\0\370\377\377\377\37\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\2\3\3\3\3\0\0\0\0\0\0\0\0\3\3\3\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\10\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\360\370\374\374>\36\37\17\17\377\377\377\377\17\17\37\37\36>~\374\374\370" + "p \0\0\0\0\0\37\177\377\377\377\370\340\300\200\0\0\377\377\377\377\0\0\0\0\0\0\0\0\1\0" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\17\17\37\37\37\377\377\377\377||\370\370\370\360\360\340\340\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\1\3\17\377\377" + "\377\377\374\0\0\0\30>\77~\374\370\370\360\360\340\340\340\377\377\377\377\340\340\340\360\360\370\374\177\77\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\77\77\77\77\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300" + "\300\300\0\0\360\374\377\377\17\7\7\3\7\7\37\377\377\377\374\360\0\0\0\0\0\300\360\374\377\177\37\7" + "\1\0\0\0\3\17\77\77~\370\370\360\370\370\374\177\177\77\17\3\200\340\370\374\377\77\17\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\177\37\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374\377\77\17\7\1\0\200\340\370\374|>\36\36\36>|" + "\374\370\340\200\0\0\0\200\340\370\376\177\37\17\3\0\0\0\0\0\0\77\377\377\377\340\200\200\200\200\200\340" + "\377\377\377\77\0\4\6\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\7" + "\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\370\374\376\377\77\37\17\17\17\17\17\17\37\177\377\376\374\370\360\0\0\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\377\377\370\340\200\0\0\0\0\200\300\360\377\377\377\177\37\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\343\367\377\177\177\377\376\376\377\357\317\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\300\370\374\377\377\177\17\7\1\0\0\0\0\1\3\17\37\77\177\376\374\360\340\300\200\300\340\370" + "\377\377~\34\37\177\377\377\377\374\340\300\200\200\0\0\0\0\0\200\200\300\300\341\363\377\377\177\177\377\377\377" + "\343\300\200\0\0\0\0\3\3\7\7\17\17\17\17\17\17\17\17\17\17\7\7\3\3\1\0\0\0\0\3\17" + "\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\37\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\370x`" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\177\77\17\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\77\377\377\374\370\360\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\77\77~\374\70" + "\10\0\0\0\0\0\0\0\360\370\370\360\360\340\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\37\177\377\376\374\370\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\376\370\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\376\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\377\77\17\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\374\376\377\77\37\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\370|~\77\37\37\17\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340 \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\340\340\300\300\200\200\0\0\0\0\17\377\377\377\177\0\0\0\0\200\200\300\300\300\340" + "\340\200\0\0\0\1\3\3\3\7\7\7\7\17\17\216\376\374\377\177\377\374\376\316\17\17\7\7\7\7\3\3" + "\3\1\0\0\0\0\0\0\200\300\360\370\374\376\77\37\7\3\0\0\0\3\7\37\77\376\374\370\360\300\200\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\36\36\36\36\36\36\36\36\36\36\36\36\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36" + "\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\37\377\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\360\370~\77\17\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxx" + "x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\370\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\360\360" + " \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\10\36\37\77\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\374\376\177\37\17\7\7\7\3\7\7\7\17\37\77\376\374\370\360\300\0" + "\0\0\0\0\0\200\370\377\377\377\177\7\0\0\0\0\0\0\0\0\0\200\300\360\370\374~\37\177\377\377\377" + "\374\300\0\0\0\377\377\377\377\377\0\0\0\0\0\200\340\360\370\374\177\37\17\7\1\0\0\0\0\377\377\377" + "\377\377\0\0\0\7\177\377\377\377\374\360\370\376\77\37\17\7\1\0\0\0\0\0\0\0\0\0\360\377\377\377" + "\377\17\0\0\0\0\0\3\17\37\177\377\377\374\360\340\300\300\200\200\200\200\300\300\340\360\374\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60x\70<<>\36\37\37\17\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60|\376~\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\341\377\377\377\377" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\177\77\37\17\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\370\374\377\377\237\217\203\201\200\200\200\200\200\200\200\200\200\200\200\200\200\200\300" + "\300\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14\36\77\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\377\377\377\177\37\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0>>\36>>\77\77\77\177\377\373\373\361\341\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377\377\377\370" + "\0\0\0\0\0\0@\340\360\374\370\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77\37\3" + "\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\374\177\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\77\37\7\3\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0<\77\77\77\77=<<<<<<<<<<<<\377\377\377\377\377<<<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\0\200\377\377\377\377\377\300\300\300\340\340\340\340\340\340\340\340\300\300\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\37\37\37\77\17\17\7\3\3\3\3\1\3\3\3\3\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\60x\374\374\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\77\37\17\17\7\7\7\3\7\7\7\7\17\37\37\17\6" + "\0\0\0\0\0\0\0\300\376\377\377\377\377\3\0\0\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\370>\37\17\7\7\3\3\3\3\3\7\7\17\37\177\377\376\374\370" + "\340\0\0\0\0\0\0\77\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\377\377\377" + "\377\377\0\0\0\0\0\0\3\17\77\177\377\377\370\360\340\300\300\200\200\200\200\200\300\340\360\370\377\377\177\77" + "\17\1\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\177\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\17\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\77\17\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\4\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\377\177\37\17\7\7\7\7\7\7\7\7\17\37\377\377\376\374\370\340" + "\0\0\0\0\0\0\0\0\17\77\377\377\377\374\360\300\200\0\0\0\0\0\0\0\200\340\370\377\377\177\77\17" + "\0\0\0\0\0\0\0\0\0\0\200\301\343\363\367\177\77\37\37\36>>\177\177\377\367\363\341\300\200\0\0" + "\0\0\0\0\0\0\340\374\376\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\376" + "\370\0\0\0\0\0\7\37\177\377\377\377\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\374\377\377\177\77" + "\17\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\77\177\376\374\370\360\200" + "\0\0\0\0\0\0\0\376\377\377\377\377\303\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\374\0\0\0\0\0\0\1\17\37\177\377\377\374\370\360\340\300\300\300\300\300\340\340\360\360x>\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\3\3\3\1\1\0\0\340\377\377\377\377" + "\77\0\0\0\0\0\0\0\200\300\340\360\340\300\300\200\200\200\200\200\200\300\300\340\360\370\376\177\77\37\7\1" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\340\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\37\37\37\37\17\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\340\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\237\377\377\377\377\37\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0 p\370~\77\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\360\360\370" + "\370||\0\0\0\0\0\0\200\200\300\340\340\360\360\370\370||>>\37\37\17\17\7\7\3\1\1\0" + "\0\0\0\0<>~\377\377\377\367\347\343\303\201\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\3\7\7\17\17\37\77>||\370\370\360\360\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\37\37\77" + ">|\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxxxx" + "xxx\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\1\3\3\7\7\17\17\37\37>>||\370\360\360\340\340\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\203\207\307\317\377\377\376\376" + "\374|x\0\0\0\0\0\0\0\200\200\300\300\340\340\360\370\370||>>\37\17\17\7\7\3\1\1\0" + "\0\0\0\0\370\374|>>\37\37\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\370\370\370x\370\370\370\370\360\360\340\340\300\200\0\0" + "\0\0\0\0\0\0\4\16\37\77\37\7\3\3\1\0\0\0\0\0\0\0\0\1\1\3\17\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\374\377\377\377\77\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\376\377\177\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\360\360\360\360\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\374>\37\37\17\7\7\7\7\3\7\7\7\7\17\17\37\77\376\374\370" + "\360\300\0\0\200\370\377\377\177\7\1\0\0\0\0\0\0\300\340\360\360\370x|<<<<<<\377\377" + "\377\377\376\0\377\377\377\377\0\0\0\0\0\0\0\374\377\377\377\203\1\0\0\0\0\0\0\0\0\300\377\377" + "\377\377\377\0\3\77\377\377\376\340\200\0\0\0\0\1\7\17\37\77>|||||<>\37\17\77\77" + "\77\77\77\0\0\0\1\7\17\77\177\376\374\370\360\340\340\300\300\200\200\200\200\200\200\200\200\300\300\340\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\370\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\177\17\1\3\37\377\377\376\370\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\360\376\377\377\37\3\0\0\0\0\0\0\7\37\377\377\376\370\300\0\0\0" + "\0\0\0\0\0\0\0\340\374\377\377\177\77<<<<<<<<<<<<\77\177\377\377\376\370\300" + "\0\0\0\0\300\370\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377" + "\376\370\300\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\7\7\7\7\7\7\17\37\77\377\377\376\374\370" + "\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\377\377\377\77" + "\17\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\37\37\37\37\77\77\77\177\377\373\363\341\340\300" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377" + "\377\374\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\300\300\300\300\300\340\360\370\376\377\177\77" + "\37\7\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\370\374\376\376\77\37\17\17\7\7\7\7\3\7\7\7\7\17\37\77\177\376" + "\374\370\360\300\0\200\370\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3" + "\1\1\0\0\0\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\177\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\37\77\177\377\376\370\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\360\374" + "\374x\70\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\7\7\7\7\7\7\17\37\77\177\376\376\374\360\340\200" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377\377" + "\376\360\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377" + "\377\17\0\0\0\377\377\377\377\377\200\200\200\200\200\300\300\300\300\300\300\340\340\360\370\374\376\177\77\37\17\3" + "\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\370\374\374~\77\37\17\17\7\7\7\7\3\7\7\7\7\17\17\37\77\376\376" + "\374x \0\200\370\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1" + "\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\377\377" + "\377\377\377\0\0\0\3\17\37\77\177\377\374\370\360\340\340\300\300\200\200\200\200\200\200\200\300\300\340\340\377\377" + "\377\377\177\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0@\340\360\370\360\340\300\300\200\200\200\200\200\300\300\340\360\377\377\377\177\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300" + "\300@\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\7\3" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\200\300\340\360\370\374\177\77\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\370~\77\37\37\177\377\377\371\360\340\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\3\7\37\77\377\377\374\370\360\300\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\77\177\377\376\374\370\340" + "\300\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\300\300\300\0\0\377\377\377\377\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377" + "\377\377\377\0\0\377\377\377\377\377\3\17\77\377\377\374\360\300\0\0\0\0\200\340\370\376\377\77\17\3\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\3\17\77\377\377\370\370\376\377\77\17\3\0\0\0\0\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\3\7\7\3\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\3\17\37\177\377\376\370\340\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\374\370\340\200\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\177\377\377\377\377" + "\377\377\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\17\37\77\376\376\374\370" + "\340\300\0\0\300\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\377\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\7\177\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\377" + "\377\377\377\37\0\0\3\17\37\77\177\377\374\370\360\340\300\300\200\200\200\200\200\300\300\340\360\370\374\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\7\7\7\7\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\0\377\377\377\377\377xxxxxxxxxx||||~>\77\37\37\17\7" + "\1\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\177\77\37\17\7\7\7\7\7\7\7\7\17\37\37\177\376\376\374\370" + "\340\300\0\0\200\374\377\377\377\377\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377" + "\377\377\376\360\377\377\377\377\377\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\17\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\377" + "\377\377\377\77\0\0\7\17\77\177\377\376\374\360\340\300\200\200\200\200\0\200\200\200\300\300\340\360\374\377\377\177" + "\37\7\1\0\0\0\0\0\0\0\0\1\3\7\7\7\17\17\377\377\377\377\217\17\7\7\7\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\37\37>>><>>>>" + ">>\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\7\7\7\7\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\0\377\377\377\377\377xxxxxxxxx\370\374\374\374\374~>\77\37\37\17\7" + "\1\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\374\360\340\200\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370" + "\340\200\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\200\360\370\374\376\377\37\17\17\7\7\7\7\3\7\7\7\7\17\17\37\77~\376<" + "\30\0\0\0\0\0\0\17\177\377\377\377\374\360\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\3\7\7\17\17\37\37\37>>~||\370\370\370\360\360\340\300\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\377\377" + "\377\376\374\0\0\0p\374\376\374\370\360\340\340\300\300\200\200\200\200\200\200\200\200\300\300\340\360\370\374\377\377" + "\177\37\7\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\0\3\3\3\3\3\3\3\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3" + "\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\1\17\77\177\377\377\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\300\1\17\177\377\377\377\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377" + "\377\77\7\0\0\0\0\3\37\377\377\377\376\360\200\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\7\77\377\377\377\374\340\0\0\0\0\0\0\300\370\377\377\177\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\370\300\200\360\376\377\377\37\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\377\377\377\77\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\300\300\300\300\377\377\377\377\360\0\0\0\0\0\0\0\0\0\340\376\376\370\300\0\0\0\0\0\0\0\0\340" + "\377\377\377\37\0\177\377\377\377\374\0\0\0\0\0\0\340\376\377\177\377\377\377\374\300\0\0\0\0\0\360\377" + "\377\377\17\0\0\0\37\377\377\377\376\200\0\0\360\377\377\77\7\0\0\17\377\377\377\374\340\0\0\360\377\377" + "\377\3\0\0\0\0\0\7\377\377\377\377\360\377\377\77\3\0\0\0\0\0\0\7\177\377\377\376\370\377\377\177" + "\0\0\0\0\0\0\0\0\1\177\377\377\377\77\3\0\0\0\0\0\0\0\0\0\0\7\177\377\377\377\37\0" + "\0\0\0\0\0\0\0\0\0\0\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0@\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300@\0\0\0\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\0\0\0\0\300\360\374\376\377\77\37\7" + "\1\0\0\0\0\0\0\0\0\0\1\3\17\77\377\377\376\370\340\200\340\360\374\377\377\77\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\357\377\377\377\377\377\377\303\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\37\7\1\7\37\77\377\377\376\370\340\200\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\377\377\77\37\7\1\0\0\0\0\0\0\0\0\3\17\77\177\377\376\374\360" + "\300\0\0\0\0\6\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300@\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\77" + "\7\1\0\0\0\0\0\0\0\3\17\77\377\377\376\370\340\200\0\0\0\0\300\360\374\377\377\77\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370\374\377\377\177\37\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\303\343\373\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\340\370\374\377\377\377\237\207\203\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\300\300\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374<<<<<<<<<<<<<<<<" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0 \360\360\370\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\17\77\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\7\37\177\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\376\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\177\377\377\374\360\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\37\36" + "\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0<<<<<<<<<<<<<<<<\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\77\177\377\376\370\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\370\374\377\77\37\7\1\0\0\0\1\7\17\77\377\376\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\1\1\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\376\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\177\377\377\376\370\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\177\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 p\370\370|<>>\36\36\36\36\36\36\36>>~\374\374\370\360\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\300\300\300\300\300\300\300\300\300\300\303\377\377\377\377" + "\377\0\0\0\0\300\360\370\374\376\177\37\17\17\7\7\7\7\7\7\7\7\3\3\3\3\3\203\377\377\377\377" + "\377\0\0\0\0\17\77\177\377\377\374\360\340\340\300\300\300\300\300\300\340\340\340\360\370|~\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\200\300\340\360xx<<<<<||\374\374\370\370\360\340\300\200" + "\0\0\0\0\0\0\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\77\377\377\377" + "\376\360\0\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\177\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\374\377\377\177\37" + "\7\1\0\0\0\0\7\7\7\7\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374||>>\36\36\36\36\36\36>>>|\374\370\370" + "\360\340@\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3" + "\1\0\0\0\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\7\17\77\177\177\376\374\370\360\340\340\300\300\300\300\300\300\300\340\340\360\360\370\374" + "x \0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370" + "\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\300\340\360\360\370\370||<<<<<<|x\370\360\340\300\377\377\377\377" + "\377\0\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\377\377\377\377" + "\377\0\0\0\0\377\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\7\37\177\377\377\376\370\360\340\300\300\200\200\200\200\200\300\300\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\370\370||>>\36\36\36\36\36\36>>|\374\370\370\360\340\200" + "\0\0\0\0\0\340\374\377\377\377\337\303\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\301\377\377\377\377" + "\376\200\0\0\0\177\377\377\377\377\363\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\1\0\0\0\0\3\17\37\77\177\377\374\370\360\340\340\340\300\300\300\300\300\300\300\340\340\360\360\370x\60" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370||||||||\370\370" + "\360\360\340\300\0\0\0\0\0\0\0\0\0\370\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\1\7\7\1\0\0\360\360\360\360\360\360\360\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\374\374~>\36\36\36\36\36\36>>|\370\360\370\370\274<\36\36" + "\36\36\36\30\0\0>\377\377\377\377\343\200\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377~\0\0" + "\0\0\0\0\0\0\0\1\203\307\357\377\77\77>><<<<<>>\37\37\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\0\17\77\277\377\374\370\370\370\370\370\360\360\360\360\360\360\360\360\360\360\360\360\340\340\300" + "\200\0\0\0\360\374\376\377\377\317\203\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\201\303\377\377\377" + "\377\177\0\0\0\3\7\17\17\37\37\37\36>>>>><<>>>>\36\37\37\37\17\17\7\3" + "\1\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\0\200\340\340\360xx<<<<<||\374\374\370\360\340\300" + "\0\0\0\0\0\0\0\377\377\377\377\377\77\7\3\1\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0<<<<<<<<\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0<<<<<<<<<<<<\374\374\374\374\374\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\200\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\0" + "\0\0\0\0\0\0\16\17\37\77>>|||||||<>\77\37\17\17\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374|<\34\14" + "\4\0\0\0\0\0\377\377\377\377\377\0\0\200\300\340\360\370\374\376\77\37\17\7\7\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377>\37\17\7\7\7\37\77\177\377\376\370\360\340\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\7\17\77\177\377\376\374\370\360\300" + "\200\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7" + "\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxx\370\370\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\376\376\376\376\340\370<\34\36\36\36~\376\376\374\370\340\360\370<\36\36\36\36>\376\376" + "\376\374\360\0\377\377\377\377\377\7\0\0\0\0\0\0\0\377\377\377\377\377\7\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\0\3\3\3\3\3\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\3\3" + "\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\376\376\376\376\376\200\300\360\360x<<\36\36\36\36\36>>~\376\374\370\360\340" + "\200\0\0\0\0\0\0\377\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\374|>>\36\36\36\36\36\36>>~\374\374\370\360\360\300" + "\200\0\0\0\0\340\374\377\377\377\177\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\377\377" + "\377\376\370\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377" + "\377\377\377\0\0\0\1\7\37\77\177\177\376\370\360\360\340\340\300\300\300\300\300\340\340\360\360\374\376\177\77\37" + "\17\3\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\300\340\360x<<\36\36\36\36\36\36>>~\376\374\370\370\360\340" + "\200\0\0\0\0\0\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\177\377\377" + "\377\376\360\0\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377" + "\377\377\77\0\0\0\377\377\377\377\377\77|\370\360\340\340\300\300\300\300\300\300\340\340\360\370\374\376\177\77\37" + "\17\3\0\0\0\0\377\377\377\377\377\0\0\0\0\1\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\374|~>>\36\36\36\36\36\36><|\370\360\340\376\376\376" + "\376\376\0\0\0\340\376\377\377\377\77\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\377\377\0\0\0\77\377\377\377\377\370\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\0\0\0\0\1\17\37\77\177\377\376\370\360\340\340\300\300\300\300\300\300\340\340\360x>\37\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\376\376\376\376\376\200\300\360\360\370|<>>\36\36\36\36\36\36>~\374" + "\374x\20\0\0\0\0\0\0\377\377\377\377\377\377\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\1\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\340\360\370\370\374|>>\36\36\36\36\36\36\36>>|\374\374\370\360\340" + "@\0\0\0\0\0\0\0\17\77\177\377\377\374\360\340\340\300\300\300\300\200\200\200\0\0\0\0\1\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\17\17\17\37\37\77~\376\374\370\360" + "\340\0\0\0\0\0\60|\177\374\374\370\360\360\340\340\300\300\300\300\300\300\300\340\340\340\360\370\377\377\177\77" + "\17\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\377\37\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0<<<<<<<\274\377\377\377\377\377<<<<<<<<<<<\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\377\376\360\300\300\200\200\200\200\200\300\300\340\340" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374" + "\374\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\0\0\0\0\0\3\37\177\377\377\377\370\360\340\300\200\200\200\200\200\200\300\340\340\360|\77\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\34|\374\374\374\364\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\374" + "\374<\0\0\0\0\0\3\17\177\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377\370\340\0\0\0\0\300\360\376\377\177\37\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\374\370\377\377\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\354\0\0\0\0\0\0\0\0\0\200\340\340\340\200\0\0\0\0\0\0\0\0\0\374" + "\374\374\374\14\37\377\377\377\374\200\0\0\0\0\0\200\370\377\377\77\377\377\374\340\0\0\0\0\0\0\370\377" + "\377\377\7\0\0\3\177\377\377\377\360\0\0\200\370\377\377\37\1\0\3\37\377\377\376\360\200\0\0\370\377\377" + "\177\3\0\0\0\0\0\17\377\377\377\376\370\377\377\17\0\0\0\0\0\0\1\17\377\377\377\370\376\377\377\37" + "\0\0\0\0\0\0\0\0\1\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\34|\374\374\370\360\300\200\0\0\0\0\0\0\0\0\0\200\340\360\374\374|<\14" + "\4\0\0\0\0\0\0\0\0\0\3\7\17\77\177\376\374\370\340\300\340\370\374\377\177\37\17\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\361\377\377\377\77\377\377\377\360\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\370\374\377\177\77\17\7\1\0\0\0\1\7\17\37\177\377\376\370\360\300\200" + "\0\0\0\0\0\4\6\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7" + "\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\4<\374\374\374\374\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\374\374\374" + "\374<\4\0\0\0\0\0\7\37\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\200\360\376\377\377\77\17" + "\1\0\0\0\0\0\0\0\0\0\0\3\17\177\377\377\376\360\300\0\0\0\200\360\374\377\377\77\17\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\376\370\374\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\361\377\377\377\77\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\77>|||x|||>\77\37\17\17\3\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<<<<<<<<<<<<<\274\374\374\374\374\374|<" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\177\37\17\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\374\376\177\77\37\17\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\360\370\374\376\377\237\217\207\203\201\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\300\300\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\300\300\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\376\377\377\37\17\7\7\7\7\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\77\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\17\17\37\37\37\77\77\377\371\361\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\37\77\177\377\376\374\370\360\360\360\360\360\360\360\360\360\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\3\3\3\3\3\7\7\7\7\17\37\77\377\376\374\370\340\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\177\377\377\370\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\361\371\373\177\77\37\37\37" + "\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\377\377\377\377\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\370\370\374\377\177\77\77\17\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\340\360\370\374|>\36\36\36\36>>|\374\370\360\340\340\300\300\200\300\300\340\360\370" + "\376|\70\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\3\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Medium-R-Normal--62-620-72-72-P-281-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inr46_4x8_n[6916] U8X8_FONT_SECTION("u8x8_font_inr46_4x8_n") = + " :\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340 \0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\360\340\340\300\300\200\200\0\0\0\0\17\377\377\377\177\0\0\0\0\200\200\300\300\300\340" + "\340\200\0\0\0\1\3\3\3\7\7\7\7\17\17\216\376\374\377\177\377\374\376\316\17\17\7\7\7\7\3\3" + "\3\1\0\0\0\0\0\0\200\300\360\370\374\376\77\37\7\3\0\0\0\3\7\37\77\376\374\370\360\300\200\0" + "\0\0\0\0\0\0\0\0\0\1\3\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\36\36\36\36\36\36\36\36\36\36\36\36\377\377\377\377\377\36\36\36\36\36\36\36\36\36\36" + "\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\37\377\377\377\377\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\360\370~\77\17\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0xxxxxxxxxxxxxxxxxxxxxxxxx" + "x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\370\360\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\360\360" + " \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\340\370\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\10\36\37\77\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\370\374\376\177\37\17\7\7\7\3\7\7\7\17\37\77\376\374\370\360\300\0" + "\0\0\0\0\0\200\370\377\377\377\177\7\0\0\0\0\0\0\0\0\0\200\300\360\370\374~\37\177\377\377\377" + "\374\300\0\0\0\377\377\377\377\377\0\0\0\0\0\200\340\360\370\374\177\37\17\7\1\0\0\0\0\377\377\377" + "\377\377\0\0\0\7\177\377\377\377\374\360\370\376\77\37\17\7\1\0\0\0\0\0\0\0\0\0\360\377\377\377" + "\377\17\0\0\0\0\0\3\17\37\177\377\377\374\360\340\300\300\200\200\200\200\300\300\340\360\374\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60x\70<<>\36\37\37\17\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\60|\376~\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\341\377\377\377\377" + "\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\177\77\37\17\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374~\77\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\370\374\377\377\237\217\203\201\200\200\200\200\200\200\200\200\200\200\200\200\200\200\300" + "\300\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\14\36\77\37\17\17\7\7\7\7\7\7\7\7\17\17\37\177\377\376\374\370\340\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\377\377\377\177\37\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0>>\36>>\77\77\77\177\377\373\373\361\341\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\377\377\377\377\370" + "\0\0\0\0\0\0@\340\360\374\370\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77\37\3" + "\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\374\177\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\77\37\7\3\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0<\77\77\77\77=<<<<<<<<<<<<\377\377\377\377\377<<<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\0\0\200\377\377\377\377\377\300\300\300\340\340\340\340\340\340\340\340\300\300\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\37\37\37\77\17\17\7\3\3\3\3\1\3\3\3\3\7\17\37\77\377\377\376\374" + "\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\60x\374\374\374\360\340\340\300\300\200\200\200\200\200\200\300\300\340\360\370\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\77\37\17\17\7\7\7\3\7\7\7\7\17\37\37\17\6" + "\0\0\0\0\0\0\0\300\376\377\377\377\377\3\0\0\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\377\377\370>\37\17\7\7\3\3\3\3\3\7\7\17\37\177\377\376\374\370" + "\340\0\0\0\0\0\0\77\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\377\377\377" + "\377\377\0\0\0\0\0\0\3\17\77\177\377\377\370\360\340\300\300\200\200\200\200\200\300\340\360\370\377\377\177\77" + "\17\1\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\177\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\17\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\77\17\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\4\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\377\177\37\17\7\7\7\7\7\7\7\7\17\37\377\377\376\374\370\340" + "\0\0\0\0\0\0\0\0\17\77\377\377\377\374\360\300\200\0\0\0\0\0\0\0\200\340\370\377\377\177\77\17" + "\0\0\0\0\0\0\0\0\0\0\200\301\343\363\367\177\77\37\37\36>>\177\177\377\367\363\341\300\200\0\0" + "\0\0\0\0\0\0\340\374\376\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\376" + "\370\0\0\0\0\0\7\37\177\377\377\377\370\360\340\300\300\200\200\200\200\200\200\300\300\340\360\374\377\377\177\77" + "\17\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\77\177\376\374\370\360\200" + "\0\0\0\0\0\0\0\376\377\377\377\377\303\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\377\377\377\377" + "\374\0\0\0\0\0\0\1\17\37\177\377\377\374\370\360\340\300\300\300\300\300\340\340\360\360x>\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\3\3\3\1\1\0\0\340\377\377\377\377" + "\77\0\0\0\0\0\0\0\200\300\340\360\340\300\300\200\200\200\200\200\200\300\300\340\360\370\376\177\77\37\7\1" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--30-300-72-72-P-147-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb21_2x4_f[14340] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_f") = + " \377\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0x\374\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\1\0\0" + "\0\0\0\0\0\0\0\0\0\340\363\363\363\340\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\370\374\374\0\0\0\370\374\374\0\0\0\0\0\0\0\7\7\7\0\0\0\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\360\360\20\0\0\360\360\360\20\0\0\16\16\16\356\377\377\17\6\6\366\377\377" + "\37\16\16\16\7\7\347\377\377\37\7\7\367\377\377\17\7\7\7\0\0\0\1\1\1\0\0\0\1\1\1\0" + "\0\0\0\0\0\0\200\300\340\340p\374\374\374tp\340\340\300@\0\0\7\37\37\77\70\377\377\377\360\340" + "\340\301\301\200\0\0\70|p\340\340\377\377\377\340\340q\177\77\37\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\300\340\360\360p\360\360\340\300\0\0\300\360\360p\20\7\17\37\37\34\37\317\357\377\376\77\17" + "\7\1\0\0\0\200\340\360\374\77\37\7}\376\377\307\307\377\376\376\0\1\1\1\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\200\340\340\360pp\360\360\340\300\0\0\0\0\0\0\207\337\377\377\370\360\370\277\37\17" + "\0\200\200\0>\177\377\377\341\300\300\301\343\357\377~|\377\357\307\0\0\0\1\1\1\1\1\1\0\0\0" + "\0\1\1\0\0\0\0\0\0\0\0\370\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360x<\34\20\0\0\0\0\0\360\376\377\377\7\1\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37<" + "\70x\20\0\0\0<\70x\360\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\376\370" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\377\377\77\0\0\0\0\0\20p\70<\36\37\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\20<\70\70\60\360\343\377\377\347\360\60" + "\70\70<\0\0\0\10\36\37\17\3\1\1\3\17\37\36\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\340\340\340\340\340\340\377\377\377\340\340\340" + "\340\340\340\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\61;\37\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppppppppp" + "pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\360\60\0\0\0\0\0\0\0\200\340\370\376\77\17" + "\3\0\0\0\0\0\200\340\370\376\77\17\3\0\0\0\0\0\0\0\0\2\7\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360ppp\360\340\340\300\0\0\0\370\377\377\377\3\0\300\340x<\17" + "\77\377\377\374\0\3\37\77\177\376\347\303\300\300\340\360\377\177\37\7\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\200\300\300\340\340\360\360\360\0\0\0\0\0\0\0\0\0\1\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\200\0\0\0\0\1\3\0\0\0\200\200\300\361\377" + "\177\37\0\0\0\300\340\370\374\336\317\307\303\301\301\300\300\300\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0@\300\340\360pppp\360\340\340\300\0\0\0\0\0\0\0ppppx\370\377" + "\337\217\0\0\0\0`\360\360\340\300\300\300\300\340\373\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\360\360\0\0\0\0\0\200\300\360\370<\17\7\1\377\377" + "\377\0\0\0\0\16\17\17\17\16\16\16\16\16\377\377\377\16\16\16\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\0\0\0\0\0\360\360\360ppppppppp\0\0\0\0\77\177\177\70\34\34\34\34<\370" + "\370\360\300\0\0 p\370\360\340\300\300\300\300\340\375\177\77\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\200\300\340\360pppp\360\340`\0\0\0\374\377\377\377\71<\34\34\34<\370" + "\370\360\300\0\0\17\77\177\377\360\340\300\300\300\340\375\177\77\17\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0ppppppppp\360\360\360p\0\0\0\0\0\0\0\0\200\340\374\377\77" + "\7\1\0\0\0\0\0\0\200\360\374\377\77\7\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\0\0\0\0\7\237\377\377xp`\360\370\377" + "\237\217\0\0\0\36\177\377\377\340\300\300\300\300\341\377\377\177\36\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\300\340\340\360pppp\340\340\300\200\0\0\0\37\177\377\373\340\300\300\300\300\340\367" + "\377\377\376\0\0@\340\360\340\301\301\301\301\341\360\177\77\37\7\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|||\70\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|||\70\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\61;\37\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340`\360\360\370\370\234\234\16\16\17\7\7" + "\3\3\1\1\0\0\1\1\3\3\7\7\17\16\34<\70xp\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\16\16\16\16\16\16\16\16" + "\16\16\16\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\17\16\36\234\274\370" + "\370\360\360`px\70<\34\36\16\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 p\360x\70\34\34\34\34<\370\370\360\300\0\0\0\0\0\0\0\0\300\360\360x>" + "\37\17\7\0\0\0\0\0\0\0\340\361\361\361\340\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\0\370\377\377\377\3\360\370\374\374\36\16\16" + "\317\377\377\377\3\37\77\177\370\360\343\303\307\307\307\307\343\347\7\7\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\300\360\340\200\0\0\0\0\0\0\0\0\0\300\370\377\37\7\37\177\374\360" + "\200\0\0\0\300\370\377\77\7\7\7\7\7\7\7\37\177\376\360\300\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\360\360\360ppppppp\360\340\340\300\0\0\377\377\377ppppppp\370" + "\377\337\217\0\0\377\377\377\300\300\300\300\300\300\300\340\377\377\177\37\0\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\0\370\377\377\377\3\0\0\0\0\0\0\0" + "\1\3\3\1\3\37\77\177\370\360\340\300\300\300\300\340\360\360p \0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\360\360\360ppppp\360\360\340\300\300\0\0\0\377\377\377\0\0\0\0\0\0\0\3" + "\77\377\377\374\0\377\377\377\300\300\300\300\300\340\340\370\177\77\37\3\0\1\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\360\360\360ppppppppppp\0\0\377\377\377pppppppp" + "pp\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\360\360\360ppppppppppp\0\0\377\377\377ppppppp" + "pp\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\200\370\377\377\377\3\0\0\0\0\300\300\300" + "\301\303\301\300\7\37\77\177\370\340\340\300\300\301\301\301\341\377\377\177\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\360\360\360\20\0\0\0\0\0\0\0\360\360\360\20\0\377\377\377pppppppp" + "\377\377\377\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0pppp\360\360\360ppppp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\0\0\0pppp\360\360\360pppp\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0`\360\340\300\300\300\300\340\377\177\77\0\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\0\0\360\360\360\20\0\0\0\0\0\300\340\360p\60\20\0\377\377\377\340p\370\374\336\217\7\3\1" + "\0\0\0\0\377\377\377\0\0\0\1\7\17\77~\370\360\340\200\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\360\360\360\20\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\360\360\360\340\200\0\0\0\0\0\0\300\360\360\360\0\377\377\377\7\37~\370\340\360|\37\7" + "\377\377\377\0\377\377\377\0\0\0\1\3\1\0\0\0\377\377\377\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\360\360\360\360\300\0\0\0\0\0\0\0\360\360\360\0\377\377\377\3\17\37|\370\340\200\0" + "\0\377\377\377\0\377\377\377\0\0\0\0\1\7\17>\374\377\377\377\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\200\300\340\340pppp\360\340\340\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\3\37\77\177\370\340\340\300\300\300\340\340\370\177\77\37\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\360ppppppp\360\340\300\200\0\0\377\377\377\340\340\340\340\340\340\340\360" + "\177\77\37\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\7\37\177\377\360\340\300\300\200\300\300\340\370\177\77\17\0\0\0\0\1\1\1\17\37\77\71\71" + "\70\70\70\0\0\360\360\360pppppp\360\360\340\300\200\0\0\377\377\377\340\340\340\340\340\340\340\360" + "\177\77\37\0\0\377\377\377\0\0\0\0\1\7\37\177\374\360\300\200\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\200\300\340\340\360pppp\360\340\340\300\200\0\0\7\37\77\77xpp\340\340\340\300" + "\301\201\0\0 p\370\340\340\300\300\300\300\300\341\361\377\177\77\0\0\0\0\0\1\1\1\1\1\1\1\0" + "\0\0\0\0pppppp\360\360\360ppppppp\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\360\20\0\0\0\0\0\0\0\0\360\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0p\360\360\340\0\0\0\0\0\0\0\0\300\360\360p\0\1\17\177\377\370\300\0\0\200\360\376" + "\177\17\3\0\0\0\0\0\3\17\177\376\374\377\37\3\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\360\360\360\0\0\0\0\300\300\200\0\0\0\300\360\360\7\377\377\374\0\340\374\177\77\377\370\300" + "\300\377\377\7\0\0\77\377\377\77\7\0\0\3\37\377\377\177\1\0\0\0\0\1\1\0\0\0\0\0\0\1" + "\1\0\0\0\20\60\360\360\340\200\0\0\0\0\200\340\360\360\60\0\0\0\0\3\17\237\376\370\370\376\237\7" + "\3\0\0\0\0\300\340\370~\77\17\3\3\17\37~\370\360\300\0\1\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1p\360\360\340\200\0\0\0\0\0\0\300\360\360p\20\0\1\3\17\77\376\370\340\360\374\177\37" + "\7\1\0\0\0\0\0\0\0\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0pppppppppp\360\360\360p\0\0\0\0\0\0\200\300\360\370~\37" + "\17\3\0\0\0\300\340\370\374\377\337\307\303\300\300\300\300\300\300\300\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\0\0\0\374\374\374\34\34\34\34\34\34\34\34\0\0\0\0\0\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\16\16\16\16\16\16" + "\16\16\0\0\0\60\360\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3" + "\7\7\2\0\0\0\34\34\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\16\16\16\16\16\16\16\17\17\17" + "\0\0\0\0\0\0\0\0\0\200\300\360\360\340\200\0\0\0\0\0\0\0\20\34>\17\3\1\1\7\17\77" + "\34\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34\34\34\34\34\34\34\34\34\34\34" + "\34\34\34\34\0\0\0\0\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77~`\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\370\34\14\16\16\16\36<" + "\374\370\360\0\0\377\377\377\376\340\300\300\300\300\340\360\377\177\37\0\0\1\1\1\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36" + "\34|\70\20\0\17\77\177\377\360\340\300\300\300\300\300\340\360`\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\4\0\300\360\370\374\36\16\16\16\16\34<\377" + "\377\377\0\0\17\77\177\376\360\340\300\300\300\340\360\377\377\377\200\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374\234\236\216\216\216\216\236" + "\374\374\370\340\0\17\77\177\377\363\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\340\360\370\70\34\34\34\34\77{qqqqqqq\71" + "\77\37\37\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\370\34\34\16\16\16\36\376" + "\374\370\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\16\16\16\16\16\16\16\376\376" + "\376\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\30<\77\37" + "\7\0\0\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\200\300\340\360x<\36" + "\16\6\2\0\0\377\377\377\7\3\3\7\17\37|\370\360\340\300\200\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\0\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376~\16\16\376\376\374<\16\16" + "\376\376\374\0\377\377\377\0\0\0\377\377\377\0\0\0\377\377\377\0\1\1\1\0\0\0\1\1\1\0\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370\34\34\16\16\16\36\376" + "\374\370\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36|" + "\374\370\340\0\17\77\177\377\360\340\300\300\300\300\340\360\177\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370\34\14\16\16\16\36>" + "\374\370\360\300\0\377\377\377\177\340\300\300\300\300\340\340\375\177\77\17\0\177\177\177\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374\34\16\16\16\16\16\34\374" + "\376\376\376\0\17\77\177\376\360\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\0\0\0" + "\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370<\34\16\16\16\16" + "\36<\34\0\0\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\370\374\376\216\216\216\16\36\34" + "<\70\10\0\0`p\360\341\341\303\303\303\303\347\377\376~<\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\340\340\340p\0\0\0\0\0\0\0\0\16\16\16\16\377\377\377\16\16\16\16" + "\16\0\0\0\0\0\0\0\0\177\377\377\340\300\300\300\340\360\0\0\0\0\0\0\0\0\0\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\36~\376\370\300\0\0\0\0\0\340" + "\376\376\36\2\0\0\0\1\17\77\377\370\360\374\77\17\3\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\376\376\340\0\0\300\374\374\370\300\0" + "\0\376\376\376\0\3\177\377\374\374\177\7\0\17\177\376\370\377\177\3\0\0\0\1\1\1\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\16>|\370\360\300\300\360\370>" + "\36\16\2\0\0\200\300\360\370|\37\17\17\37|\370\360\300\200\0\1\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\36~\376\360\300\0\0\0\0\300\370" + "\376~\16\0\0\0\0\3\17\77\376\370\360\376\77\17\1\0\0\0\70xppp<\77\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\16\216\316\356\376~" + ">\36\16\0\0\300\340\360\370\374\336\317\307\303\301\300\300\300\300\300\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\0\0\0\0\0\200\300\340\360pppppp\0\0\200\200\200\300\377\377\177\3\0\0\0" + "\0\0\0\0\0\3\3\3\7\377\376\374\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77~xpp" + "ppp\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\0\0\0" + "\0\0\0\0\0\0ppppp\360\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\360" + "\200\200\200\0\0\0\0\0\0\0\0\0\370\376\376\37\3\3\3\0\0\0pppppx\177\77\37\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34\34\36\16\16\16\36\34<\70\70" + "\70\34\36\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\70|||\70\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0" + "\0\0\0\0\0\0\0\0\0\374\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\360\360\360\20\0\0\0\0\340\370\374\376\17\7\3\377\377\377\7" + "\7\17\36\4\0\7\37\77\177xp\374\377\377\343\340\360px \0\0\0\0\0\0\4\17\17\1\0\0" + "\0\0\0\0\0\0\0\200\300\340\340pppp\360\340\340\0\0\0\70\70\377\377\377\370\70\70\70\0\0" + "\0\0\0\0\300\300\340\375\377\377\357\340\340\340\300\300\300\300\340\300\0\1\0\0\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\200\0\0\0\0\0\0\0\0\0\200\200\0\0\0\1\373\377\376\216\7\7\7\7\216\377" + "\377s\1\0\0\4\16\7\3\3\7\7\7\7\3\7\17\16\4\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\20\60\360\360\340\200\0\0\0\0\0\200\340\360\360\60\0\0\200\203\207\237\277\374\360\370\376\237" + "\207\203\200\0\0\0;;;;;\377\377\377;;;;;\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\0\0\0" + "\0\0\0\0\0\0\0\360\370\370<\34\34\34y\367\357\316\334\334\334\334\316\356\366x<\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\60p\70\70\70\70x\360\360\300\0\0\0\0\0<~\376\347\347\347\347w\377\377" + "\377\0\0\0\0\16\16\16\16\16\16\16\16\16\16\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360x\60\200\300\340\340" + "px\60\0\0\3\7\17\37x\360\357\317\300\300\301\307\337\354\360p<\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0pppppppppp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\360x\70\70\70\370\360\340\0\0\0\0\0\0\1\7\7\17\16\16\16\17\7" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\0\0\70\70\70\70\70\70\377\377\377\70\70\70" + "\70\70\70\0\300\300\300\300\300\300\317\317\317\300\300\300\300\300\300\0\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0`\360p\70\70\70\70\370\360\340\0\0\0\0\0\0\340\360\370\370\374\356\347\347\343" + "\341\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0 p\60\270\270\270\270\370\360\340\0\0\0\0\0 px\360\343\343\343\343\347\177" + "~\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0`\360\374~\34\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\376\376" + "\376\0\0\0\360\377\377\377\340\300\300\300\340\370\177\377\377\300\300\340\177\177\177\0\0\1\1\1\1\0\0\0" + "\1\1\1\0\0\300\360\360\370\370\374\374\374\374\34\34\374\374\374\0\0\3\17\37\37\77\77\377\377\377\0\0" + "\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\377\377\377\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60p`nnl\70" + "\70\0\0\0\0\0\0 `p\60\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\360x\70\70\70x\360\340\300\0\0\0\0\0\17\77\177\360\340\340\340\360\177\77" + "\17\0\0\0\0\16\16\16\16\16\16\16\16\16\16\16\16\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60x\360\340\300\200\60x\360\340" + "\300\300\200\0\0 px<\37\17\7\63x<\36\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\30\30\374\374\374\0\0\0\0\0\300\360\374\70\10\0\0\0\17\17\17\0\300\360\374\77\17\3" + "\0\0\0\0\0\0\300\360\374\77\17\303\340\360\334\316\377\377\300\300\0\1\1\3\0\0\0\0\0\0\0\0" + "\7\7\0\0\30\30\374\374\374\0\0\0\0\200\340\370x\30\0\0\0\0\17\17\17\0\300\370\376\37\7\1" + "\0\0\0\0\0\0\300\360\374\77\17\3\14\14\206\306\346~>\34\0\1\3\3\0\0\0\0\6\7\7\6" + "\6\6\6\6\14\14fff~\374\330\0\0\200\340\370~\34\0\7\17\16\14\14\16\207\343\370~\37\7" + "\1\0\0\0\0\0\200\340\370~\37\307\341\360\370\334\316\377\377\300\0\0\1\3\1\0\0\0\0\0\0\0" + "\0\7\7\0\0\0\0\0\0\70|||\70\0\0\0\0\0\0\0\0\300\340\340\360~>\36\0\0\0" + "\0\0\0\0\0\37\177\377\377\340\300\300\300\300\340\360\370p \0\0\0\0\0\0\1\1\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\201\341\371\363\303\3\0\0\0\0\0\0\0\200\340\374\377\217\203\217\277\376\370" + "\300\0\0\0\340\374\377\37\3\3\3\3\3\3\3\17\77\377\370\340\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\203\343\371\361\301\0\0\0\0\0\0\0\0\200\340\374\377\217\203\217\277\376\370" + "\300\0\0\0\340\374\377\37\3\3\3\3\3\3\3\17\77\377\370\340\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\4\16\17\7\303\363\343\207\17\16\4\0\0\0\0\0\0\300\370\377\37\7\37\177\374\360" + "\200\0\0\0\300\370\377\77\7\7\7\7\7\7\7\37\177\376\360\300\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\1\1\0\300\361\341\203\3\3\1\0\0\0\0\0\0\300\370\377\37\7\37\177\374\360" + "\200\0\0\0\300\370\377\77\7\7\7\7\7\7\7\37\177\376\360\300\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\1\3\3\1\340\360\340\1\3\3\1\0\0\0\0\0\0\340\374\177\37\3\37\177\374\340" + "\200\0\0\0\340\370\377\77\7\7\7\7\7\7\7\37\377\376\360\300\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\0\3\7\354\374\354\7\3\0\0\0\0\0\0\0\0\340\374\177\17\3\17\177\374\360" + "\200\0\0\0\340\374\377\37\7\7\7\7\7\7\7\37\177\376\360\300\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\0\0\0\300\360\360\360\360\360ppppp\0\0\200\360\376\377\17\1\377\377\377p" + "pppp\340\374\377\77\17\16\16\16\377\377\377\300\300\300\300\300\1\1\1\0\0\0\0\0\1\1\1\1" + "\1\1\1\1\0\0\200\300\340\340\360pppp\340\340\300\200\0\370\377\377\377\3\0\0\0\0\0\0\0" + "\3\3\3\1\3\37\77\177\370\360\340\300\300\300\300\340\360p\60\0\0\0\0\0 \60aaoo}\70" + "\0\0\0\0\0\360\360\360qqqssswpppp\0\0\377\377\377pppppppp" + "pp\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\360\360\360prwsssqqqpp\0\0\377\377\377pppppppp" + "pp\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\360\360\366~wssqsw\177vpp\0\0\377\377\377pppppppp" + "pp\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\360\360\361ssqppqssqpp\0\0\377\377\377pppppppp" + "p\0\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0ppqq\361\363\363swppp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0ppps\367\363\363sqqqp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0pvww\363\363\363sw\177vp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0pqss\361\360\360qssqp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\360\360\360ppppp\360\340\300\200\0\0pp\377\377\377ppp\0\0\0\3" + "\77\377\377\374\0\0\377\377\377\300\300\300\300\340\340\370\177\77\37\3\0\0\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\360\360\361\361\301\0\0\1\3\3\3\3\361\360\360\0\377\377\377\3\17\37|\370\340\200\0" + "\0\377\377\377\0\377\377\377\0\0\0\0\1\7\17>\374\377\377\377\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\200\300\340\360p\71\71\71;{\360\360\340\300\200\374\377\377\377\0\0\0\0\0\0\0\0" + "\1\377\377\377\1\17\37\77|p\360\340\340\340\360p|\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360q;;\71\71y\360\360\340\300\200\374\377\377\377\0\0\0\0\0\0\0\0" + "\1\377\377\377\1\17\37\77|p\360\340\340\340\360p|\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\306\356\347ssqs\367\357\356\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\3\37\77\177\370\340\340\300\300\300\340\340\370\177\77\37\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\200\301\343\340ppqs\363\343\343\301\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\3\37\77\177\370\340\340\300\300\300\340\340\370\177\77\37\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\200\301\343\343qppq\363\343\341\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\3\37\77\177\370\340\340\300\300\300\340\340\370\177\77\37\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\200\200\0\0\0\0\3\207\307\357\376\374\370\374\376\317" + "\207\3\1\0\0\0\3\7\7\3\1\0\0\1\3\7\17\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\340\360p\70\70\70\70\370\360\360\374\374\214\374\377\377\337\1\0\300\340\370>\17\7" + "\1\377\377\377\3\317\377\377|\177\377\343\340\340\360p|\77\37\17\1\1\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\21\1\1\3\3\3\7\0\0\360\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\360\20\0\7\3\3\3\1\1\1\360\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\362\26\7\3\3\1\3\7\17\6\362\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\361\23\3\1\0\0\0\1\3\3\361\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0p\360\360\340\200\7\3\3\3\1\1\301\360\360p\20\0\1\3\17\77\376\370\340\360\374\177\37" + "\7\1\0\0\0\0\0\0\0\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\360\20\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\7\7\7\7\7\7\7\17" + "\376\374\370\0\0\377\377\377\16\16\16\16\16\16\16\17\7\7\1\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\340\360\370<\34\34\34\34\70\370\360\340\0\0\0\377\377\377\3\0\0\70\70\70<\177" + "\377\347\300\200\0\377\377\377\0\200\300\340\300\300\300\340\360\377\177\77\0\1\1\1\0\0\0\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\14>~\370\360@\0\0\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0@`\370~>\14\0\0\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0@\340\370|\36>|\360\340@\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\30<\36\16\16\36<\0\0\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34\36\216\216\236\374\374\374\374\216" + "\216\236\376\374<\376\377\377\303\303\303\377\177\177\373\343\303\303\303\343\0\0\0\1\1\1\1\0\0\0\0\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36" + "\34|\70\20\0\17\77\177\377\360\340\300\300\300\300\300\340\360`\0\0\0\0\0\0\60qaoom=" + "\70\0\0\0\0\0\0\0\0\0\14\34~\374\360@\0\0\0\0\0\300\360\370\374\234\236\216\216\216\216\236" + "\374\374\370\340\0\17\77\177\377\363\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0`\370|>\34\10\0\0\0\0\300\360\370\374\234\236\216\216\216\216\236" + "\374\374\370\340\0\17\77\177\377\363\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0@\340\370<\36>|\360\340@\0\0\0\300\360\370\374\234\236\216\216\216\216\237" + "\374\374\370\340\0\17\77\177\377\363\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\300\360\370\374\234\216\216\216\216\216\236" + "\374\374\370\340\0\17\77\177\373\343\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\4\14>~\370p\0\0\0\0\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0`\370~>\14\4\0\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0@\360x<\36|\370\340@\0\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0H\354\354\374|x\360\360\360\270\70\0\0\300\360\370\374<\36\16\16\16\16\37\77" + "\377\377\374\0\17\77\177\377\360\340\300\300\300\300\340\360\177\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\60\70<\34\34\34\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36|" + "\374\370\340\0\17\77\177\377\360\340\300\300\300\300\340\360\177\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0@\340\370|\36>|\360\340@\0\0\0\300\360\370\374<\36\16\16\16\16\36|" + "\374\370\340\0\17\77\177\377\360\340\300\300\300\300\340\360\177\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\30<\36\16\16\36\77" + "\377\373\340\0\17\77\377\377\360\374\337\317\303\300\340\360\177\177\37\0\0\3\3\7\1\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\4\36>~\370`\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0`p\374>\36\14\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0@`\360|>\36|\370\360@\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\30<<\30\0\0\30<<\30\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0p\370~>\14\4\0\0\0\0\6\36~\376\360\300\0\0\0\0\300\370" + "\376~\16\0\0\0\0\3\17\77\376\370\360\376\77\17\1\0\0\0\70xppp<\77\37\7\1\0\0" + "\0\0\0\0\0\374\374\374\14\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\370\34\14\16\16\16\36>" + "\374\370\360\300\0\377\377\377\177\340\300\300\300\300\340\340\375\177\77\17\0\177\177\177\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\30<<\30\0\0\0\30<<\30\0\0\0\6\36~\376\360\200\0\0\0\0\300\370" + "\376>\16\0\0\0\0\3\17\77\376\370\360\376\77\7\1\0\0\0\70xppp\70\77\37\7\1\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--30-300-72-72-P-147-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb21_2x4_r[6084] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_r") = + " ~\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0x\374\374\374\370\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\1\0\0" + "\0\0\0\0\0\0\0\0\0\340\363\363\363\340\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\370\374\374\0\0\0\370\374\374\0\0\0\0\0\0\0\7\7\7\0\0\0\7\7" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\360\360\20\0\0\360\360\360\20\0\0\16\16\16\356\377\377\17\6\6\366\377\377" + "\37\16\16\16\7\7\347\377\377\37\7\7\367\377\377\17\7\7\7\0\0\0\1\1\1\0\0\0\1\1\1\0" + "\0\0\0\0\0\0\200\300\340\340p\374\374\374tp\340\340\300@\0\0\7\37\37\77\70\377\377\377\360\340" + "\340\301\301\200\0\0\70|p\340\340\377\377\377\340\340q\177\77\37\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\300\340\360\360p\360\360\340\300\0\0\300\360\360p\20\7\17\37\37\34\37\317\357\377\376\77\17" + "\7\1\0\0\0\200\340\360\374\77\37\7}\376\377\307\307\377\376\376\0\1\1\1\0\0\0\0\0\0\1\1" + "\1\1\0\0\0\0\200\340\340\360pp\360\360\340\300\0\0\0\0\0\0\207\337\377\377\370\360\370\277\37\17" + "\0\200\200\0>\177\377\377\341\300\300\301\343\357\377~|\377\357\307\0\0\0\1\1\1\1\1\1\0\0\0" + "\0\1\1\0\0\0\0\0\0\0\0\370\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360x<\34\20\0\0\0\0\0\360\376\377\377\7\1\0\0" + "\0\0\0\0\0\0\0\0\17\177\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37<" + "\70x\20\0\0\0<\70x\360\360\340\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\376\370" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\377\377\77\0\0\0\0\0\20p\70<\36\37\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\20<\70\70\60\360\343\377\377\347\360\60" + "\70\70<\0\0\0\10\36\37\17\3\1\1\3\17\37\36\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\340\340\340\340\340\340\377\377\377\340\340\340" + "\340\340\340\0\0\0\0\0\0\0\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\61;\37\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ppppppppppp" + "pp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\360\60\0\0\0\0\0\0\0\200\340\370\376\77\17" + "\3\0\0\0\0\0\200\340\370\376\77\17\3\0\0\0\0\0\0\0\0\2\7\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360ppp\360\340\340\300\0\0\0\370\377\377\377\3\0\300\340x<\17" + "\77\377\377\374\0\3\37\77\177\376\347\303\300\300\340\360\377\177\37\7\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\200\300\300\340\340\360\360\360\0\0\0\0\0\0\0\0\0\1\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\200\0\0\0\0\1\3\0\0\0\200\200\300\361\377" + "\177\37\0\0\0\300\340\370\374\336\317\307\303\301\301\300\300\300\0\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0@\300\340\360pppp\360\340\340\300\0\0\0\0\0\0\0ppppx\370\377" + "\337\217\0\0\0\0`\360\360\340\300\300\300\300\340\373\377\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\360\360\0\0\0\0\0\200\300\360\370<\17\7\1\377\377" + "\377\0\0\0\0\16\17\17\17\16\16\16\16\16\377\377\377\16\16\16\0\0\0\0\0\0\0\0\0\0\1\1" + "\1\0\0\0\0\0\360\360\360ppppppppp\0\0\0\0\77\177\177\70\34\34\34\34<\370" + "\370\360\300\0\0 p\370\360\340\300\300\300\300\340\375\177\77\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\200\300\340\360pppp\360\340`\0\0\0\374\377\377\377\71<\34\34\34<\370" + "\370\360\300\0\0\17\77\177\377\360\340\300\300\300\340\375\177\77\17\0\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0ppppppppp\360\360\360p\0\0\0\0\0\0\0\0\200\340\374\377\77" + "\7\1\0\0\0\0\0\0\200\360\374\377\77\7\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\0\0\0\0\7\237\377\377xp`\360\370\377" + "\237\217\0\0\0\36\177\377\377\340\300\300\300\300\341\377\377\177\36\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\300\340\340\360pppp\340\340\300\200\0\0\0\37\177\377\373\340\300\300\300\300\340\367" + "\377\377\376\0\0@\340\360\340\301\301\301\301\341\360\177\77\37\7\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|||\70\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\1\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|||\70\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\340\300\0\0\0\0\0\0\0\0\0\0\0\61;\37\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340`\360\360\370\370\234\234\16\16\17\7\7" + "\3\3\1\1\0\0\1\1\3\3\7\7\17\16\34<\70xp\360\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\16\16\16\16\16\16\16\16" + "\16\16\16\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\17\16\36\234\274\370" + "\370\360\360`px\70<\34\36\16\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 p\360x\70\34\34\34\34<\370\370\360\300\0\0\0\0\0\0\0\0\300\360\360x>" + "\37\17\7\0\0\0\0\0\0\0\340\361\361\361\340\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\0\370\377\377\377\3\360\370\374\374\36\16\16" + "\317\377\377\377\3\37\77\177\370\360\343\303\307\307\307\307\343\347\7\7\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\300\360\340\200\0\0\0\0\0\0\0\0\0\300\370\377\37\7\37\177\374\360" + "\200\0\0\0\300\370\377\77\7\7\7\7\7\7\7\37\177\376\360\300\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\360\360\360ppppppp\360\340\340\300\0\0\377\377\377ppppppp\370" + "\377\337\217\0\0\377\377\377\300\300\300\300\300\300\300\340\377\377\177\37\0\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\0\370\377\377\377\3\0\0\0\0\0\0\0" + "\1\3\3\1\3\37\77\177\370\360\340\300\300\300\300\340\360\360p \0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\360\360\360ppppp\360\360\340\300\300\0\0\0\377\377\377\0\0\0\0\0\0\0\3" + "\77\377\377\374\0\377\377\377\300\300\300\300\300\340\340\370\177\77\37\3\0\1\1\1\1\1\1\1\1\1\0\0" + "\0\0\0\0\0\360\360\360ppppppppppp\0\0\377\377\377pppppppp" + "pp\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\360\360\360ppppppppppp\0\0\377\377\377ppppppp" + "pp\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340\360pppp\360\340\340\300\200\370\377\377\377\3\0\0\0\0\300\300\300" + "\301\303\301\300\7\37\77\177\370\340\340\300\300\301\301\301\341\377\377\177\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\360\360\360\20\0\0\0\0\0\0\0\360\360\360\20\0\377\377\377pppppppp" + "\377\377\377\0\0\377\377\377\0\0\0\0\0\0\0\0\377\377\377\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\0pppp\360\360\360ppppp\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\0\0\0\0\0\0\0pppp\360\360\360pppp\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0`\360\340\300\300\300\300\340\377\177\77\0\0\0\0\0\0\0\0\1\1\1\1\1\0\0\0" + "\0\0\0\0\360\360\360\20\0\0\0\0\0\300\340\360p\60\20\0\377\377\377\340p\370\374\336\217\7\3\1" + "\0\0\0\0\377\377\377\0\0\0\1\7\17\77~\370\360\340\200\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\360\360\360\20\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\300\300\300\300\300\300\300\300\300\300\300\0\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\360\360\360\340\200\0\0\0\0\0\0\300\360\360\360\0\377\377\377\7\37~\370\340\360|\37\7" + "\377\377\377\0\377\377\377\0\0\0\1\3\1\0\0\0\377\377\377\0\1\1\1\0\0\0\0\0\0\0\0\0" + "\1\1\1\0\0\360\360\360\360\300\0\0\0\0\0\0\0\360\360\360\0\377\377\377\3\17\37|\370\340\200\0" + "\0\377\377\377\0\377\377\377\0\0\0\0\1\7\17>\374\377\377\377\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\1\1\1\0\0\200\300\340\340pppp\360\340\340\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\3\37\77\177\370\340\340\300\300\300\340\340\370\177\77\37\0\0\0\0\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\360\360\360ppppppp\360\340\300\200\0\0\377\377\377\340\340\340\340\340\340\340\360" + "\177\77\37\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\340pppp\360\340\340\300\200\0\370\377\377\377\1\0\0\0\0\0\0\1" + "\3\377\377\377\7\37\177\377\360\340\300\300\200\300\300\340\370\177\77\17\0\0\0\0\1\1\1\17\37\77\71\71" + "\70\70\70\0\0\360\360\360pppppp\360\360\340\300\200\0\0\377\377\377\340\340\340\340\340\340\340\360" + "\177\77\37\0\0\377\377\377\0\0\0\0\1\7\37\177\374\360\300\200\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\200\300\340\340\360pppp\360\340\340\300\200\0\0\7\37\77\77xpp\340\340\340\300" + "\301\201\0\0 p\370\340\340\300\300\300\300\300\341\361\377\177\77\0\0\0\0\0\1\1\1\1\1\1\1\0" + "\0\0\0\0pppppp\360\360\360ppppppp\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\360\360\360\20\0\0\0\0\0\0\0\0\360\360\360\0\377\377\377\0\0\0\0\0\0\0\0" + "\0\377\377\377\0\37\177\377\376\340\300\300\300\300\300\340\374\177\177\37\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0p\360\360\340\0\0\0\0\0\0\0\0\300\360\360p\0\1\17\177\377\370\300\0\0\200\360\376" + "\177\17\3\0\0\0\0\0\3\17\177\376\374\377\37\3\0\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0" + "\0\0\0\0\360\360\360\0\0\0\0\300\300\200\0\0\0\300\360\360\7\377\377\374\0\340\374\177\77\377\370\300" + "\300\377\377\7\0\0\77\377\377\77\7\0\0\3\37\377\377\177\1\0\0\0\0\1\1\0\0\0\0\0\0\1" + "\1\0\0\0\20\60\360\360\340\200\0\0\0\0\200\340\360\360\60\0\0\0\0\3\17\237\376\370\370\376\237\7" + "\3\0\0\0\0\300\340\370~\77\17\3\3\17\37~\370\360\300\0\1\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1p\360\360\340\200\0\0\0\0\0\0\300\360\360p\20\0\1\3\17\77\376\370\340\360\374\177\37" + "\7\1\0\0\0\0\0\0\0\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0pppppppppp\360\360\360p\0\0\0\0\0\0\200\300\360\370~\37" + "\17\3\0\0\0\300\340\370\374\377\337\307\303\300\300\300\300\300\300\300\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\0\0\0\374\374\374\34\34\34\34\34\34\34\34\0\0\0\0\0\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\16\16\16\16\16\16" + "\16\16\0\0\0\60\360\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\340\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3" + "\7\7\2\0\0\0\34\34\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\16\16\16\16\16\16\16\17\17\17" + "\0\0\0\0\0\0\0\0\0\200\300\360\360\340\200\0\0\0\0\0\0\0\20\34>\17\3\1\1\7\17\77" + "\34\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34\34\34\34\34\34\34\34\34\34\34\34" + "\34\34\34\34\0\0\0\0\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77~`\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\34\216\216\216\216\216\236" + "\374\374\370\0\0<\376\377\377\307\303\303\303\303\343\363\377\377\377\0\0\0\0\0\1\1\1\1\1\1\0\0" + "\1\1\1\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\370\34\14\16\16\16\36<" + "\374\370\360\0\0\377\377\377\376\340\300\300\300\300\340\360\377\177\37\0\0\1\1\1\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36" + "\34|\70\20\0\17\77\177\377\360\340\300\300\300\300\300\340\360`\0\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\4\0\300\360\370\374\36\16\16\16\16\34<\377" + "\377\377\0\0\17\77\177\376\360\340\300\300\300\340\360\377\377\377\200\0\0\0\0\0\1\1\1\1\1\0\0\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374\234\236\216\216\216\216\236" + "\374\374\370\340\0\17\77\177\377\363\343\303\303\303\303\303\343\363c\3\0\0\0\0\0\0\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\340\360\370\70\34\34\34\34\77{qqqqqqq\71" + "\77\37\37\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\370\34\34\16\16\16\36\376" + "\374\370\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\0\0\16\16\16\16\376\376\376\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\377\377\377\300\300\300\300\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\30<<\30\0\0\0\0\0\0\16\16\16\16\16\16\16\376\376" + "\376\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\30<\77\37" + "\7\0\0\0\0\374\374\374\4\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\200\300\340\360x<\36" + "\16\6\2\0\0\377\377\377\7\3\3\7\17\37|\370\360\340\300\200\0\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\0\34\34\34\34\34\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\377\377\377\300\300\300\300\300\0\0\0\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376~\16\16\376\376\374<\16\16" + "\376\376\374\0\377\377\377\0\0\0\377\377\377\0\0\0\377\377\377\0\1\1\1\0\0\0\1\1\1\0\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370\34\34\16\16\16\36\376" + "\374\370\0\0\0\377\377\377\0\0\0\0\0\0\0\377\377\377\0\0\0\1\1\1\0\0\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374<\36\16\16\16\16\36|" + "\374\370\340\0\17\77\177\377\360\340\300\300\300\300\340\360\177\177\37\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370\34\14\16\16\16\36>" + "\374\370\360\300\0\377\377\377\177\340\300\300\300\300\340\340\375\177\77\17\0\177\177\177\0\0\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\374\34\16\16\16\16\16\34\374" + "\376\376\376\0\17\77\177\376\360\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\0\0\0" + "\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\370<\34\16\16\16\16" + "\36<\34\0\0\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\370\374\376\216\216\216\16\36\34" + "<\70\10\0\0`p\360\341\341\303\303\303\303\347\377\376~<\0\0\0\0\0\0\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\340\340\340p\0\0\0\0\0\0\0\0\16\16\16\16\377\377\377\16\16\16\16" + "\16\0\0\0\0\0\0\0\0\177\377\377\340\300\300\300\340\360\0\0\0\0\0\0\0\0\0\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\0\0\0\0\0\0\0\0" + "\376\376\376\0\0\37\177\377\374\340\300\300\300\300\340|\377\377\377\0\0\0\0\0\0\1\1\1\1\1\0\0" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\36~\376\370\300\0\0\0\0\0\340" + "\376\376\36\2\0\0\0\1\17\77\377\370\360\374\77\17\3\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\36\376\376\340\0\0\300\374\374\370\300\0" + "\0\376\376\376\0\3\177\377\374\374\177\7\0\17\177\376\370\377\177\3\0\0\0\1\1\1\0\0\0\0\0\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\16>|\370\360\300\300\360\370>" + "\36\16\2\0\0\200\300\360\370|\37\17\17\37|\370\360\300\200\0\1\1\1\1\0\0\0\0\0\0\0\0" + "\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\36~\376\360\300\0\0\0\0\300\370" + "\376~\16\0\0\0\0\3\17\77\376\370\360\376\77\17\1\0\0\0\70xppp<\77\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\16\16\16\16\216\316\356\376~" + ">\36\16\0\0\300\340\360\370\374\336\317\307\303\301\300\300\300\300\300\0\1\1\1\1\1\1\1\1\1\1\1" + "\1\1\1\1\0\0\0\0\0\200\300\340\360pppppp\0\0\200\200\200\300\377\377\177\3\0\0\0" + "\0\0\0\0\0\3\3\3\7\377\376\374\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77~xpp" + "ppp\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\0\0\0" + "\0\0\0\0\0\0ppppp\360\340\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\360" + "\200\200\200\0\0\0\0\0\0\0\0\0\370\376\376\37\3\3\3\0\0\0pppppx\177\77\37\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34\34\36\16\16\16\36\34<\70\70" + "\70\34\36\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--30-300-72-72-P-147-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb21_2x4_n[1732] U8X8_FONT_SECTION("u8x8_font_inb21_2x4_n") = + " :\2\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 xpp`\340\307\377\377\317\340`" + "ppx\0\0\0\20<>\37\7\3\3\7\37><\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\377\377\377\300\300\300" + "\300\300\300\0\1\1\1\1\1\1\177\177\177\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0cw\77\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\340`\0\0\0\0\0\0\0\0\300\360\374\177\37" + "\7\1\0\0\0\0\0\300\360\374\177\37\7\1\0\0\0\0\0\0\0\4\17\17\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\340\340\340\340\300\300\200\0\0\0\360\376\377\377\7\1\200\300\360y\37" + "\177\377\376\370\0\7\77\177\377\374\316\207\201\200\300\340\376\377\77\17\0\0\0\0\0\1\3\3\3\3\3\1" + "\1\0\0\0\0\0\0\200\200\300\300\340\340\340\0\0\0\0\0\0\0\0\1\3\1\1\1\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0" + "\0\0\0\0\0\0\200\300\300\340\340\340\340\340\300\300\200\0\0\0\0\1\3\7\1\0\0\0\0\201\343\377" + "\377\77\0\0\0\200\300\360\370\274\236\217\207\203\203\201\200\200\0\0\0\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\200\200\300\340\340\340\340\340\340\300\300\200\0\0\0\0\0\1\1\341\340\340\340\360\361\377" + "\277\37\0\0\0\0\300\340\340\300\200\200\200\200\301\367\377\377>\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\340\0\0\0\0\0\0\200\340\360x\36\17\3\377\377" + "\377\0\0\0\0\34\37\37\37\35\34\34\34\34\377\377\377\34\34\34\0\0\0\0\0\0\0\0\0\0\3\3" + "\3\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\177\377\377p\70\70\70\70x\360" + "\360\340\200\0\0@\340\360\340\300\200\200\200\200\300\373\377\177\77\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\0\0\0\0\0\0\0\0\200\300\340\340\340\340\340\340\300\300\0\0\0\370\376\377\377sy\70\70\70x\361" + "\361\340\200\0\0\37\177\377\377\340\300\200\200\200\300\373\377\177\37\0\0\0\0\0\1\1\3\3\3\3\3\1" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\0\0\0\0\0\0\0\0\0\300\370\376\177" + "\17\3\0\0\0\0\0\0\0\340\370\377\177\17\1\0\0\0\0\0\0\0\0\0\3\3\3\3\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\300\300\200\0\0\0\0\17\77\377\377\360\340\300\340\361\377" + "\77\37\0\0\0<\376\377\377\301\200\200\200\201\303\377\377\377<\0\0\0\0\1\1\3\3\3\3\3\3\1" + "\1\0\0\0\0\0\200\300\300\340\340\340\340\340\300\300\200\0\0\0\0>\377\377\367\301\200\200\200\200\301\357" + "\377\377\374\0\0\200\300\341\301\203\203\203\203\303\341\377\177\77\17\0\0\0\1\1\3\3\3\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\370\370\370p\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\3\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--44-440-72-72-P-214-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb33_3x6_f[32260] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_f") = + " \377\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360" + "\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\17\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\17\217\217\217\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\37\77\77\77" + "\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0" + "\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0" + "\0\0\0\300\300\300\300\300\0\0\0\0\200\200\200\200\200\200\376\377\377\377\217\200\200\200\200\377\377\377\377\203" + "\200\200\200\200\7\7\7\7\7\377\377\377\377\17\3\3\3\203\377\377\377\377\7\7\7\7\7\0<<<<" + "\374\377\377\377\77<<<<\377\377\377\377\77<<<<\14\0\0\0\0x\177\177\177\37\0\0\0\0" + "\177\177\177\177\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\360\360\360\360\200\200\0\0\0\0\0\0\0\0\0\0\360\370" + "\374\376\377\37\17\7\377\377\377\377\7\17\17\37\177>\34\10\0\0\0\0\1\7\17\37\77\77>|\377\377" + "\377\377\360\360\340\340\340\300\200\0\0\0\0\0\300\340\340\300\200\0\0\0\377\377\377\377\1\1\3\307\377\377" + "\377\377~\0\0\1\3\7\7\17\17\17\37\36\377\377\377\377\36\17\17\17\7\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\300\300\300\300@\0\0\377\377\377\307\307\307\307\377\377\377\377|\200\340\360\374\377\77\37\7" + "\1\0\0\0\1\3\3\7\7\7\7\7\303\363\371\376\177\37\7\3\0\0\0\0\0\0\0\0\0\0\0\200" + "\340\370\374\377\77\17\3\361\374\376\376\37\37\37\37\376\376\374\360\0\60<>\77\37\7\1\0\0\0\0\3" + "\17\37\37>>>>\37\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\374" + "\376\377\377\377\17\7\3\7\17\377\377\377\376\374\0\0\0\0\0\0\0\0\0\300\303\357\377\377\177\376\370\374" + "\377\337\17\7\3\0\0\200\200\200\0\0\370\376\377\377\377\207\1\0\0\0\1\7\17\77\377\376\374\370\374\377" + "\377\77\17\6\1\7\17\37\37\37>>>>>>\37\37\17\17\7\7\17\77\77\37\34\10\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360" + "\360\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\360\370xx`\0\0\0\0\0\0\0" + "\0\0\200\340\370\374\376\377\77\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\370\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\177\377\376\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\7\17\17\37\77\36\14\0\0\0\0\0\300\360\360\340\340\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\37\77\377\376\374\370\340\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\377\376\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\377\377\377\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376" + "\377\177\37\17\3\0\0\0\0\0\0\0\0\0\70|>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\70>><|xxp\360\377\377\377" + "\377\361pxx|<<>\70 \0\0\0@\340\360\370\376\177\37\17\7\3\17\37\177\376\374\370\340\300" + "\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0xxxxxxxxx\377\377\377\377\377xxxxxxxx\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376\376\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0 \60x~\77\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\360\360\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\340\374\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0`x\376\377\177\37\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\300\360\374" + "\376\377\177\37\17\7\7\7\7\17\337\377\377\376\374\360\300\0\0\0\376\377\377\377\377\3\0\0\200\340\360\370" + "~\37\17\7\1\377\377\377\377\376\0\0\7\77\377\377\377\370\374\237\17\7\1\0\0\0\0\300\370\377\377\377" + "\177\17\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\34\34\36\36\17\17\17\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\10\34" + ">\177\37\17\7\7\7\3\7\7\7\17\77\377\377\376\374\360\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\340\360\374\377\177\77\17\3\0\0\0\0\0\0\200\300\360\370\374\376\77\37\17\7\7\3\1\0\0\0" + "\0\0\0\0\0\0<\77\77\77\77\77=<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\6\17\37\17\7\7\7\7\7\7\7\7\17\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0xx||||\374\376\377\377\377\347\303\201\0\0\0\0\0\0\0\300" + "\300\0\0\0\0\0\0\0\0\0\1\303\377\377\377\377\376\0\0\0\0\6\17\17\37\37\77>>>>>" + ">>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\300\340\370\374\177\377\377\377\377\377\0\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0" + "\0\377\377\377\377\377\0\0\0\0\0\0<\77\77\77\77=<<<<<<<\377\377\377\377\377<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\60\177\177\377\77\77\36\37\37\37\37\37\37>\376\374\374\370\340\200\0\0\0\0\200\300" + "\300\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\3\7\17\37\37\37>>><" + ">>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\340\370" + "\374\376\377\77\17\7\7\7\3\7\7\7\17\17\7\2\2\0\0\0\0\377\377\377\377\377\374>\36\37\37\17" + "\37\37\77\376\376\374\370\360\200\0\0\0\0\37\377\377\377\377\360\200\0\0\0\0\0\0\0\300\377\377\377\377" + "\177\0\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\77\17" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\370\377\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70>\77\77\77\17\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\370\374" + "\376\377\377\17\7\7\7\3\7\7\17\37\377\377\377\376\370\0\0\0\0\0\1\3\217\317\377\377\376|xx" + "x\370\374\377\377\317\307\203\0\0\0\0\0\370\376\377\377\377\307\1\0\0\0\0\0\0\1\1\207\377\377\377" + "\376\374\0\0\0\0\3\7\17\37\37\37>>><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\7\7\7\7\7\7\37\77\377\376\374\360" + "\200\0\0\0\0\17\77\177\377\377\370\360\340\300\300\300\300\340\340\360\377\377\377\377\377\0\0\0\0\0\0\0" + "\200\201\3\3\3\3\3\3\3\3\201\361\377\377\377\177\17\0\0\0\0\4\16\17\37\37>>><>>" + "\36\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>\177\177\177" + ">\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376" + "\376\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60x\77\37\37\7\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\300\300\340\340\360\360\370\370||>>\37\37\0\70|\374\376\376\377\357\357\307\207\207\3" + "\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\17\17\37\37>>||\370\370\360" + "\360\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0<<<<" + "<<<<<<<<<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37>>" + "||\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3" + "\203\207\307\357\357\377\376\376\374|\70\0\340\340\360\360\370\370||>>\37\37\17\17\7\3\3\1\1\0" + "\0\0\0\0\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\360\360\360\360" + "\360\360\360\340\340\300\200\0\0\0\0\0\0\6\7\17\37\17\3\3\1\1\1\1\1\1\3\207\377\377\377\377" + "\374\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\177\77\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\207\207\207\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\37\77\77" + "\77\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\370\376" + "~\77\17\17\7\7\7\3\7\207\207\217\217\277\377\376\370\340\0\0\377\377\377\3\0\0\0\360\374\376\376\37" + "\17\17\17\17\17\207\377\377\377\377\0\0\77\377\377\374\360\300\200\1\7\17\37\37\36\36\36\36\37\17\37\37" + "\37\37\0\0\0\0\1\3\7\17\17\37\37>>>><>>\36\36\37\17\14\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\376\370\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377" + "\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\37\77\77\77< \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\3\3\3\3\3\7\7\7\7\17\37\377\377\377\374\370\0\0\0\377\377\377\377\377xxxxxx|" + "|\374\376\377\377\357\317\207\1\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\1\203\377\377\377" + "\377\374\0\0\77\77\77\77\77<<<<<<<>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\177\177" + "~<\60\0\376\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\377\374\340\300\0\0\0\0\0\0\0\0\0\0\300\300\300\200\0\0\0\0\0\3\7\17\17\37\37\77>>" + ">>>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\3\3\3\3\7\7\7\7\17\37\77\377\376\374\370\340\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\1\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\370\377\377\377" + "\77\17\0\0\77\77\77\77\77<<<>>>>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\300\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\377\377\377\377\377xxxxxxxxxxxxx\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77<<<<<<" + "<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\377\377" + "\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\377\377\377\377\377xxxxx" + "xxxxxxx\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300" + "\300\300\300\300\300\200\200\0\0\0\0\0\0\300\360\370\376\376\77\37\17\7\7\7\7\7\7\7\17\17\77\177" + ">\34\30\0\376\377\377\377\377\1\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\0\7\77\377\377" + "\377\374\340\200\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\0\0\0\0\3\7\17\17\37\37\77>>" + ">>>>>\37\37\37\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377xxxxxx" + "xxxxx\377\377\377\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77\77" + "\77<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0" + "\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\300\200\0\0\0\0\0\0\0\200\377\377\377\377\377\0\0" + "\0\0\0\0\0\6\17\37\37\37>>>>>>\37\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0" + "\0\0\0\0\200\300\300\300\300\300@\0\377\377\377\377\377\0\0\0\0\200\300\360\370\374\376\77\37\17\7\3" + "\1\0\0\0\377\377\377\377\377\370|~\377\377\377\347\203\1\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\1\3\17\37\177\377\376\370\360\340\200\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\3\7\37\77\77\77<\70\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77<<<<<<<<<<<<<<<<\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300\300\0\377\377\377\377\377\376\370\340\200\0\0\0\0\0\200\340\370\376\377\377" + "\377\377\377\0\377\377\377\377\377\1\7\37\177\376\370\340\370\376\77\37\7\1\377\377\377\377\377\0\377\377\377\377" + "\377\0\0\0\0\1\7\7\3\0\0\0\0\0\377\377\377\377\377\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\377\377\377\377" + "\377\177\376\370\340\300\0\0\0\0\0\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\1\7\37\177\377\374" + "\360\300\200\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\1\3\17\77\377\376\370\377\377\377" + "\377\377\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\3\17\37\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377\377\177\17\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\3\7\7\7\17\37\377\377\376\374\360\0\0\377\377\377\377\377\360\360\360\360\360\360" + "\360\360\360\370\370\376\177\177\77\17\3\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\200\0\0\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\0\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\177\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\370\377\377\377\177\17\0\0\1\3\7\17\37\77\77>\374\374\374" + "\374>>\37\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\37\37\36\36\36\36\36\36" + "\36\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\7\7\7\17\37\377\377\376\374\360\0\0\0\377\377\377\377\377\360\360\360\360\360\360" + "\360\360\360\370\374\177\77\77\17\3\0\0\0\377\377\377\377\377\0\0\0\0\0\1\7\37\177\377\376\370\340\200" + "\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\1\7\37\77\77><\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\360\374\376\377\377\37\17\7\7\7\7\7\7\7\17\37\77\77\36" + "\4\0\0\0\0\1\7\17\37\37\77>||x\370\370\360\360\340\340\300\300\200\0\0\0\0\0\200\340\300" + "\200\0\0\0\0\0\0\0\0\1\1\3\307\377\377\377\377\374\0\0\3\7\17\17\37\37\36>>><>" + ">>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\3\3\3\3" + "\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377" + "\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\7\17\17\37\37\77>>>>" + ">>\77\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300@\7\77\377\377" + "\377\370\300\0\0\0\0\0\0\0\0\0\340\374\377\377\177\17\3\0\0\0\1\7\77\377\377\376\360\200\0\0" + "\0\200\360\377\377\377\37\3\0\0\0\0\0\0\0\0\0\1\17\177\377\377\374\340\374\377\377\77\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\377\377\377\377\300\0\0\0\0\340\376\377\377\370\200\0\0\0\200\377" + "\377\377\377\3\3\377\377\377\377\360\0\360\377\377\77\7\177\377\377\374\300\200\377\377\377\77\0\0\0\0\77\377" + "\377\377\377\377\77\3\0\0\0\7\177\377\377\377\377\377\17\0\0\0\0\0\0\17\77\77\77\3\0\0\0\0" + "\0\0\0\7\77\77\77\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\1\7\37" + "\177\377\376\370\360\300\0\0\200\340\370\376\377\177\37\7\3\0\0\0\0\0\0\0\0\1\3\217\377\377\377\376" + "\377\377\337\7\1\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\177\37\7\7\17\77\377\377\374\360\340\200" + "\0\0\0\0\60<\77\77\77\37\7\1\0\0\0\0\0\0\0\3\17\37\77\77>\70\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\300\360\374\377\377\77" + "\17\3\0\0\0\0\0\0\1\7\37\177\377\377\374\360\370\376\377\177\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\3\3\3" + "\3\3\3\3\3\3\3\3\3\303\343\373\377\377\177\37\17\3\0\0\0\0\0\0\0\0\0\200\300\360\370\376" + "\377\177\37\17\3\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\177\37\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0<>\77\77\77\77\77<<<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\200\200\200" + "\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0`\340\360\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\37\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376" + "\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\360\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\377|p\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200" + "\200\200\377\377\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\340\360\374\376\77\37\177\376\374\360\300\0\0\0\0\0\0\0\0\0\10\14\37\37\37\7\3\0\0\0" + "\0\1\7\37\37\37\16\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\200\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\37\77\377\377\376\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77" + "\177\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\0\2\7\17\217\207\207\303\303\303\303\303\303\307\307\377\377\377\376\374\0\0\0\360\374\376\377" + "\377\217\17\7\7\7\7\7\3\203\203\343\377\377\377\377\377\0\0\0\0\3\7\17\17\37\37\37\37\36\37\37" + "\17\17\17\7\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377\377>\17\17\7\7\7" + "\7\7\17\17\37\377\377\376\374\360\300\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\200\300\377\377" + "\377\377\77\0\0\77\77\77\77\7\17\37\36>><>>>\77\37\37\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200" + "\0\0\0\0\0\300\370\374\376\377\177\37\17\7\3\3\3\3\3\3\7\7\17\77\37\16\4\0\0\37\177\377" + "\377\377\370\300\200\200\0\0\0\0\0\0\0\200\200\300\300\0\0\0\0\0\0\1\3\7\7\17\17\37\37\37" + "\37\36\37\37\37\17\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\20\0\0\0\0\0\0" + "\0\0\200\200\200\200\200\200\200\200\0\0\377\377\377\377\377\0\0\0\300\360\374\376\377\177\37\17\7\7\7\7" + "\7\17\37>\377\377\377\377\377\0\0\0\77\377\377\377\377\340\200\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\0\0\0\0\1\7\17\17\37\37\77>><>>\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\300\370\374\376\377\337\317\307\303\303\303\303\303\303\307\307\317\377\377\376\374\360\0\0\37\377\377\377" + "\377\363\303\203\3\3\3\3\3\3\3\3\3\203\303\203\3\3\0\0\0\0\1\3\7\7\17\17\37\37\37\37" + "\36\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360\360\360\360\360\360\340\340\300\0\0\0\0\0" + "\0\0\376\377\377\377\377\3\1\0\0\0\0\0\1\3\7\7\1\0\0\17\17\17\17\17\377\377\377\377\377\17" + "\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\200\200\300\300" + "\300\300\300\300\0\370\376\377\377\377\207\3\1\1\1\1\1\3\207\377\377\377\377\363\3\3\3\3\0\0\303\347" + "\377\377\77\77>><>>\77\37\37\17\7\3\1\0\0\0\0\300\340\363\377\377\77\37\17\17\17\17\17" + "\17\17\17\37\37\37\376\376\376\374\360\0\3\7\17\37\37\37>>>><<>>>>\36\37\37\17" + "\7\3\1\0\0\360\360\360\360\360\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377\377~\36\17\17\7\7" + "\7\7\17\37\377\377\377\374\360\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360" + "\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\201\203\207\207\207\203\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77" + "\77\77<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\200\200\200\200\200\200\200\200\201\203\207\207\207\203\1\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7" + "\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\14\36\77\77" + ">|||x||>\77\77\37\17\7\1\0\0\0\0\0\0\0\360\360\360\360\360\20\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\377\377\377\377\377\0\200\300\300\340\360\370|>\37\37\17\7\3\1\0\0\0\0\377\377\377" + "\377\377\37\17\7\17\37\177\376\374\370\360\340\300\200\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0" + "\0\1\3\7\37\77\77><\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<<\77\77\77\77\77<<<<<<<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\200\300\300\300\300\300\300\200\0\200\300\300\300\300\300" + "\300\200\0\0\377\377\377\377\377\17\3\3\3\377\377\377\377\377\17\3\3\3\377\377\377\377\377\0\377\377\377\377" + "\377\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377\377\377\0\37\37\37\37\37\0\0\0\0\37\37\37" + "\37\37\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377\377\77\17\7\7\3\3" + "\3\3\7\17\377\377\377\376\370\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\300\360\374\376\377\177\17\7\7\3\3\3\3\3\7\7\37\177\377\377\376\370\340\0\37\177\377\377" + "\377\360\300\200\0\0\0\0\0\0\0\200\300\360\377\377\377\177\37\0\0\0\1\3\7\7\17\17\37\37\37\36" + "\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377\377\37\7\7\3\3\3" + "\3\3\7\7\17\177\377\377\376\374\340\0\0\377\377\377\377\377\300\200\0\0\0\0\0\0\0\200\300\340\377\377" + "\377\377\37\0\0\377\377\377\377\377\7\17\17\17\37\36\37\37\37\37\17\17\7\3\1\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\300\300\300\200\0\300\300\300" + "\300\300\0\0\300\370\376\377\377\77\17\7\7\3\3\3\3\3\7\17\37\377\377\377\377\377\0\0\37\177\377\377" + "\377\360\300\200\0\0\0\0\0\0\0\200\340\377\377\377\377\377\0\0\0\0\1\3\7\17\17\37\37\37\37\36" + "\37\17\17\7\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\300\0\0\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\377\377\377\377\377\177\37\17\7" + "\7\3\3\3\3\3\7\17\37\7\1\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\0\0<\177\377\377\377\347\307\303\203\203\203\203\7\7\17\77\37\17\2\0\0\0\0\200\340\340" + "\300\201\201\3\3\3\7\7\7\7\17\237\377\376\376\374\360\0\0\0\1\3\7\7\17\17\17\37\37\37\36\37" + "\37\37\37\17\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\200\200\376\376\377\377\377\200\200\200\200\200\200\200\0\0\0\0\0\0\7\7\7\7\7\377\377\377\377\377\7" + "\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\200" + "\0\0\0\0\0\0\0\0\0\0\3\17\37\37\77\77>><>>\36\37\17\16\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377" + "\377\377\300\0\0\0\0\0\0\0\0\300\377\377\377\377\377\0\0\0\0\0\3\17\17\37\37\77>><>" + ">\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\1\17\77\377\377\376\370\300\0\0\0\0" + "\0\0\0\200\360\376\377\377\77\7\0\0\0\0\0\0\7\37\377\377\377\370\340\0\300\370\376\377\77\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\0\377\377\377\360\0\0\0\0\340\376\376\376\376\360\200\0\0\0\377\377\377\377\37\0\7\177\377\377" + "\377\340\340\376\377\77\7\7\77\377\377\370\300\370\377\377\377\7\0\0\0\0\17\77\77\77\77\37\3\0\0\0" + "\0\3\37\77\77\77\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0\1\7\17\37\177\376\374\370\340\300\200" + "\340\360\374\376\177\37\17\3\1\0\0\0\0\0\0\0\200\300\340\371\377\377\77\77\377\377\371\360\300\200\0\0" + "\0\0\0\0 \70<>\77\77\17\7\1\0\0\0\0\1\3\17\37\77\77>\70\60 \0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\0\1\7\37\377\377\377\370\340\0\0\0\0\0\0\0\200\360\377\377\377\77\7\0\0\0\0\0\0" + "\3\17\77\377\377\374\340\200\200\360\376\377\377\37\7\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377" + "\377\177\37\3\0\0\0\0\0\0\0\0>\77||x||~\77\77\37\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\7\7\7\7\7\7\7\7\7\207\307" + "\367\377\377\177\77\37\17\7\0\0\0\0\0\0\0\200\300\360\370\374\376\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0<>\77\77\77\77\77=<<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\370\376\377\377\377\17\7\3\3\3\3\3\3\3" + "\0\0\0\0\0\200\200\200\200\340\377\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\17\37\377\377\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77\77\177~|||xxxx" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\7\17\377\377\377\376\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\377\340\300\200\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\370\374\377\377\77\17\17\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0xxxxx|||\177\77\77\37\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\200\300\200\200\0\6\7\17\17\7\7\7\3\7\7\17\17" + "\37\37\37\37\37\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360" + "\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\207\207\207\203\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\77\77" + "\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\200\200\200\0\0\0\0\0\0\0\0\0\0\0" + "\200\300\340\340\340\360\360\360\377\377\377\377\341\340\340\300\200\0\0\0\340\374\376\377\377\37\7\3\1\0\360\377" + "\377\377\377\1\1\3\17\17\7\3\0\0\17\177\377\377\377\370\340\200\0\360\377\377\377\177\0\0\0\200\300\300" + "\200\0\0\0\0\0\0\1\3\7\17\17\377\377\377\377\177\37\37\37\17\17\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\3\3\3\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300" + "\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\360\374\376\377\377\37\17\7\7\7\7\7\7\17\37\17\7" + "\2\0\0\0\0\36\36\37\77\377\377\377\376\336\36\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\340\377\377\377\377\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>\37\37\37\17\17\17\17\17\17\37" + "\37\36>>><>>\36\37\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60x" + "\370\360\340\340\340\360\360\360\360\360\340\340\340\360\370x\60\0\0\0\0\0\0|\377\377\377\307\201\1\1\0" + "\1\1\3\307\377\377\377|\0\0\0\0\0\0\30<\77\37\17\17\17\37\37\36\37\37\17\17\17\37\77<" + "\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\300\300\300\300\300\0\0\3\17\77\177\377\376\370\340\200\0\0\0\200\340\370\376\377\177\37" + "\7\3\0\0\0\0\200\200\200\201\207\217\277\377\376\374\376\377\277\217\207\201\200\200\200\0\0\0\0\0\307\307" + "\307\307\307\307\307\377\377\377\377\377\307\307\307\307\307\307\307\0\0\0\0\0\3\3\3\3\3\3\3\77\77\77" + "\77\77\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360" + "\360\360\360\360\340\340\300\200\0\0\0\0\0\0\0>\377\377\377\377\343\301\300\200\200\200\1\3\17\17\7\3" + "\1\0\0\0\0\0\360\374\374\377\377\317\7\7\7\7\17\17\37\77\376\376\374\370\360\0\0\0\0\0\0\3" + "\7\7\17\17\37\37\36>>|\374\376\377\377\367\303\1\0\0\0\0\20\70~\177\376\370\360\360\360\360\360" + "\360\360\370\377\177\177\77\17\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\360\370\370\370\360\340\0\0\0\340\360\370\370\370\360\340\0\0\0\0\0\0\0\0" + "\1\3\3\3\1\0\0\0\0\0\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\370\370x|\274\274\274\274\274|x\370\360\360" + "\340\300\0\0\374\377\377\37\347\371\376\376\37\17\17\17\7\17\17\77\77><\21\7\37\377\376\177\377\377\370" + "\347\237\77\177~\370\370\360\360\360\370\370||\70\210\340\370\377\177\0\0\3\7\7\17\37\37\36><<" + "<<<\36\36\36\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\207\217\317\307\303\343\343\343\343\347\377\377\377\376\0\0\0\0\0\0\0\0\0\77\177\377\377\363\341\341\341" + "\341\361\361\377\377\377\377\0\0\0\0\0\0\0<<<<<=======<====<" + "<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\340\360\370\374~<\30\200\300\340\360\370\374~<\30\0\0\0\0\7\17\37" + "\77\177\375\371\360\340\306\217\37\77\177\377\371\360\340\300\200\0\0\0\0\0\0\0\0\0\0\1\3\7\7\3" + "\1\0\0\0\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340" + "\340\360\370xx<<<<<<|x\370\360\360\340\300\0\0\374\377\377\17\3\0\377\377\377\377\307\307" + "\307\307\347\377\376\374x\1\7\37\377\376\177\377\377\370\340\300\377\177\177\177\1\1\1\7\37\177}p\340\200" + "\300\370\377\177\0\0\3\7\7\17\37\37>>>><>>\36\36\37\17\7\7\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0" + "<\377\377\377\347\303\303\201\303\303\347\377\377\377~\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7" + "\7\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\376\0\0\0\0\0\0" + "\0\0\0\0\36\36\36\36\36\36\36\36\36\377\377\377\377\377\36\36\36\36\36\36\36\36\0\0\0\0\0\0" + "\0\0\0\0\0\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0<<<<<<<<<<<<" + "<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\340\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0\0" + "\7\17\17\7\3\1\1\201\301\341\367\377\377\177\36\0\0\0\0\0\0\0\0\0\340\360\370\374\376\376\377\357" + "\347\343\341\341\340\340\340\340\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\340" + "\340\340\340\300\300\200\0\0\0\0\0\0\0\0\0\0\1\3\7\7\3\361\361\361\361\361\363\377\377\377\237\0" + "\0\0\0\0\0\0\0\0\60x\374\374\360\340\340\340\340\340\361\373\377\177\77\37\0\0\0\0\0\0\0\0" + "\0\0\0\0\1\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\374\370x\60\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\4\7\17\37\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377" + "\377\200\0\0\0\0\0\0\200\377\377\377\377\377\0\0\0\0\200\0\377\377\377\17\37\37>>>>>\37" + "\37\17\7\17\37\77><>\37\37\16\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\300\340\340\340\360\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\374\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\3\7\17\37\77\77\77\77\377\377" + "\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\3\3\3\3\0\0\0\0\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0p\370\374\374\374\370p\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\20<\70xpssww\77>\36\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340" + "\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\3\3\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\340" + "\374\376\377\177\17\3\3\3\3\3\17\77\377\377\374\360\0\0\0\0\0\0\0\7\37\177\177\377\370\340\340\340" + "\340\340\360\376\177\77\37\7\0\0\0\0\0\0<<<<<<<=====<<<<<<" + "<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\30<~\374\370\360\340\340\300\230<>|\370\360\360\340\300\200\0\0\0\0\0\200\300" + "\340\360\370\375\177\77\37\217\307\340\360\370\375\177\77\37\17\7\0\0\0\1\3\7\7\3\1\0\0\0\0\1" + "\3\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340pp\370\370\370\370\0\0\0\0\0\0\0\0\0\0\300\360\360\340 \0\0\0\0\0\377" + "\377\377\377\0\0\0\0\0\0\300\360\374\377\77\17\3\0\0\0\0\0\0\0\7\7\7\7\0\0\200\340\374" + "\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\77\7\1\0\200\300\340\360\374\374" + "\374\0\0\0\0\0`\370\376\377\77\17\3\0\70<>\77\77;\71\70\377\377\377\70\70\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\340pp\370\370\370\370\0\0\0\0\0" + "\0\0\0\0\200\360\360\360\340 \0\0\0\0\0\377\377\377\377\0\0\0\0\0\200\340\370\376\377\77\17\3" + "\0\0\0\0\0\0\0\7\7\7\7\0\0\300\360\374\377\177\37\7\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\340\374\377\377\77\7a\360x<\34\34\34<\374\370\370\340\0\0`\370\376\377\77\17\3\0\0\0" + "\200\300\340\360\370\274\236\217\217\207\203\201\0\0\0\0\1\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3" + "\3\3\3\3\360\360x\70\70\70x\360\360\300\0\0\0\0\0\0\200\360\360\340`\0\0\0\340\300\200\16" + "\16\16\236\377\377\373\360\0\200\340\370\376\377\77\17\3\0\0\0\0\3\3\7\7\7\7\7\3\3\301\360\374" + "\377\177\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\177\37\7\1\200\300\340\360\374\374\374" + "\0\0\0\0\0\0`\370\376\377\77\17\3\0\70<>\77;\71\70\377\377\377\70\70\70\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360" + "\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\203\207\207\207\203\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\340\360\374\377\177\77\37\7\0\0\0\0\0\0\0\0\0\0\0\0\374\377\377" + "\377\377\207\1\0\0\0\0\0\0\0\0\200\340\300\200\200\0\0\0\0\0\3\7\17\37\37\77>>>>" + ">>\37\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\3\3\203\347\307\17\17\17\6\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\200\360\374\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3" + "\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374" + "\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0\0\0\0\0\0\7\37\77\77\77< \0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\17\17\217\347\307" + "\3\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\376\370\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377" + "\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\37\77\77\77< \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34>\37\17\17\207\343\307\7\17\37>>\14\0\0\0\0\0\0\0\0\0\0" + "\0\0\200\360\374\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3" + "\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374" + "\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0\0\0\0\0\0\7\37\77\77\77< \0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\3\1\1\201\343\307" + "\7\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\370\340\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377" + "\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\37\77\77\77< \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\3\7\17\17\17\7\3\300\340\300\3\7\17\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\300\360\376\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\77\7\0\3" + "\37\377\377\377\370\340\0\0\0\0\0\0\200\360\376\377\377\177\37\37\36\36\36\36\36\36\37\77\377\377\377\374" + "\340\200\0\0\77\77\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\7\37\77\77\77<\60\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\77y\360\360" + "y\77\37\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\374\340\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\370\377\377\77\17\1\1\17\77\377\377\374\340\200\0\0\0\0\0\0\300\370\377" + "\377\377\37\37\36\36\36\36\36\36\37\37\177\377\377\374\360\200\0\0\77\77\77\77\7\0\0\0\0\0\0\0" + "\0\0\0\0\0\3\17\77\77\77>\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0" + "\0\200\360\376\377\377\37\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0\0\340\374\377\377\177\17\0\0\377" + "\377\377\377xxxxxxxx\0\200\360\376\377\377\77\77<<<<\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\77\77\77\17\1\0\0\0\0\0\0\77\77\77\77<<<<<<<<<\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\177\177" + "~<\70\0\376\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\377\374\340\300\0\0\0\0\0\0\0\0\0\0\200\300\300\200\0\0\0\0\0\3\7\17\17\37\37\77>>" + "\376\376>>\36\37\17\17\7\3\1\0\0\0\0\0\0\0\0\70\70\70pwwww\177\77\36\0\0" + "\0\0\0\0\0\300\300\300\300\301\301\301\303\303\307\307\307\317\317\306\300\300\300\300\300\300\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\377\377\377\377\377xxxxxx" + "xxxxxxx\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77<<<<<<<<<<<<<<<<\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\302\317\317\317\307" + "\307\303\303\303\301\301\300\300\300\300\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\377\377\377\377\377xxxxxxxxxxxxx\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77<<<<<<" + "<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\314\334\336\337\317\317\307\303\307\317\317\337\376\334\314\300\300\300\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\377\377\377\377\377xxxxxx" + "xxxxxxx\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77<<<<<<<<<<<<<<<<\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\303\307\317\317\317\307\303\300\300" + "\300\303\307\317\317\317\307\303\300\300\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\377\377\377\377\377xxxxxxxxxxxxx\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77<<<<<<" + "<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\301\301\303\303\303\307\307\317\317\317\302\300\300\300\0\0\0\0\0\0\0\3\3" + "\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<\77\77\77\77\77<<<<<<<\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\302\307\317\317\307\307" + "\307\303\303\301\301\301\300\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77\77" + "\77<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\314\374\336\337\317\317\307\303\307\307\317\337\376\336\314\300\0\0\0\0\0\0\0\3\3" + "\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<\77\77\77\77\77<<<<<<<\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\303\307\317\317\317\307\303\300\300\300" + "\303\307\317\317\317\307\303\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77\77" + "\77<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\3\3\3\7\7\7\7\7\17\37\177\377\376\374\360\300\0\0x\377\377\377\377\377xxxxx\0" + "\0\0\0\0\0\3\377\377\377\377\376\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\340\374\377\377" + "\377\77\7\0\0\77\77\77\77\77<<<>>>>\77\37\37\17\7\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\301\303\303\207\3\1\1\1\3\3" + "\7\7\7\7\7\307\303\301\300\300\0\0\377\377\377\377\377\177\376\370\340\300\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\377\377\377\377\377\0\1\7\37\177\377\374\360\300\200\0\0\377\377\377\377\377\0\0\377\377\377\377" + "\377\0\0\0\0\0\1\3\17\77\377\376\370\377\377\377\377\377\0\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\3\17\37\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\203\203\303\307\307\317\317\317\316\206\200\0\0\0\0\0\0\0\300\360\374\376" + "\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377" + "\377\177\17\0\0\0\3\7\17\17\37\37>>><>>>\37\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\202\216\317\317\317\307" + "\307\307\303\203\201\0\0\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377\377\177\17\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34>\237\237\317\307\307\303\307\317\337\277\276\34\10\0\0\0\0\0\300\360\374\376" + "\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377" + "\377\177\17\0\0\0\3\7\17\17\37\37>>><>>>\37\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\201\201\300\301\301\303" + "\303\307\307\207\207\3\3\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377\377\177\17\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\3\7\17\17\217\207\303\300\300\300\303\307\317\217\217\7\3\0\0\0\0\0\300\360\374\376" + "\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377" + "\377\177\17\0\0\0\3\7\17\17\37\37>>><>>>\37\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\300\200\0\0\0\0\0\0\0\200\300\340\340\300" + "\200\0\0\0\0\0\1\3\7\17\37\277\377\376\374\370\374\376\377\277\37\17\7\3\1\0\0\0\0\0\60x" + "\374\376\177\77\37\17\7\3\7\17\37\77\177\376\374x \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\200\300\300\340\340\340\340\340\340\300\300\300\340\360\370\370p\60\0\340\370\376\377" + "\377\77\17\7\3\3\3\3\203\343\377\377\177\177\377\377\375\360\300\0\377\377\377\377\1\0\0\0\300\340\370\376" + "\177\37\7\1\0\0\377\377\377\377\377\0\37\177\377\377\374\360\374\377\77\17\3\1\0\0\200\200\340\374\377\377" + "\377\77\7\0p|\377\177\77\17\17\17\37\37\37\36\37\37\37\17\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300A\1\3\3\7\7\7" + "\17\17\7\2\0\300\300\300\300\300\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377" + "\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\7\17\17\37\37\77>>>>" + ">>\77\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300@\2\17\17\17\7\7\7\3\3\1\1\300\300\300\300\300\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\1\7\17\17\37\37\77>>>>>>\77\37\37\17\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\334^\37\17\17\7\3\3" + "\7\17\37\37\36\314\300\300\300\300\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377" + "\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\7\17\17\37\37\77>>>>" + ">>\77\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\303\307O\17\17\7\3\0\0\0\3\7\17\17\317\307\303\300\300\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\177\0\0\0\1\7\17\17\37\37\77>>>>>>\77\37\37\17\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\6\17\17\7\7" + "\7\3\3\3\1\1\300\300\300\300\300\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\300\360\374\377\377\77" + "\17\3\0\0\0\0\0\0\1\7\37\177\377\377\374\360\370\376\377\177\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\360\360\360\360\360\360\360\360\360\360\360\340\340\300\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\1\1\1\3\207\377\377\377\377\374\0\0\377\377\377\377\377<<<<<<<<<>>\77\37\37" + "\17\3\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360" + "\360\360\340\340\340\300\200\0\0\0\0\0\0\360\376\377\377\377\37\3\1\1\1\1\1\1\3\207\377\377\377\377" + "\374\0\0\0\0\377\377\377\377\377\0\0\0<<<>>~\177\377\377\363\341\340\200\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\203\377\377\377\377\376\0\0\77\77\77\77\77\0\20\34\37>>" + ">>>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0p\360\370\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\200\200\200\201\207\217\237\217\216\204\0\0\0\0\0\0\0\0\0\0\4\16\37\37\17\17\207\207\207\207" + "\207\207\217\217\377\377\376\374\370\0\0\0\340\370\374\376\376\37\37\17\17\17\17\17\7\7\7\307\377\377\377\377" + "\377\0\0\0\1\7\17\37\37\77>>><>>\36\37\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370" + "\374\374\374\70\20\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\307\307\317\317\303\301\300\300\200\200\0\0" + "\0\0\0\0\0\0\2\7\17\217\207\207\303\303\303\303\303\303\307\307\377\377\377\376\374\0\0\0\360\374\376\377" + "\377\217\17\7\7\7\7\7\3\203\203\343\377\377\377\377\377\0\0\0\0\3\7\17\17\37\37\37\37\36\37\37" + "\17\17\17\7\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\14\237\277\217\207\201\201\203\217\237\277\37\16\0\0\0\0\0\0\0\0\4\16\37\37\17\17\207\207\207\207" + "\207\207\217\217\377\377\376\374\370\0\0\0\340\370\374\376\376\37\37\17\17\17\17\17\7\7\7\307\377\377\377\377" + "\377\0\0\0\1\7\17\37\37\77>>><>>\36\37\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\370\370xx\370\370" + "\360\340\340\300\300\340\360\360`\0\0\0\0\0\0\0\1\3\201\200\200\200\200\201\201\203\203\203\3\3\1\0" + "\0\0\0\0\0\0\4\16\37\37\17\17\207\207\207\207\207\207\217\217\377\377\376\374\370\0\0\0\340\370\374\376" + "\376\37\37\17\17\17\17\17\7\7\7\307\377\377\377\377\377\0\0\0\1\7\17\37\37\77>>><>>" + "\36\37\37\17\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0\0\300\340\360\360\360\340\300\0\0\0\0\0\0\0\1" + "\3\7\207\207\203\201\200\200\200\201\203\207\7\7\3\1\0\0\0\0\0\0\4\16\37\17\17\17\207\207\207\207" + "\207\207\217\237\377\377\376\374\370\0\0\0\340\370\374\376\376\37\37\17\17\17\17\17\7\7\7\307\377\377\377\377" + "\377\0\0\0\1\7\17\37\37\77>>><>>\36\37\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\34\34\34" + "\34\370\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\203\203\207\207\207\207\203\203\200\0\0\0\0" + "\0\0\0\0\0\0\4\16\37\37\17\17\207\207\207\207\207\207\217\217\377\377\376\374\370\0\0\0\340\370\374\376" + "\376\37\37\17\17\17\17\17\7\7\7\307\377\377\377\377\377\0\0\0\1\7\17\37\37\77>>><>>" + "\36\37\37\17\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300" + "\300\300\300\300\300\300\200\200\0\200\300\300\300\300\300\300\300\300\200\0\2\7\207\207\307\303\303\303\303\307\377\377" + "\377\377\317\307\303\303\303\303\307\377\377\377\376\377\377\377\217\7\3\3\3\3\377\377\377\377\301\201\1\1\1\1" + "\1\1\201\201\3\7\17\17\37\37\36\36\36\17\17\7\3\7\17\17\37\37\37\37\37\17\17\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200" + "\0\0\0\0\0\300\370\374\376\377\177\37\17\7\3\3\3\3\3\3\7\17\37\77\37\16\4\0\0\37\177\377" + "\377\377\370\300\200\200\0\0\0\0\0\0\0\200\200\300\200\0\0\0\0\0\0\1\3\7\7\17\17\37\37\237" + "\377\376\237\237\237\17\17\7\7\3\0\0\0\0\0\0\0\0\0\34\34\34\70;;;;\77\37\17\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\20x\374\374\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\200\300\300\300\301\307\317\317\307\306\300\200\0\0\0\0\0\0\300\370\374\376\377\337\317\307\303\303\303\303" + "\303\303\307\307\317\377\377\376\374\360\0\0\37\377\377\377\377\363\303\203\3\3\3\3\3\3\3\3\3\203\303\203" + "\3\3\0\0\0\0\1\3\7\7\17\17\37\37\37\37\36\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360" + "\374\374\374x\60\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\302\307\317\317\307\303\300\300\300\200\0\0" + "\0\0\0\0\300\370\374\376\377\337\317\307\303\303\303\303\303\303\307\307\317\377\377\376\374\360\0\0\37\377\377\377" + "\377\363\303\203\3\3\3\3\3\3\3\3\3\203\303\203\3\3\0\0\0\0\1\3\7\7\17\17\37\37\37\37" + "\36\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\16\37\237\217\207\201\201\203\217\237\277\237\16\0\0\0\0\0\0\200\360\370\374\376\277\237\217\207\207\207\207" + "\207\207\217\217\237\377\376\374\370\340\0\0\77\377\377\377\377\347\207\7\7\7\7\7\7\7\7\7\7\7\207\7" + "\7\7\0\0\0\1\3\7\17\17\37\37>>>><>>>\36\37\17\17\6\2\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0" + "\0\300\340\360\360\360\340\300\0\0\0\0\0\0\0\1\3\7\7\207\203\201\200\200\200\201\203\207\207\7\3\1" + "\0\0\0\0\200\360\370\374\376\377\237\217\217\207\207\207\207\207\217\217\237\377\376\374\370\340\0\0\77\377\377\377" + "\377\367\207\7\7\7\7\7\7\7\7\7\7\7\207\207\7\7\0\0\0\1\3\7\17\17\37\37\77>>>" + "<>>>\36\37\17\17\7\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\60x\374\374\374\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\300\303\307\317\317\307\302\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\36\36\36\36\36\36\37\37\37\37\37\36\36\36\36\36\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360" + "\370\374\374x\20\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\302\307\317\317\307\303\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\36\36\36\36\36\36\37\37\37" + "\37\37\36\36\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\340\360\370\370\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\214\236\277\237\217\203\201\203\207\217\77\37\16\10\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0<<<<<<\77\77\77\77\77<<<<<\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0" + "\0\300\340\360\360\360\300\0\0\0\0\0\0\0\0\201\203\207\207\207\203\201\200\200\200\201\7\7\7\7\1\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77" + "\77\77<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0 `p\360\360\360\340\340\300\200\200\200\300\300\300\300\0\0\0\0\0\0\0" + "\0\14\36\236\236\217\217\217\217\217\277\377\377\377\373\343\301\1\0\0\200\340\370\374\376\177\37\17\17\7\7\7" + "\7\7\17\17\37\177\377\377\377\377\360\0\77\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\200\340\377\377" + "\377\377\77\0\0\0\3\7\17\17\37\37>>><>>>\37\37\37\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\370\370\370\370\370\360" + "\360\340\300\300\340\340\360\340\0\0\0\0\0\200\200\201\203\201\0\0\0\200\201\201\203\203\203\203\203\3\1\0" + "\0\0\0\0\0\377\377\377\377\377~\36\17\17\7\7\7\7\17\37\377\377\377\374\360\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\20\70\374\374\374\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\200\300\300\300\301\303\317\317\307\307\300\200\0\0\0\0\0\0\300\360\374\376\377\177\17\7\7\3\3\3" + "\3\3\7\7\37\177\377\377\376\370\340\0\37\177\377\377\377\360\300\200\0\0\0\0\0\0\0\200\300\360\377\377" + "\377\177\37\0\0\0\1\3\7\7\17\17\37\37\37\36\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340" + "\360\374\370\360p \0\0\0\0\0\0\0\0\0\0\0\0\0\200\204\216\217\237\217\207\203\200\200\0\0\0" + "\0\0\0\0\200\340\370\374\376\377\37\17\17\7\7\7\7\7\17\17\77\377\376\376\374\360\300\0\77\377\377\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\200\340\377\377\377\377\77\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\374\374\370\340\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\16\37\237\217\207\201\200\203\207\237\277\237\16\4\0\0\0\0\0\200\340\370\374\376\377\37\17\17\7\7\7" + "\7\7\17\17\77\377\376\376\374\360\300\0\77\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\200\340\377\377" + "\377\377\77\0\0\0\3\7\17\17\37\37>>><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\340\360\360\370xxx\370\370" + "\360\340\340\300\300\340\360\360`\0\0\0\0\0\0\0\1\3\0\200\200\200\200\201\203\203\203\203\203\3\1\0" + "\0\0\0\0\200\340\370\374\376\377\37\17\17\7\7\7\7\7\17\17\77\377\376\376\374\360\300\0\77\377\377\377" + "\377\340\200\0\0\0\0\0\0\0\0\0\200\340\377\377\377\377\77\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0\0\300\340\360\360\360\340\300\0\0\0\0\0\0\0\1" + "\3\7\7\207\203\201\200\200\200\201\203\207\207\7\3\1\0\0\0\0\200\340\370\374\376\377\37\17\17\7\7\7" + "\7\7\17\17\77\377\376\376\374\360\300\0\77\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\200\340\377\377" + "\377\377\77\0\0\0\3\7\17\17\37\37>>><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\360\360\360\340\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\361\363\363\363\363\361\360\360\360\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\0\0\360\370\370\370\370\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\200\200\200\200\200\200\200\340\360\360\340`\0\0\0\200\340\370\374\376\377\77\17\17\7\7\307" + "\367\377\377\177\37\177\377\377\374\360\300\0\77\377\377\377\377\340\200\340\370\376\177\37\17\3\0\0\200\340\377\377" + "\377\377\77\0\0@\343\377\377\377\77\37\77\77><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20x\374\374\374" + "\360\300\200\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\3\7\17\17\7\2\300\300\300\300" + "\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\177\377\377" + "\377\377\340\200\0\0\0\0\0\0\200\340\377\377\377\377\377\0\0\0\0\0\1\7\7\17\17\37\37\37\36\37" + "\37\17\17\7\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\374\374x\20\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\2\7\17\17\7\1\0\0\300\300\300\300\300\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\177\377\377\377\377\340\200\0\0\0\0\0\0\200\340\377\377\377\377" + "\377\0\0\0\0\0\1\7\7\17\17\37\37\37\36\37\37\17\17\7\37\37\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374" + "\370\360\300\200\0\0\0\0\0\0\0\0\0\200\200\200\200\214\37\37\17\7\1\1\3\17\37\37\237\214\200\200" + "\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377" + "\377\377\300\0\0\0\0\0\0\0\0\300\377\377\377\377\377\0\0\0\0\0\3\17\17\37\37\77>><>" + ">\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0\0\300\340\360\360\360\340\300\0\0\0\0\0\200\200\201" + "\203\207\7\7\3\1\0\0\0\1\3\7\207\207\203\201\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\0\0\0\0\0\3\17\17\37\37\77>><>>\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360" + "\374\374\374x\60\0\0\0\0\0\0\0\300\300\300\300\300\300\0\0\2\7\17\17\7\3\0\0\0\200\300\300" + "\300\300@\0\0\3\17\177\377\377\374\360\200\0\0\0\0\0\0\300\370\377\377\177\37\3\0\0\0\0\0\0" + "\1\7\37\377\377\376\360\300\300\370\377\377\177\17\3\0\0\0\0\0\0\200\0\0\0\0\0\0\203\377\377\377" + "\377\77\17\1\0\0\0\0\0\0\0\0\37\37>><>>\77\37\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377\377>\17\17\7\7\7" + "\7\7\17\17\37\377\377\376\374\370\300\0\0\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\200\300\377\377" + "\377\377\77\0\0\377\377\377\377\377\17\37\36\36><>>>\77\37\37\17\7\3\1\0\0\0\177\177\177" + "\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0" + "\0\300\340\360\360\360\340\300\0\0\0\0\200\200\200\201\203\207\7\7\3\1\0\0\0\1\3\7\7\7\203\201" + "\200\200\200\0\0\7\37\177\377\377\374\360\200\0\0\0\0\0\0\0\340\374\377\377\177\37\3\0\0\0\0\0" + "\3\17\77\377\377\376\360\300\0\340\374\377\377\77\17\3\0\0\0\0\0\0\0\0\0\0\0\1\7\337\377\377" + "\377\377\77\7\1\0\0\0\0\0\0\0>\77~||||~\77\77\37\17\7\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--44-440-72-72-P-214-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb33_3x6_r[13684] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_r") = + " ~\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360" + "\340\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\17\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\17\217\217\217\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\37\77\77\77" + "\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\360\360\340\0\0\0\0\340\360\360\360\340\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\377\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\0\0" + "\0\0\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0" + "\0\0\0\300\300\300\300\300\0\0\0\0\200\200\200\200\200\200\376\377\377\377\217\200\200\200\200\377\377\377\377\203" + "\200\200\200\200\7\7\7\7\7\377\377\377\377\17\3\3\3\203\377\377\377\377\7\7\7\7\7\0<<<<" + "\374\377\377\377\77<<<<\377\377\377\377\77<<<<\14\0\0\0\0x\177\177\177\37\0\0\0\0" + "\177\177\177\177\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\360\360\360\360\200\200\0\0\0\0\0\0\0\0\0\0\360\370" + "\374\376\377\37\17\7\377\377\377\377\7\17\17\37\177>\34\10\0\0\0\0\1\7\17\37\77\77>|\377\377" + "\377\377\360\360\340\340\340\300\200\0\0\0\0\0\300\340\340\300\200\0\0\0\377\377\377\377\1\1\3\307\377\377" + "\377\377~\0\0\1\3\7\7\17\17\17\37\36\377\377\377\377\36\17\17\17\7\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\300\300\300\300@\0\0\377\377\377\307\307\307\307\377\377\377\377|\200\340\360\374\377\77\37\7" + "\1\0\0\0\1\3\3\7\7\7\7\7\303\363\371\376\177\37\7\3\0\0\0\0\0\0\0\0\0\0\0\200" + "\340\370\374\377\77\17\3\361\374\376\376\37\37\37\37\376\376\374\360\0\60<>\77\37\7\1\0\0\0\0\3" + "\17\37\37>>>>\37\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\374" + "\376\377\377\377\17\7\3\7\17\377\377\377\376\374\0\0\0\0\0\0\0\0\0\300\303\357\377\377\177\376\370\374" + "\377\337\17\7\3\0\0\200\200\200\0\0\370\376\377\377\377\207\1\0\0\0\1\7\17\77\377\376\374\370\374\377" + "\377\77\17\6\1\7\17\37\37\37>>>>>>\37\37\17\17\7\7\17\77\77\37\34\10\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360" + "\360\360\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\360\370xx`\0\0\0\0\0\0\0" + "\0\0\200\340\370\374\376\377\77\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\370\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\177\377\376\370\360\340\300\200\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\7\17\17\37\77\36\14\0\0\0\0\0\300\360\360\340\340\300\200\200\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\37\77\377\376\374\370\340\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\377\377\377\376\360\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\377\377\377\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376" + "\377\177\37\17\3\0\0\0\0\0\0\0\0\0\70|>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\70>><|xxp\360\377\377\377" + "\377\361pxx|<<>\70 \0\0\0@\340\360\370\376\177\37\17\7\3\17\37\177\376\374\370\340\300" + "\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0xxxxxxxxx\377\377\377\377\377xxxxxxxx\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376\376\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0 \60x~\77\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\360\360\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\340\374\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0`x\376\377\177\37\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\300\360\374" + "\376\377\177\37\17\7\7\7\7\17\337\377\377\376\374\360\300\0\0\0\376\377\377\377\377\3\0\0\200\340\360\370" + "~\37\17\7\1\377\377\377\377\376\0\0\7\77\377\377\377\370\374\237\17\7\1\0\0\0\0\300\370\377\377\377" + "\177\17\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\34\34\36\36\17\17\17\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\10\34" + ">\177\37\17\7\7\7\3\7\7\7\17\77\377\377\376\374\360\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\340\360\374\377\177\77\17\3\0\0\0\0\0\0\200\300\360\370\374\376\77\37\17\7\7\3\1\0\0\0" + "\0\0\0\0\0\0<\77\77\77\77\77=<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\6\17\37\17\7\7\7\7\7\7\7\7\17\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0xx||||\374\376\377\377\377\347\303\201\0\0\0\0\0\0\0\300" + "\300\0\0\0\0\0\0\0\0\0\1\303\377\377\377\377\376\0\0\0\0\6\17\17\37\37\77>>>>>" + ">>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\300\340\370\374\177\377\377\377\377\377\0\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0" + "\0\377\377\377\377\377\0\0\0\0\0\0<\77\77\77\77=<<<<<<<\377\377\377\377\377<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\60\177\177\377\77\77\36\37\37\37\37\37\37>\376\374\374\370\340\200\0\0\0\0\200\300" + "\300\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\3\7\17\37\37\37>>><" + ">>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\340\370" + "\374\376\377\77\17\7\7\7\3\7\7\7\17\17\7\2\2\0\0\0\0\377\377\377\377\377\374>\36\37\37\17" + "\37\37\77\376\376\374\370\360\200\0\0\0\0\37\377\377\377\377\360\200\0\0\0\0\0\0\0\300\377\377\377\377" + "\177\0\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\77\17" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\370\377\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70>\77\77\77\17\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\370\374" + "\376\377\377\17\7\7\7\3\7\7\17\37\377\377\377\376\370\0\0\0\0\0\1\3\217\317\377\377\376|xx" + "x\370\374\377\377\317\307\203\0\0\0\0\0\370\376\377\377\377\307\1\0\0\0\0\0\0\1\1\207\377\377\377" + "\376\374\0\0\0\0\3\7\17\37\37\37>>><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\7\7\7\7\7\7\37\77\377\376\374\360" + "\200\0\0\0\0\17\77\177\377\377\370\360\340\300\300\300\300\340\340\360\377\377\377\377\377\0\0\0\0\0\0\0" + "\200\201\3\3\3\3\3\3\3\3\201\361\377\377\377\177\17\0\0\0\0\4\16\17\37\37>>><>>" + "\36\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>\177\177\177" + ">\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376" + "\376\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \60x\77\37\37\7\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\200\300\300\340\340\360\360\370\370||>>\37\37\0\70|\374\376\376\377\357\357\307\207\207\3" + "\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\17\17\37\37>>||\370\370\360" + "\360\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\7\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0\0<<<<" + "<<<<<<<<<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37>>" + "||\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3" + "\203\207\307\357\357\377\376\376\374|\70\0\340\340\360\360\370\370||>>\37\37\17\17\7\3\3\1\1\0" + "\0\0\0\0\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\360\360\360\360" + "\360\360\360\340\340\300\200\0\0\0\0\0\0\6\7\17\37\17\3\3\1\1\1\1\1\1\3\207\377\377\377\377" + "\374\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\374\376\177\77\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\207\207\207\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\37\77\77" + "\77\37\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\370\376" + "~\77\17\17\7\7\7\3\7\207\207\217\217\277\377\376\370\340\0\0\377\377\377\3\0\0\0\360\374\376\376\37" + "\17\17\17\17\17\207\377\377\377\377\0\0\77\377\377\374\360\300\200\1\7\17\37\37\36\36\36\36\37\17\37\37" + "\37\37\0\0\0\0\1\3\7\17\17\37\37>>>><>>\36\36\37\17\14\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\376\370\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\340\374\377\377\77\7\0\3\37\177\377\377\370\340\0\0\0\0\0\0\0\340\374\377" + "\377\377\37\37\36\36\36\36\36\36\37\77\377\377\377\374\340\200\0\0\77\77\77\37\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\37\77\77\77< \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\3\3\3\3\3\7\7\7\7\17\37\377\377\377\374\370\0\0\0\377\377\377\377\377xxxxxx|" + "|\374\376\377\377\357\317\207\1\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\1\203\377\377\377" + "\377\374\0\0\77\77\77\77\77<<<<<<<>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300" + "\300\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\376\177\37\17\7\7\7\3\7\7\7\17\37\177\177" + "~<\60\0\376\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\77\377\377" + "\377\374\340\300\0\0\0\0\0\0\0\0\0\0\300\300\300\200\0\0\0\0\0\3\7\17\17\37\37\77>>" + ">>>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\3\3\3\3\7\7\7\7\17\37\77\377\376\374\370\340\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\1\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\370\377\377\377" + "\77\17\0\0\77\77\77\77\77<<<>>>>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\300\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\377\377\377\377\377xxxxxxxxxxxxx\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77<<<<<<" + "<<<<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\377\377" + "\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\0\0\0\0\377\377\377\377\377xxxxx" + "xxxxxxx\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300" + "\300\300\300\300\300\200\200\0\0\0\0\0\0\300\360\370\376\376\77\37\17\7\7\7\7\7\7\7\17\17\77\177" + ">\34\30\0\376\377\377\377\377\1\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\0\7\77\377\377" + "\377\374\340\200\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\0\0\0\0\3\7\17\17\37\37\77>>" + ">>>>>\37\37\37\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377xxxxxx" + "xxxxx\377\377\377\377\377\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\0\0\0\0\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77\77" + "\77<<<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\0\0" + "\0\0\0\3\3\3\3\3\3\377\377\377\377\377\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\300\200\0\0\0\0\0\0\0\200\377\377\377\377\377\0\0" + "\0\0\0\0\0\6\17\37\37\37>>>>>>\37\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0" + "\0\0\0\0\200\300\300\300\300\300@\0\377\377\377\377\377\0\0\0\0\200\300\360\370\374\376\77\37\17\7\3" + "\1\0\0\0\377\377\377\377\377\370|~\377\377\377\347\203\1\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\1\3\17\37\177\377\376\370\360\340\200\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\3\7\37\77\77\77<\70\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77<<<<<<<<<<<<<<<<\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\300\300\300\0\377\377\377\377\377\376\370\340\200\0\0\0\0\0\200\340\370\376\377\377" + "\377\377\377\0\377\377\377\377\377\1\7\37\177\376\370\340\370\376\77\37\7\1\377\377\377\377\377\0\377\377\377\377" + "\377\0\0\0\0\1\7\7\3\0\0\0\0\0\377\377\377\377\377\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\377\377\377\377" + "\377\177\376\370\340\300\0\0\0\0\0\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\1\7\37\177\377\374" + "\360\300\200\0\0\377\377\377\377\377\0\0\377\377\377\377\377\0\0\0\0\0\1\3\17\77\377\376\370\377\377\377" + "\377\377\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\3\17\37\77\77\77\77\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\200\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\77\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\360\377\377\377\177\17\0\0\0\3\7\17\17\37\37>>><" + ">>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\3\7\7\7\17\37\377\377\376\374\360\0\0\377\377\377\377\377\360\360\360\360\360\360" + "\360\360\360\370\370\376\177\177\77\17\3\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\200\0\0\0\0\0\0\0\300\360\374\376\377\77\37\17\7\7\7\7\7\7\17\37\77\377\376\374" + "\370\340\0\0\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0\0\1\377\377\377\377\377\0\177\377\377\377" + "\374\340\200\0\0\0\0\0\0\0\0\0\300\370\377\377\377\177\17\0\0\1\3\7\17\37\77\77>\374\374\374" + "\374>>\37\37\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\37\37\36\36\36\36\36\36" + "\36\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\377\377\377" + "\377\377\3\3\3\3\3\3\7\7\7\17\37\377\377\376\374\360\0\0\0\377\377\377\377\377\360\360\360\360\360\360" + "\360\360\360\370\374\177\77\77\17\3\0\0\0\377\377\377\377\377\0\0\0\0\0\1\7\37\177\377\376\370\340\200" + "\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\1\7\37\77\77><\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300" + "\300\300\300\200\200\0\0\0\0\0\0\0\0\360\374\376\377\377\37\17\7\7\7\7\7\7\7\17\37\77\77\36" + "\4\0\0\0\0\1\7\17\37\37\77>||x\370\370\360\360\340\340\300\300\200\0\0\0\0\0\200\340\300" + "\200\0\0\0\0\0\0\0\0\1\1\3\307\377\377\377\377\374\0\0\3\7\17\17\37\37\36>>><>" + ">>>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\3\3\3\3" + "\3\3\3\3\377\377\377\377\377\3\3\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300@\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\177\377\377\377" + "\377\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\7\17\17\37\37\77>>>>" + ">>\77\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300@\7\77\377\377" + "\377\370\300\0\0\0\0\0\0\0\0\0\340\374\377\377\177\17\3\0\0\0\1\7\77\377\377\376\360\200\0\0" + "\0\200\360\377\377\377\37\3\0\0\0\0\0\0\0\0\0\1\17\177\377\377\374\340\374\377\377\77\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\377\377\377\377\300\0\0\0\0\340\376\377\377\370\200\0\0\0\200\377" + "\377\377\377\3\3\377\377\377\377\360\0\360\377\377\77\7\177\377\377\374\300\200\377\377\377\77\0\0\0\0\77\377" + "\377\377\377\377\77\3\0\0\0\7\177\377\377\377\377\377\17\0\0\0\0\0\0\17\77\77\77\3\0\0\0\0" + "\0\0\0\7\77\77\77\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\1\7\37" + "\177\377\376\370\360\300\0\0\200\340\370\376\377\177\37\7\3\0\0\0\0\0\0\0\0\1\3\217\377\377\377\376" + "\377\377\337\7\1\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\177\37\7\7\17\77\377\377\374\360\340\200" + "\0\0\0\0\60<\77\77\77\37\7\1\0\0\0\0\0\0\0\3\17\37\77\77>\70\60\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\0\1\7\37\177\377\377\374\360\300\0\0\0\0\0\300\360\374\377\377\77" + "\17\3\0\0\0\0\0\0\1\7\37\177\377\377\374\360\370\376\377\177\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0\0\3\3\3" + "\3\3\3\3\3\3\3\3\3\303\343\373\377\377\177\37\17\3\0\0\0\0\0\0\0\0\0\200\300\360\370\376" + "\377\177\37\17\3\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\177\37\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0<>\77\77\77\77\77<<<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\200\200\200" + "\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0`\340\360\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7" + "\37\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376" + "\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\376\360\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\377|p\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360" + "\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200" + "\200\200\377\377\377\377\377\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\200\340\360\374\376\77\37\177\376\374\360\300\0\0\0\0\0\0\0\0\0\10\14\37\37\37\7\3\0\0\0" + "\0\1\7\37\37\37\16\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\200\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\370\360\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\37\77\377\377\376\370\360\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77" + "\177\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200\0\0" + "\0\0\0\0\0\0\2\7\17\217\207\207\303\303\303\303\303\303\307\307\377\377\377\376\374\0\0\0\360\374\376\377" + "\377\217\17\7\7\7\7\7\3\203\203\343\377\377\377\377\377\0\0\0\0\3\7\17\17\37\37\37\37\36\37\37" + "\17\17\17\7\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\60\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377\377>\17\17\7\7\7" + "\7\7\17\17\37\377\377\376\374\360\300\0\0\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\200\300\377\377" + "\377\377\77\0\0\77\77\77\77\7\17\37\36>><>>>\77\37\37\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\200" + "\0\0\0\0\0\300\370\374\376\377\177\37\17\7\3\3\3\3\3\3\7\7\17\77\37\16\4\0\0\37\177\377" + "\377\377\370\300\200\200\0\0\0\0\0\0\0\200\200\300\300\0\0\0\0\0\0\1\3\7\7\17\17\37\37\37" + "\37\36\37\37\37\17\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\20\0\0\0\0\0\0" + "\0\0\200\200\200\200\200\200\200\200\0\0\377\377\377\377\377\0\0\0\300\360\374\376\377\177\37\17\7\7\7\7" + "\7\17\37>\377\377\377\377\377\0\0\0\77\377\377\377\377\340\200\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\0\0\0\0\1\7\17\17\37\37\77>><>>\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\300\370\374\376\377\337\317\307\303\303\303\303\303\303\307\307\317\377\377\376\374\360\0\0\37\377\377\377" + "\377\363\303\203\3\3\3\3\3\3\3\3\3\203\303\203\3\3\0\0\0\0\1\3\7\7\17\17\37\37\37\37" + "\36\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360\360\360\360\360\360\340\340\300\0\0\0\0\0" + "\0\0\376\377\377\377\377\3\1\0\0\0\0\0\1\3\7\7\1\0\0\17\17\17\17\17\377\377\377\377\377\17" + "\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\200\200\200\300\300" + "\300\300\300\300\0\370\376\377\377\377\207\3\1\1\1\1\1\3\207\377\377\377\377\363\3\3\3\3\0\0\303\347" + "\377\377\77\77>><>>\77\37\37\17\7\3\1\0\0\0\0\300\340\363\377\377\77\37\17\17\17\17\17" + "\17\17\17\37\37\37\376\376\376\374\360\0\3\7\17\37\37\37>>>><<>>>>\36\37\37\17" + "\7\3\1\0\0\360\360\360\360\360\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\377\377\377\377\377~\36\17\17\7\7" + "\7\7\17\37\377\377\377\374\360\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360" + "\360\340\300\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\201\203\207\207\207\203\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0<<<<<<\77\77\77" + "\77\77<<<<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\340\300\0\0\0\0\0\0\0\0\0" + "\200\200\200\200\200\200\200\200\201\203\207\207\207\203\1\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7" + "\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\14\36\77\77" + ">|||x||>\77\77\37\17\7\1\0\0\0\0\0\0\0\360\360\360\360\360\20\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\377\377\377\377\377\0\200\300\300\340\360\370|>\37\37\17\7\3\1\0\0\0\0\377\377\377" + "\377\377\37\17\7\17\37\177\376\374\370\360\340\300\200\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0" + "\0\1\3\7\37\77\77><\70\60 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0<<<<<<<\77\77\77\77\77<<<<<<<\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\200\300\300\300\300\300\300\200\0\200\300\300\300\300\300" + "\300\200\0\0\377\377\377\377\377\17\3\3\3\377\377\377\377\377\17\3\3\3\377\377\377\377\377\0\377\377\377\377" + "\377\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377\377\377\0\37\37\37\37\37\0\0\0\0\37\37\37" + "\37\37\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\0\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377\377\77\17\7\7\3\3" + "\3\3\7\17\377\377\377\376\370\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\300\360\374\376\377\177\17\7\7\3\3\3\3\3\7\7\37\177\377\377\376\370\340\0\37\177\377\377" + "\377\360\300\200\0\0\0\0\0\0\0\200\300\360\377\377\377\177\37\0\0\0\1\3\7\7\17\17\37\37\37\36" + "\37\37\37\17\17\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\0\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\377\377\377\377\377\37\7\7\3\3\3" + "\3\3\7\7\17\177\377\377\376\374\340\0\0\377\377\377\377\377\300\200\0\0\0\0\0\0\0\200\300\340\377\377" + "\377\377\37\0\0\377\377\377\377\377\7\17\17\17\37\36\37\37\37\37\17\17\7\3\1\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\300\300\300\200\0\300\300\300" + "\300\300\0\0\300\370\376\377\377\77\17\7\7\3\3\3\3\3\7\17\37\377\377\377\377\377\0\0\37\177\377\377" + "\377\360\300\200\0\0\0\0\0\0\0\200\340\377\377\377\377\377\0\0\0\0\1\3\7\17\17\37\37\37\37\36" + "\37\17\17\7\7\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300" + "\300\300\300\300\0\0\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\377\377\377\377\377\177\37\17\7" + "\7\3\3\3\3\3\7\17\37\7\1\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\37\37\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\300\300\300\300\300\200\0\0" + "\0\0\0\0\0\0<\177\377\377\377\347\307\303\203\203\203\203\7\7\17\77\37\17\2\0\0\0\0\200\340\340" + "\300\201\201\3\3\3\7\7\7\7\17\237\377\376\376\374\360\0\0\0\1\3\7\7\17\17\17\37\37\37\36\37" + "\37\37\37\17\17\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\200\200\376\376\377\377\377\200\200\200\200\200\200\200\0\0\0\0\0\0\7\7\7\7\7\377\377\377\377\377\7" + "\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\200" + "\0\0\0\0\0\0\0\0\0\0\3\17\37\37\77\77>><>>\36\37\17\16\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\377\377\377" + "\377\377\300\0\0\0\0\0\0\0\0\300\377\377\377\377\377\0\0\0\0\0\3\17\17\37\37\77>><>" + ">\36\37\17\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\1\17\77\377\377\376\370\300\0\0\0\0" + "\0\0\0\200\360\376\377\377\77\7\0\0\0\0\0\0\7\37\377\377\377\370\340\0\300\370\376\377\77\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\77\77\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\0\377\377\377\360\0\0\0\0\340\376\376\376\376\360\200\0\0\0\377\377\377\377\37\0\7\177\377\377" + "\377\340\340\376\377\77\7\7\77\377\377\370\300\370\377\377\377\7\0\0\0\0\17\77\77\77\77\37\3\0\0\0" + "\0\3\37\77\77\77\77\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0\1\7\17\37\177\376\374\370\340\300\200" + "\340\360\374\376\177\37\17\3\1\0\0\0\0\0\0\0\200\300\340\371\377\377\77\77\377\377\371\360\300\200\0\0" + "\0\0\0\0 \70<>\77\77\17\7\1\0\0\0\0\1\3\17\37\77\77>\70\60 \0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\200\200\0\1\7\37\377\377\377\370\340\0\0\0\0\0\0\0\200\360\377\377\377\77\7\0\0\0\0\0\0" + "\3\17\77\377\377\374\340\200\200\360\376\377\377\37\7\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377" + "\377\177\37\3\0\0\0\0\0\0\0\0>\77||x||~\77\77\37\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200" + "\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\7\7\7\7\7\7\7\7\7\207\307" + "\367\377\377\177\77\37\17\7\0\0\0\0\0\0\0\200\300\360\370\374\376\77\37\17\7\3\1\0\0\0\0\0" + "\0\0\0\0<>\77\77\77\77\77=<<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300" + "\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\370\376\377\377\377\17\7\3\3\3\3\3\3\3" + "\0\0\0\0\0\200\200\200\200\340\377\377\377\177\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\17" + "\17\37\377\377\374\370\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\77\77\177~|||xxxx" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\7\17\377\377\377\376\370\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\177\377\377\377\340\300\200\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\370\374\377\377\77\17\17\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\377" + "\377\377\377\377\0\0\0\0\0\0\0\0\0\0xxxxx|||\177\77\77\37\17\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200" + "\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\200\300\200\200\0\6\7\17\17\7\7\7\3\7\7\17\17" + "\37\37\37\37\37\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--44-440-72-72-P-214-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb33_3x6_n[3892] U8X8_FONT_SECTION("u8x8_font_inb33_3x6_n") = + " :\3\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\0\0\0\0\0\0\0\0\0\0\70>><|xxp\360\377\377\377" + "\377\361pxx|<<>\70 \0\0\0@\340\360\370\376\177\37\17\7\3\17\37\177\376\374\370\340\300" + "\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370\0\0\0\0\0\0" + "\0\0\0\0xxxxxxxxx\377\377\377\377\377xxxxxxxx\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376\376\374\370\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0 \60x~\77\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\360\360\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\177\37\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\200\340\374\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0`x\376\377\177\37\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\300\360\374" + "\376\377\177\37\17\7\7\7\7\17\337\377\377\376\374\360\300\0\0\0\376\377\377\377\377\3\0\0\200\340\360\370" + "~\37\17\7\1\377\377\377\377\376\0\0\7\77\377\377\377\370\374\237\17\7\1\0\0\0\0\300\370\377\377\377" + "\177\17\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300" + "\300\300\0\0\0\0\0\0\0\0\0\0\0\0\34\34\36\36\17\17\17\377\377\377\377\377\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77" + "\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0\0\10\34" + ">\177\37\17\7\7\7\3\7\7\7\17\77\377\377\376\374\360\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\200\300\340\360\374\377\177\77\17\3\0\0\0\0\0\0\200\300\360\370\374\376\77\37\17\7\7\3\1\0\0\0" + "\0\0\0\0\0\0<\77\77\77\77\77=<<<<<<<<<<<>>\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\0\6\17\37\17\7\7\7\7\7\7\7\7\17\377\377\377\376\370" + "\0\0\0\0\0\0\0\0\0\0xx||||\374\376\377\377\377\347\303\201\0\0\0\0\0\0\0\300" + "\300\0\0\0\0\0\0\0\0\0\1\303\377\377\377\377\376\0\0\0\0\6\17\17\37\37\77>>>>>" + ">>\37\37\17\17\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\200\300\340\370\374\177\377\377\377\377\377\0\0\0\0\0\0\0\0\200\340\360\374\376\77\37\7\3\0" + "\0\377\377\377\377\377\0\0\0\0\0\0<\77\77\77\77=<<<<<<<\377\377\377\377\377<<" + "<<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\0\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\0\0\0\0\0\60\177\177\377\77\77\36\37\37\37\37\37\37>\376\374\374\370\340\200\0\0\0\0\200\300" + "\300\300\200\0\0\0\0\0\0\0\0\0\300\377\377\377\377\177\0\0\0\1\3\7\17\37\37\37>>><" + ">>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\340\370" + "\374\376\377\77\17\7\7\7\3\7\7\7\17\17\7\2\2\0\0\0\0\377\377\377\377\377\374>\36\37\37\17" + "\37\37\77\376\376\374\370\360\200\0\0\0\0\37\377\377\377\377\360\200\0\0\0\0\0\0\0\300\377\377\377\377" + "\177\0\0\0\0\0\0\3\7\17\37\37\77>><>>\37\37\17\17\7\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\300\300\300\300\300\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\303\363\377\377\377\77\17" + "\3\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\300\370\377\377\377\77\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\70>\77\77\77\17\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\370\374" + "\376\377\377\17\7\7\7\3\7\7\17\37\377\377\377\376\370\0\0\0\0\0\1\3\217\317\377\377\376|xx" + "x\370\374\377\377\317\307\203\0\0\0\0\0\370\376\377\377\377\307\1\0\0\0\0\0\0\1\1\207\377\377\377" + "\376\374\0\0\0\0\3\7\17\37\37\37>>><>>>\37\37\17\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300" + "\300\300\200\200\0\0\0\0\0\0\0\0\0\340\370\376\377\377\77\17\7\7\7\7\7\7\37\77\377\376\374\360" + "\200\0\0\0\0\17\77\177\377\377\370\360\340\300\300\300\300\340\340\360\377\377\377\377\377\0\0\0\0\0\0\0" + "\200\201\3\3\3\3\3\3\3\3\201\361\377\377\377\177\17\0\0\0\0\4\16\17\37\37>>><>>" + "\36\37\37\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\34>\177\177\177" + ">\34\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\70|\376\376\376|\70\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--62-620-72-72-P-301-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 191/658 + BBX Build Mode: 3 +*/ +#ifdef U8G2_USE_LARGE_FONTS +const uint8_t u8x8_font_inb46_4x8_f[57348] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_f") = + " \377\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\374\374\374\370\370\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\37\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\374\374\374\370\360\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\360\0\0\0\0\0\0\340\360\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\77\77\0\0\0\0\0\0\77\77\77\77\77\77\77\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\0\0\0\0\0\0\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\1\0\0\0\0\0\376\377\377\377\377\377\7" + "\0\0\0\0|||||||\374\377\377\377\377\377\377=<<<<<\376\377\377\377\377\377\177|" + "||||\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\7\0\0" + "\0\0\0\0||||||\376\377\377\377\377\377~~~~~~\376\377\377\377\377\377\77>>>" + ">>>\36\0\0\0\0\0\376\377\377\377\377\377\3\0\0\0\0\0\374\377\377\377\377\377\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\6\7\7\7\7\7\3\0\0\0\0\0\4\7\7\7\7\7\7\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\370\370\370\370\370\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\370\374\376\376\377\77\37\37\377\377\377\377\377\377\77\77\77\177\376\376\374\374\370" + "p \0\0\0\0\37\177\377\377\377\377\377\370\340\300\300\377\377\377\377\377\377\0\0\0\0\0\3\3\1\0" + "\0\0\0\0\0\0\0\0\1\3\7\7\17\17\37\37\77\377\377\377\377\377\377\376\374\374\374\370\370\360\360\340" + "\300\0\0\0\0\0\0\200\300\300\0\0\0\0\0\0\0\377\377\377\377\377\377\0\1\1\3\7\377\377\377\377" + "\377\377\374\0\0\14\37\77\177\177\377\376\374\374\370\370\360\377\377\377\377\377\377\360\370\370\374\377\377\177\77\37" + "\17\7\0\0\0\0\0\0\0\0\0\0\1\1\1\1\3\77\77\77\77\77\77\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300\300\300@\374\376\377\377\377\37\37\17\17\37\77\377\377\377\376\374\360\0\0\0\300\340\370\376\377\377\377\77" + "\17\3\1\0\37\77\177\377\377\376\374\370\370\374\374\377\377\177\77\237\347\360\374\377\377\377\177\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\300\360\370\376\377\377\177\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\377\77\37\7\201\360\370\374\376\376\177\77\77\77\177\376" + "\376\374\370\360\0\0\300\360\374\376\377\377\177\37\17\3\0\0\0\0\37\177\377\377\377\377\360\340\340\340\360\377" + "\377\377\377\177\6\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7" + "\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\370\374\376\377\377\377\77\37\37\17\17\37\37\177\377\377\377\377\376\374\360\0\0\0" + "\0\0\0\0\0\0\0\17\77\377\377\377\377\377\370\340\200\0\0\200\300\360\377\377\377\377\177\77\17\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\371\373\377\377\177\77\377\377\377\377\377\377\347\203\3\1\0\0\0\0\300\300" + "\300\200\0\0\374\377\377\377\377\377\37\7\1\0\0\0\0\1\3\7\37\77\177\377\377\376\374\370\340\370\377\377" + "\377\177\77\17\77\177\377\377\377\377\376\370\360\340\340\340\340\340\340\360\360\370\374\375\377\377\177\77\177\377\377\377" + "\371\360\340\300\0\0\0\1\3\3\7\7\7\7\7\17\7\7\7\7\7\3\3\1\1\0\0\0\0\1\7\17" + "\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\360\340\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\360\370\370\374\374\370" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\377\377\177\77\17\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\377\377\377\377\377\177\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\377\377\377\377\377\377\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\37\377\377\377\377\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\177\377\377\377\377\377\370\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\177\377\377\377\374\370\360\340\300\200\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\37\77\77\177\77" + "\16\6\0\0\0\0\0\340\374\370\370\360\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\3\3\7\17\37\37\77\377\377\377\376\374\370\360\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\377\377\377\377\377\374\360\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\377\377\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\77\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\370\376\377\377\377\177\77\37\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14~\376\177\177\77\77\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340 \0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\360\360\340\340\300\300\200\200\0\0\17\377\377\377\377\377\177\0\0\0\200\200\300\300\340\340" + "\360\340\200\0\7\7\7\7\17\17\17\17\37\237\337\377\376\377\377\377\377\377\376\377\337\237\37\17\17\17\17\7" + "\7\7\7\4\0\0\0\300\340\360\370\374\376\377\377\77\37\7\3\1\3\7\37\77\377\377\377\374\370\360\340\300" + "\0\0\0\0\0\0\0\1\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77" + "\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\77\377\377\377\377\377\377\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\60x|\376\177\77\37\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\370\370\360" + "\360`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\177\37\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\374\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\14\17\37\37\77\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\377\177\77\37\37\17\17\37\37\77\377\377\376\374\370\360\300\0" + "\0\0\0\0\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\300\340\360\374\377\377\77\377\377\377\377" + "\374\200\0\0\377\377\377\377\377\377\377\1\0\0\0\200\340\360\374\376\177\77\37\7\3\1\0\0\377\377\377\377" + "\377\377\0\0\7\177\377\377\377\377\377\374\370\376\177\77\37\7\3\1\0\0\0\0\0\0\200\370\377\377\377\377" + "\377\17\0\0\0\0\3\17\37\77\377\377\377\377\376\370\360\360\340\340\340\340\360\360\370\376\377\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0p\370\370\374\374~~\177\177\77\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0`\360\370\374\376\377\377\77\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\376\374\370" + "\340\200\0\0\0\0\0\0\0\1\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377\377" + "\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\376\377\377\177\77\37\17\7" + "\1\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\370\376\377\377\377\377\357\347\343\341\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\360\360\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34<~\377\177\77\37\37\37\17\17\17\37\37\37\77\77\377\377\377\376\374\370\360" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\177" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0>>>>>>\77\177\177\377\377\377\377\377\363\361\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\377\377" + "\377\374\0\0\0\0 x\374\376\377\377\370\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\377\377\77\37\7\3\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\376\377\377\77\37\7\1\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0|\177\177\177\177\177\177\177~~~~~~~~~~\377\377\377\377\377\377\377~~~" + "~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\370\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\0\0\0\0\0\0\0\377\377\377\377\377\377\377\340\340\360\360\360\360\360\360\360\360\340\340\300\300\200\0\0" + "\0\0\0\0\0\0\0\36\37\77\77\177\77\37\17\7\7\7\3\3\3\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\300\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\0\10\30<~\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\200\300\360\370\374\376\376\377\177\77\77\37\37\37\17\17\17\37\37\77\177\377\177>" + "\36\14\0\0\0\0\300\374\377\377\377\377\377\77\207\301\300\340\340\340\340\340\340\340\340\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\77\37\37\17\17\7\7\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\200\0\0\0\37\377\377\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\0\0\1\17\37\177\377\377\377\377\374\370\360\360\340\340\340\340\340\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\217\357\377\377\377\377\377\377\37" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\177\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\6\7\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\37\17\17\37\37\77\77\377\377\377\377\376\374\360" + "\300\0\0\0\0\0\0\37\177\377\377\377\377\377\360\340\200\200\0\0\0\0\0\200\300\360\377\377\377\377\377\77" + "\17\0\0\0\0\0\0\0\200\300\341\363\367\377\377\377\177\77\77>>~\177\377\377\377\377\367\343\341\300\200" + "\0\0\0\0\0\360\374\377\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\376\370\0\0\0\7\37\77\177\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\376\377\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\17\17\17\37\37\77\177\377\377\376\376\374\360\340" + "\0\0\0\0\0\0\376\377\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377\377\377\377" + "\377\370\0\0\0\0\1\17\77\177\377\377\377\377\374\370\360\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\3\3\1\341\377\377\377\377\377" + "\377\37\0\0\0\0\0\300\360\370\374\374\374\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\177\77\17\7" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\340\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77\177\177\177\177\77\77\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\360\340\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\377\377\377\377\377\377\177\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<>\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\360\360\370" + "\370\374\374\376\0\0\0\200\200\300\300\340\340\360\360\370\370\374\374\376\376\177\177\77\77\37\37\17\17\7\7\3" + "\3\1\1\0~\177\377\377\377\377\377\377\367\347\343\303\201\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\3\3\7\7\17\37\37\77\77\177\177\376\376\374\374\370\370\360\360\340\340\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\17\37\77\77" + "\177\177\377\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\374\374\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\1\1\3\3\3\7\7\17\17\37\37\77\77\177\177\376\376\374\374\370\370\360\360\340\340\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\201\201\303\303\347\347\377\377\377\377\377" + "\377\377\177~\0\0\200\200\300\300\340\340\360\360\370\370\374\376\376\377\177\177\77\37\37\17\17\7\7\3\1\1" + "\0\0\0\0\377\377\177\77\77\37\37\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360\360\370\370\370\370\370\370\370\370\360\360\340\340\300\200\0\0" + "\0\0\0\0\0\14\36\77\177\377\177\77\37\17\7\3\3\3\1\1\1\3\3\7\17\37\377\377\377\377\377\374" + "\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\377\377\377\377\377\177" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\370\376\377\377\377\377\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\374\374\374\370\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\370\374\376\376\377\177\77\37\37\37\17\17\17\37\37\37\37\77\77\177\377\376\374" + "\370\340\300\0\370\376\377\377\377\177\17\3\1\0\0\0\200\300\340\360\360\370\370\370\374\374\374\374\374\375\377\377" + "\377\377\377\376\377\377\377\377\377\0\0\0\0\0\374\377\377\377\377\377\217\3\1\1\0\0\0\0\0\300\377\377" + "\377\377\377\377\77\377\377\377\377\376\340\300\0\0\1\7\37\77\77\177\177\377\376\376\374\374\376~\177\77\177\177" + "\177\177\177\177\0\1\3\17\37\77\177\377\377\376\374\370\370\360\360\340\340\340\340\340\340\340\340\340\360\360\370\370" + "\340\300\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\17\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\3\0\0\0\0\7\37\377\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\200\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\376\370" + "\300\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377" + "\377\377\370\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\376\374" + "\360\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\200\200\300\340\360\377\377\377\377\377" + "\177\37\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\177\177\177\377\377\377\377\363\361\340" + "\300\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\377" + "\377\377\374\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\360\360\360\370\374\377\377\377\377\177" + "\77\17\3\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\77\37\37\17\17\17\37\37\37\77\177\377\377\376\376" + "\374\370\360\300\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7" + "\7\3\3\1\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\177\377\377\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\37\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\360\370\370\374\377\377" + "\177~\34\14\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\37\37\37\37\77\177\377\377\377\376\374\370\360" + "\340\200\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\177\377\377\377" + "\377\377\376\340\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377" + "\377\377\177\7\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\360\360\360\360\370\374\376\377\377\377\177\77\17" + "\7\1\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\77\37\37\37\17\17\17\37\37\37\77\177\377\377\376\374" + "\370\360`\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\3" + "\1\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\0\177\377\377\377\377\377\377\340\200\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377" + "\377\377\377\0\0\3\7\37\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\377\377\377" + "\377\377\177\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17" + "\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0 p\370\376\377\374\370\360\360\340\340\340\340\340\360\370\376\377\377\377\377\77\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300" + "\300\300\300@\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\377\377\177\77\37\17" + "\7\1\0\0\377\377\377\377\377\377\377\0\0\200\300\360\370\374\376\377\377\177\77\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377~\77\37\77\377\377\377\377\371\360\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\1\7\17\77\177\377\377\377\376\370\360\340\200\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\377\377\377\377\376\370" + "\360\300\200\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300\300\377\377\377\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\37\177\377\377\376\370\340\0\0\0\0\300\360\374\377\377\177\37\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\1\7\37\177\377\377\374\374\377\377\177\37\7\1\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\1\7\7\7\7\1\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\300\377\377\377\377\377\377\377\377\376\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\7\37\77\377\377\377\374\360\340\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\3\17\77\177\377\377\376\370\340\300\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\1\7\37\177\377\377\377\374\360\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\377" + "\377\377\377\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\374" + "\370\360\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377" + "\377\377\177\0\0\377\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374\376\376\377\177\177\177\77\37\17" + "\7\3\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\360\374\374\376\377\377\177\77\37\37\17\17\17\37\37\37\77\77\177\377\377\376\374\374" + "\360\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\376\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377" + "\377\377\377\377\0\3\17\77\177\377\377\377\377\374\370\360\340\340\340\300\300\300\340\340\340\360\370\376\377\377\177\77" + "\37\7\3\0\0\0\0\0\0\0\1\3\3\7\7\17\17\377\377\377\377\377\377\317\207\207\7\3\1\0\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\37\77\77\77\77\77\77\77\77\77" + "\77\77\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\374" + "\370\340\200\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\341\377\377\377\377" + "\377\377\77\0\0\377\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374\376\376\377\177\177\77\37\37\17" + "\3\1\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\1\7\17\77\377\377\377\377\374\360\340\200\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376" + "\370\340\200\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\370\374\376\377\377\377\77\77\37\37\37\17\17\17\37\37\37\77\177\377\377\376\376\374" + "\70\20\0\0\0\0\37\177\377\377\377\377\377\370\340\300\200\200\0\0\0\0\0\0\0\0\0\0\3\3\1\0" + "\0\0\0\0\0\0\0\0\1\3\3\7\17\17\37\37\77\77\177\177~\376\376\374\374\370\370\360\360\340\340\300" + "\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\377\377\377\377" + "\377\377\374\0\0\70~\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\177" + "\77\37\7\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\1\17\77\177\377\377\377\377\376\370\360\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300\300\37\377\377\377\377\377\376\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377" + "\377\377\77\7\0\0\3\37\377\377\377\377\377\374\340\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\177" + "\17\1\0\0\0\0\0\0\0\7\77\377\377\377\377\377\370\300\0\0\0\0\200\360\377\377\377\377\177\17\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\377\376\360\340\374\377\377\377\377\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\377\377\377\77\7\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\300\300\300\300\377\377\377\377\377\340\0\0\0\0\0\0\0\300\374\376\376\376\360\200\0\0\0\0\0\0\300\377" + "\377\377\377\377\177\377\377\377\377\377\360\0\0\0\0\300\374\377\377\377\377\377\377\377\370\200\0\0\0\300\377\377" + "\377\377\377\17\0\37\377\377\377\377\377\374\0\340\376\377\377\377\37\3\7\77\377\377\377\377\370\300\340\377\377\377" + "\377\377\3\0\0\0\7\377\377\377\377\377\377\377\377\377\37\1\0\0\0\0\3\77\377\377\377\377\377\377\377\377" + "\77\0\0\0\0\0\0\1\177\377\377\377\377\377\37\1\0\0\0\0\0\0\0\0\3\77\377\377\377\377\377\17" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\0\3\17\77\177\377\377\377\376\370\340\200\0\0\0\0\0\0\0\200\340\370\376\377\377\377\177\37" + "\7\3\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374\360\300\360\370\376\377\377\377\177\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\303\377\377\377\377\377\377\377\377\377\303\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\374\377\377\377\377\77\17\3\17\77\177\377\377\377\376\370\340\300\0\0" + "\0\0\0\0\0\300\340\370\376\377\377\377\177\77\17\3\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374" + "\370\340\200\0\7\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300\300\300\300\7\37\177\377\377\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377" + "\77\17\3\0\0\0\0\1\7\37\177\377\377\377\377\374\360\300\0\0\0\200\360\374\377\377\377\377\77\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374\376\377\377\377\177\17\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\317\357\377\377\377\377\377\77" + "\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\377\377\177\37\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\177\37\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\177\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\360\370\376\377\377\377\377\377\357\343\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\360\360\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "\374\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370" + "\370\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\20p\370\370\374\374\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376\370\340\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\377\377\377\374\360\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\377\377\377\377\374\360\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\377\377\370\340" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\37\17\17" + "\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\377\177\377\377\377\374\370\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\360\370\376\377\377\177\37\17\3\1\0\0\3\17\77\177\377\377\377\374\360\300\200" + "\0\0\0\0\0\0\0\0\1\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\1\7\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\340\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\37\177\377\377\377\377\377\374\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\177\177\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0`\340\360\370\374\374\374\376~~~~~~~~~\376\376\374\374\374\370\360\340" + "\300\0\0\0\0\0\0\0\0\1\203\203\301\300\300\300\340\340\340\340\340\340\340\340\340\340\343\377\377\377\377\377" + "\377\376\0\0\300\360\374\376\377\377\377\177\37\37\17\17\17\17\17\7\7\7\7\7\7\7\207\377\377\377\377\377" + "\377\377\0\0\7\37\177\377\377\377\377\376\370\370\360\360\360\360\360\360\360\370\370\374\376\377\177\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\360\360\370\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\0\0\0\0\0\377\377\377\377\377\377\377\37\7\3\1\0\0\0\0\0\0\0\1\3\7\17\177\377\377\377\377" + "\377\376\360\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\377\374\370\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\177\77" + "\37\7\0\0\0\7\7\7\7\7\3\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~~~\376\376\374\374\374\370" + "\360\340\300\200\0\340\374\377\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\37" + "\17\3\1\0\0\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\17\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\370\370\374\374\376\377" + "~<\70\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370" + "\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\0\200\300\340\360\370\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340\377\377\377\377\377" + "\377\377\0\0\300\374\377\377\377\377\377\177\17\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377\377" + "\377\377\0\0\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\376\374\374\374\370\360\340\300" + "\0\0\0\0\340\374\377\377\377\377\377\357\343\341\340\340\340\340\340\340\340\340\340\340\340\341\343\377\377\377\377\377" + "\377\370\0\0\77\377\377\377\377\377\377\307\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\360\370\370\374\376\377~<" + "\30\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\360\360\370\370\374\374\374\374\374\374\374\374\370\370" + "\370\360\360\340\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\37\7\3\1\1\0\0\0\1\1\1\3\3" + "\17\37\77\17\0\360\360\360\360\360\360\360\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\0\0" + "\0\0\0\0\0\3\3\3\3\3\3\3\377\377\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\340\360\360\370\374\374\376~>>>>>>>~\376\374\374\370\370\374\374~~~" + "~~~~~\377\377\377\377\377\377\341\200\0\0\0\0\0\0\0\0\0\200\341\377\377\377\377\377~\0\0" + "\0\0\0\0\0\1\3\307\357\377\377\377\377\177\177~~~~~\177\177\77\77\37\37\17\7\3\0\0\0" + "\0\0\0\0\0\0\217\337\377\377\377\377\376\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360" + "\340\300\0\0\376\377\377\377\377\377\347\301\200\200\200\200\0\0\0\0\0\0\200\200\200\300\301\341\377\377\377\377" + "\377\377\77\0\1\3\7\17\17\37\37\37\37\77\77\77\77\77\77\77\77\77\77\77\37\37\37\37\17\17\7\3" + "\1\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\300\340\360\360\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340" + "\200\0\0\0\0\0\377\377\377\377\377\377\377\77\17\7\3\1\1\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\377\376\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\340\360\340\300\200\0\0\0\0\0\0\0\200\300\340\377\377\377\377\377\377\77\0\0\0" + "\0\0\0\0\2\7\17\37\37\77\77\77\177\177\177~~\177\177\77\77\77\37\37\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\374\374|<" + "\34\14\4\0\0\377\377\377\377\377\377\377\0\200\300\340\360\370\374\376\377\177\77\37\17\7\3\1\1\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\37\17\7\17\37\177\377\377\377\376\374\360\340\300\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\1\3\17\37\77\177\377\377\377\376\370\360" + "\340\300\200\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\376\376\376\376\376\374\374~~~\376\376\376\376\374\370\360\370\374\374~~~\376\376\376\376" + "\374\374\360\300\377\377\377\377\377\377\3\0\0\0\0\0\377\377\377\377\377\377\377\1\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\3\3\3\3\3\3\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\3\3\3" + "\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\376\376\340\360\370\370\374\376~~~~~\376\376\376\376\374\374\370\360" + "\300\0\0\0\0\0\377\377\377\377\377\377\377\37\7\3\1\0\0\0\0\0\0\0\0\1\7\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~\376\376\376\374\374\370\370\360\340" + "\300\0\0\0\340\374\376\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\1\3\17\177\377\377\377" + "\377\377\374\340\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377" + "\377\377\377\77\0\1\7\17\37\77\177\377\377\376\374\370\370\360\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\376\376\376\376\376\376\376\360\370\370\374|~~~~~~\376\376\376\376\374\374\370\360\340" + "\300\200\0\0\0\377\377\377\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\177\377\377\377" + "\377\377\376\360\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377" + "\377\377\377\77\0\377\377\377\377\377\377\377\177\376\374\370\360\360\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\7\1\0\0\377\377\377\377\377\377\377\0\0\1\1\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\374\374\370\370\376\376\376\376" + "\376\376\376\0\340\374\377\377\377\377\377\77\7\1\1\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377\377\377" + "\377\377\377\0\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377\377\377" + "\377\377\377\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\370\370\374\377\177\377\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\377\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77" + "\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\376\376\376\376\376\376\376\340\360\370\370\374\374\376~~~~~~~\376\376\374" + "\374\370\370\60\0\0\0\0\377\377\377\377\377\377\377\177\37\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3" + "\7\3\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\360\370\370\374\374\374\374\374\374\376\374\374\374\374\374\374\370\370\360\360\340" + "\300\200\0\0\0\0\0\37\177\377\377\377\377\377\363\341\300\300\300\200\200\200\0\0\1\1\3\7\17\37\37\7" + "\3\0\0\0\0\0\0\0\200\0\1\3\3\7\7\7\17\17\17\37\37\37\77\77\77\177\376\376\374\374\370\360" + "\340\300\0\0\0\60|\376\377\377\374\374\370\360\360\360\340\340\340\340\340\340\340\340\360\360\370\377\377\377\377\177" + "\77\37\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\377\377\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\17\177\377\377\377\377\377\376\360\360\340\340\340\340\340\360\360\370\370" + "\374\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\374\374\374\374\374\374\354\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\374\374" + "\374\374<\0\0\0\3\37\177\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\1\17\77\377\377\377\377\376\360\300\0\0\200\340\374\377\377\377\177\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\377\376\376\377\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\200\340\340\340\340\340\0\0\0\0\0\0\0\0\374" + "\374\374\374\374\77\377\377\377\377\377\340\0\0\0\0\200\370\377\377\377\377\377\377\377\370\200\0\0\0\0\360\377" + "\377\377\377\377\0\7\177\377\377\377\377\376\300\200\370\377\377\377\177\7\1\17\377\377\377\377\374\340\0\370\377\377" + "\377\377\177\1\0\0\0\17\377\377\377\377\377\377\377\377\77\7\0\0\0\0\0\7\177\377\377\377\376\377\377\377" + "\377\17\0\0\0\0\0\0\1\7\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0\3\7\7\7\7\7\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\4\34<\374\374\374\374\374\360\340\300\0\0\0\0\0\0\0\0\0\300\340\370\374\374\374\374|" + "\34\14\0\0\0\0\0\0\1\3\17\37\77\377\377\377\376\370\360\300\360\370\376\377\377\177\77\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\361\377\377\377\377\177\377\377\377\377\370\340\300\200\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\376\377\377\377\77\37\7\3\0\0\0\3\7\37\77\177\377\377\376\374\370\340" + "\300\200\0\0\6\7\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7" + "\7\7\6\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34|\374\374\374\374\374\374\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374\374\374" + "\374\374<\4\0\0\1\17\77\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\0\7\37\177\377\377\377\376\370\340\0\0\200\340\374\377\377\377\377\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\374\377\377\377\177\37\3\0\0\0\0\0" + "\0\0\0\0\200\340\300\0\0\0\0\0\0\200\300\340\374\377\377\377\377\177\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\177\177~~\177\177\77\77\77\37\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\377\377\177\77\37\17\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\377\377\377\77\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\300\340\360\370\376\377\377\377\377\377\357\347\343\341\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\360\360\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\377\77\17\7\7\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\360\370\374\377\377\377\177\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\17\17\77\377\377\377\376\374\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\377\360\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\77\77\77\177\177\177\177~~~~~~~~" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\340\340\300\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\7\7\17\37\377\377\377\377\377\376\360\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\177\177\377\377\376\370\360\360\340" + "\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\376\377\377\377\177\37\17\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0~~~~~~~~\177\177\177\77\77\77\37\17\7\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0`\360\370\370\374\374\376\376~~~~\376\376\376\374\374\370\370\360\360\340\340\340\360\360\370\374" + "\376\374|\70\0\0\1\1\3\1\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\360\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\17\37\37\37\37\17\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\377\377\377\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\360\377\377\377\377\377\377\301\200\200\0\0" + "\0\0\0\0\0\0\300\360\370\374\376\376\377\177\77\37\17\17\7\367\377\377\377\377\377\177\37\37\77\177\377\377" + "\376|\30\0\370\377\377\377\377\377\377\17\0\0\0\0\0\0\360\377\377\377\377\377\77\0\0\0\0\0\1\1" + "\0\0\0\0\17\177\377\377\377\377\377\374\340\200\0\0\0\360\377\377\377\377\377\37\0\0\0\0\0\0\200\200" + "\0\0\0\0\0\0\1\3\7\17\37\77\177\177\377\376\374\377\377\377\377\377\377\370\374\374\374\376\376\177\177\77" + "\37\36\14\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\17\1\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\370\374\376\377\377\377\177\77\37\37\37\17\17\37\37\37\77\177\377\77\36" + "\14\0\0\0\0\0\300\300\300\377\377\377\377\377\377\377\341\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\17\17\17\17\17\77\377\377\377\377\377\377\357\17\17\17\17\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\377\377\177\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\340\340\360\360\374\376\377\377\377\377\377\377\375\374\374\374\370\370\370\360\360\340\340\340\340\340\340" + "\360\370\374\360\0\3\7\7\3\3\1\1\1\1\0\0\0\0\1\1\1\3\3\3\7\7\7\7\7\7\7\7" + "\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\340\300\200\0\0\200\200\300\300\300\300\300\300\200\200\0\0\300\340\360\360\340" + "\300\200\0\0\0\0\1\3\207\367\377\377\377\377\377\77\37\37\37\17\17\37\37\37\77\377\377\377\377\377\347\203" + "\1\0\0\0\0\0\0\0\37\177\377\377\377\377\360\300\200\200\200\0\0\200\200\200\300\360\377\377\377\377\177\37" + "\0\0\0\0\0\0\30<~\377\177\77\37\17\17\37\37\77\77\77\77\77\77\37\37\17\37\77\177\377\376|" + "\70\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300" + "\300\300\300\300\1\3\17\77\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\1\7\37\177\377\377\377\376\374\360\300\0\300\360\374\377\377\377\177\37\7\1\0" + "\0\0\0\0\0\0\0\300\300\300\300\300\300\300\303\317\377\377\377\377\377\377\377\377\337\307\301\300\300\300\300\300" + "\300\0\0\0\0\0\0\217\217\217\217\217\217\217\217\217\217\377\377\377\377\377\377\377\217\217\217\217\217\217\217\217" + "\217\0\0\0\0\0\0\37\37\37\37\37\37\37\37\37\37\377\377\377\377\377\377\377\37\37\37\37\37\37\37\37" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\177\177\177\177\177\177\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\340\340\360\370\370\370\374\374\374\374\374\374\374\370\370\370\360\360\340\300\200\0" + "\0\0\0\0\0\0\0\374\377\377\377\377\377\377\307\3\1\1\1\0\0\1\1\3\7\37\77\77\37\17\7\2" + "\0\0\0\0\0\0\0\0\203\307\357\377\377\377\377\177\376\376\374\374\374\370\370\360\360\360\340\300\300\200\0\0" + "\0\0\0\0\0\0|\377\377\377\377\377\377\361\300\200\200\0\0\1\1\1\3\7\17\377\377\377\377\377\377\374" + "\0\0\0\0\0\0\0\1\3\7\7\17\37\37\37\77\77\77\177\177~\376\376\376\377\377\377\377\347\307\3\0" + "\0\0\0\0\0\200\300\340\360\370\370\340\300\200\0\0\0\0\0\0\0\0\201\303\377\377\377\377\377\377\377\0" + "\0\0\0\0\0\1\3\7\17\37\37\77\77\77\177\177\177~~\177\177\177\77\77\77\37\37\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\340\340\360\360\360\360\360\360\360\360\340\340\340\300\300\200\0" + "\0\0\0\0\300\360\370\374\376\177\77\37\317\307\347\363\363\371\371\371\371\371\371\371\363\363\347\347\317\237\77\177" + "\376\374\370\360\377\377\377\17\1\360\376\377\377\377\377\17\7\3\1\1\1\1\1\3\7\37\37\37\37\17\16\0" + "\1\17\377\377\377\377\377\370\300\3\37\77\377\377\377\376\370\360\360\340\340\340\340\360\360\370\374\374\370p\20\0" + "\300\360\377\377\1\7\17\37\77\177\376\374\370\360\361\343\343\307\307\307\307\307\307\307\343\343\341\361\370\374\376\177" + "\77\37\17\7\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\16>\177\77\37\17\17\17\7\7\7\17\17\77\377\377\377\376\374\370\0\0" + "\0\0\0\0\0\0\0\0\200\340\360\370\374\374\374~~>>>>>>>\377\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\0\0\17\77\177\177\377\377\374\370\370\360\360\370\370\370\374\376\377\377\377\377\377\377\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\370\370\370\371\371\371\371\371\371\371\370\370\370\371\371\371\371\371\371\370\370" + "\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\340\300\200\0\0\0\0\0\0\200\300\340\340\340" + "\300\200\0\0\0\0\200\300\340\360\370\374\376\377\177\77\77\37\17\207\303\341\360\370\374\376\377\177\77\77\37\17" + "\7\3\1\0\0\0\3\7\17\37\77\177\377\376\374\370\360\340\300\203\7\17\37\77\177\377\376\374\370\360\340\300" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\37\77\77\37\17\6\0\0\0\0\1\3\7\17\77\77" + "\37\17\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~\376\376\376\376\376\376" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\340\340\340\360\360\360\360\360\360\360\360\360\340\340\340\300\300\200\0" + "\0\0\0\0\300\360\370\374\376\77\37\17\377\367\367\363\363\361\361\361\361\361\361\361\343\343\307\207\17\37\77\177" + "\376\374\370\360\377\377\377\7\0\0\0\0\377\377\377\377\377\360\360\360\360\360\360\371\377\377\377\177\77\0\0\0" + "\1\7\377\377\377\377\377\374\340\200\0\0\377\377\377\377\377\1\1\1\3\17\77\177\377\377\370\340\200\0\0\200" + "\300\370\377\377\1\7\17\37\77\177\377\376\377\373\373\363\363\360\340\340\340\340\360\360\361\373\373\375\377\376\377\177" + "\77\37\17\7\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\0\0" + "\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360\360\360\360\340\340\300\300\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\370\376\377\377\377\377\17\7\3\3\3\3\3\7\17\377\377\377\377\376\370\0\0" + "\0\0\0\0\0\0\0\0\0\1\7\17\37\77\177\177\376\376\374\374\374\376\376\177\177\77\37\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\7\7\7\7\7\7\7\7\7\7\7\7\7\377\377\377\377\377\377\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\341\341\341\341\341\341\340\340\340\340\340\340\340\340\340" + "\340\340\340\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\340\340\340\340\340\300\300\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\30\34>\177\177\77\37\17\7\7\3\3\3\7\7\217\377\377\377\377\376\374\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\340\360\370\374\374~\177\77\37\17\7\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\360\370\374\376\377\377\377\377\367\367\363\361\360\360\360\360\360\360\360\360\370\370\0" + "\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\340\340\340\340\340\340\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\16\37\77\77\37\17\207\207\203\203\203\207\207\317\377\377\377\377\377|\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0\37\17\17\17\17\37\37\37\77\377\377\377\375\370\360\0" + "\0\0\0\0\0\0\0\0\10\34>\177\177\377\374\374\370\370\360\360\360\370\370\374\376\377\177\77\77\37\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\376\376\374x\30\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34\77\77\177\177\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\374\360\360\340\340\340\340\340\360\360\374\376\377\177\377\377\377\377\360\340\340" + "\340\370\376\374\377\377\377\377\1\1\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\1\3\7\7\7\7\7" + "\7\7\3\1\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\300\340\340\360\360\360\360\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370" + "\370\370\370\0\0\340\374\376\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\1\1\1\1\1\377\377\377" + "\377\377\377\0\0\7\77\177\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\377\377\377" + "\377\377\377\0\0\0\0\0\1\3\3\7\17\17\17\37\37\37\377\377\377\377\377\377\0\0\0\0\0\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\0\0\0\0\0\1\1\1" + "\1\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0<\377\377\377\377\377\377\377\377<\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\20<||x\370\360\363\363\363\363\363\177\177\177\77\17\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\34|<>>\37\37\37\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\374\376\376\377\77\37\17\17\17\17\37\37\177\377\377\376\374\370\340\200\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\301\377\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\1\7\37\77\177\177\377\376\374\370\370\370\370\370\374\376\377\177\77\37\17\7\0\0" + "\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\361\361\361\361\361\361\361\360\360\360\360\360\360\360\360\360" + "\360\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\340\340\300\200\0\0\0\0\0\0\200\300\340\340\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\1\3\7\17\37\77\177\177\377\376\374\370\360\341\303\207\17\37\77\77\177\377\376\374\370\360" + "\340\300\200\0\0\0\0\0\200\300\340\360\370\374\376\377\177\77\37\17\7\203\300\340\360\370\374\376\377\177\77\37" + "\17\7\3\0\0\0\6\17\37\77\77\17\7\3\1\0\0\0\0\6\17\37\77\77\37\7\3\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\360\370\370\370\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\370\360" + "\360`\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\77\7" + "\1\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\200\340\370\376\377\377\377\77\17\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\376\377\377\377\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\177\37\7\1\0\0\200\300\340\370\374\376\376\376" + "\376\0\0\0\0\0\0\0\200\340\374\377\377\377\177\37\7\1\200\340\360\370\374\377\337\317\303\301\377\377\377\377" + "\377\300\300\300\0\0\0\16\37\37\77\77\17\1\0\0\0\0\3\3\3\3\3\3\3\3\3\3\377\377\377\377" + "\377\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\360\360\370\370\370\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\370\370" + "\360\340 \0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\77\17" + "\3\0\0\0\0\0\0\0\377\377\377\377\377\0\0\0\0\0\0\0\300\370\376\377\377\377\177\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\177\37\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\177\237\307\341\360\370\370x|<<<<<" + "|\370\370\360\0\0\0\0\300\360\374\377\377\377\177\37\7\1\0\0\0\1\1\3\0\200\300\300\340\360\360\370" + "|\77\77\37\0\0\0\16\17\37\37\77\7\1\0\0\0\0\0\0\370\374\374\376\377\377\377\377\373\371\370\370" + "\370\370\370\370\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\370\370||>>>>>~\374\374\370\370\340\0\0\0\0\0\0\0\0\300\360\374\370\370" + "\360\360 \0\200\200\0\0\36\36\36\36\36\77\77\377\377\373\361\340\0\0\0\200\340\374\377\377\377\377\77\17" + "\3\0\0\0\77\177~\374\370\370\370\370\370\374~\177\77\37\17\207\340\370\376\377\377\377\77\17\3\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\376\377\377\377\177\37\7\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\177\37\7\1\0\0\200\300\340\370\374\376\376\376" + "\376\0\0\0\0\0\0\0\300\360\374\377\377\377\177\37\7\1\200\340\360\370\374\377\337\317\303\301\377\377\377\377" + "\377\300\300\300\0\0\10\17\37\37\77\77\7\1\0\0\0\0\3\3\3\3\3\3\3\3\3\3\377\377\377\377" + "\377\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\360\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\17\37\37\37\37\17\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\370\374\374\376\377\377\177\77\37\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\377\377\377\377\377\377\37\3\1\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0" + "\0\0\0\0\0\0\3\17\77\177\377\377\377\377\374\360\360\340\340\340\340\340\340\360\360\370\374\376\377\377\177~" + "\34\10\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\341\343\203\3\7\7\7\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\17\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\3\0\0\0\0\7\37\377\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\200\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\376\370" + "\300\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377" + "\377\377\370\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\1\341\361\360\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\377\377\377\377\377\376\370\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\77\7\17\177\377\377\377\377\370\340\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\370\377\377\377\377\177\17\1\0\0\0\0\3\17\177\377\377\377\377\374\340\0\0" + "\0\0\0\0\0\300\360\376\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377\377\374" + "\340\200\0\0\376\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\377\377\377" + "\377\377\374\360\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3" + "\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\6\17\37\37\17\17\7\7\3\301\341\341\201\3\7\17\17\37\77\37\7\2\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\17\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\3\0\0\0\0\7\37\377\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\200\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\376\370" + "\300\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377" + "\377\377\370\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\1\0\0\0\0\0\300\340\341\201\3\3\3\3\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377\376\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\17\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\3\0\0\0\0\7\37\377\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\200\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\376\370" + "\300\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377" + "\377\377\370\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\3\7\7\7\7\3\3\1\0\340\340\340\0\1\3\7\7\7\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\377\374\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\77\7\77\377\377\377\377\374\360\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\370\376\377\377\377\177\17\1\0\0\0\1\17\77\377\377\377\377\374\360\200\0\0" + "\0\0\0\0\0\200\360\376\377\377\377\377\177\177~~~~~~~~~\177\177\377\377\377\377\377\376\360" + "\200\0\0\0\374\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\377\377" + "\377\376\360\300\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\77|\370\370\370\370|\77\37\17\7\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\376\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\37\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\37\3\0\0\0\0\3\37\177\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\0\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\377\370" + "\340\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377" + "\377\377\374\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\377\377\377\377\377\377\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\340\374\377\377\377\377\77\7\0\377\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\1\0\0\0\377\377\377\377\377\377\77\77\77\77\77\77\77" + "\77\77\77\77\0\340\374\377\377\377\377\377\377\374\374\374\374\374\374\377\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\377\377\377\377\377\377\340\340\340\340\340\340\340" + "\340\340\340\340\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\77\37\37\17\17\17\37\37\37\77\177\377\377\377\376" + "\374\370\360\300\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7" + "\7\3\3\1\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\177\377\377\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\37\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\360\360\370\374\377\377" + "\377~<\14\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\367\377\377\377\307\307\307\303\203\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34\36><|xyyyyy\177\77\77\37\17\0\0" + "\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\341\341\341\343\343\343\341\340\340\340\340\340\340" + "\340\340\0\0\0\377\377\377\377\377\377\377\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\377\377\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\343\343\343\343\341\341\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\377\377\377\377\377\377\377\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\377\377\377\377\377\377\377\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\37\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\306\317\337\337\317\317\307\307\303\301\301\301\303\303\307\317\317\337\377\337\307\302\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\301\303\307\307\307\307\303\303\301\300\300\300\300\300\301\303\307\307\307\307\303\303\301\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\341\341\343\343\343\343\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\377\377\377\377\377\377\377\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\343\343\343\343\341\341\340\340\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\377\377\377\377\377\377\377\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\306\317\337\337\317\317\307\303\303\301\300\301\303\303\307\317\337\337\377\337\307\302\300" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\301\303\307\307\307\307\303\303\301\300\300\300\300\300\301\303\307\307\307\307\303\303\301\300" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\37\37\37\37\77\177\377\377\377\376\374\370\360" + "\300\200\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\177\377\377\377" + "\377\377\374\340\77\77\377\377\377\377\377\377\377\77\77\77\77\77\77\77\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\374\377\377\377" + "\377\377\177\7\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\360\360\360\370\374\376\377\377\377\177\77\17" + "\7\1\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\301\203\1\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\303\301\300\300" + "\300\300\300\300\377\377\377\377\377\377\377\377\376\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\7\37\77\377\377\377\374\360\340\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\3\17\77\177\377\377\376\370\340\300\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\1\7\37\177\377\377\377\374\360\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\377" + "\377\377\377\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\201\201\301\303\303\303\307\307\317\217\207\201\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\203\207\217\307\307\307\303\303\303\301\201\201\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\4\16\37\77\37\217\217\207\307\303\301\301\303\303\307\217\237\237\77\77\37\6\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\1\1\1\0\200\200\200\300\300\300\301\301\303\303\203\203\203\3\3\1\1\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\3\7\7\7\7\203\203\201\300\300\300\300\300\301\303\207\207\207\7\3\3\1\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\0\0" + "\0\0\0\0\0\0\10\34>\177\377\377\377\376\374\370\360\300\200\0\0\200\300\340\360\370\376\377\377\377\177>" + "\34\10\0\0\0\0\0\0\0\0\0\1\1\303\347\377\377\377\377\377\377\377\377\377\377\347\303\1\0\0\0\0" + "\0\0\0\0\0\0\0`\360\370\374\376\377\377\177\77\37\17\7\3\3\7\17\37\77\177\377\377\376\374\370\360" + "`\0\0\0\0\0\0\0\0\1\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\340\340\340\340\340\340\340\300\300\300\200\200\340\360\374" + "\374\374\370\370\0\200\340\360\374\376\376\377\377\177\77\37\17\17\17\7\7\17\17\17\237\377\377\377\377\377\377\377" + "\377\367\341\200\374\377\377\377\377\377\177\7\1\0\0\0\0\0\0\0\300\360\374\377\377\377\77\17\3\17\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\300\360\374\377\377\377\77\17\3\0\0\0\0\0\377\377" + "\377\377\377\377\77\377\377\377\377\377\377\340\340\370\374\377\377\177\37\7\1\0\0\0\0\0\0\0\300\370\377\377" + "\377\377\377\377\0\1\307\357\377\377\377\377\377\377\377\377\371\370\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\17\3\0\34\37\77\77\177\77\17\3\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340`\0\0\0\0\0\0\0\1\1\3\3\3\1\0\0\0\340\340\340\340" + "\340\340\340\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\377\377\0\0\7\37\77\177\377\377\377\377\374\370\370\360\360\360\360\360\360\360\370\370\374\377\377\377\177\177\77" + "\17\7\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340`\0\0\1\3\3\3\1\1\0\0\0\0\0\0\0\0\340\340\340\340" + "\340\340\340\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377" + "\377\377\377\0\0\7\37\77\177\377\377\377\377\374\370\370\360\360\360\360\360\360\360\370\370\374\377\377\377\177\177\77" + "\17\7\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\302\306\317\337\37\17\7\7\3\1\1\0\1\3\7\7\17\37\77\37\317\306\300\300" + "\300\300\300\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\1\17\77\177\377\377\377\377\376\370\360\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\301\303\307\307\7\7\3\3\1\0\0\0\0\0\1\3\7\7\7\7\303\303\301\300" + "\300\300\300\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\1\17\77\177\377\377\377\377\376\370\360\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\200\0\0\0\3\3\3\1\1\1\0\0\0\0\0\0\0\0\300\340\340\340" + "\340\340\340`\3\17\77\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\200\340\370\377\377\377\377\177" + "\37\7\1\0\0\0\0\0\3\17\77\377\377\377\377\376\370\340\200\0\0\300\370\376\377\377\377\177\37\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\177\377\377\377\376\377\377\377\377\77\7\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\374" + "\370\360\200\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374\374\376\376\377\177\177\77\77\37" + "\17\3\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\370\374\374\374\374\374\374\374\370\370\370\360\340\300\200\0\0" + "\0\0\0\0\0\300\370\376\377\377\377\377\377\17\7\3\1\1\0\0\0\1\1\3\7\37\377\377\377\377\377\376" + "\360\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\200\200\200\200\200\300\300\340\370\377\377\377\377\177\77" + "\17\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\37\37\37\37\37\37\77\77\177\377\377\375\374\370\360" + "\340\300\200\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377" + "\377\377\377\374\0\377\377\377\377\377\377\377\0\0\200\300\360\370\360\340\340\340\340\340\340\360\370\374\377\377\377\377" + "\177\77\17\1\0\7\7\7\7\7\7\7\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\10\34|\376\377\377\377\376\370\340\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\17\37\177\77\37\37\14\10\0\0\0\0\0" + "\0\0\0\0\0\0\0`\340\360\370\374\374\374\376~~~~~~~~~\376\376\374\374\374\370\360\340" + "\300\0\0\0\0\0\0\0\0\1\203\203\301\300\300\300\340\340\340\340\340\340\340\340\340\340\343\377\377\377\377\377" + "\377\376\0\0\300\360\374\376\377\377\377\177\37\37\17\17\17\17\17\7\7\7\7\7\7\7\207\377\377\377\377\377" + "\377\377\0\0\7\37\177\377\377\377\377\376\370\370\360\360\360\360\360\360\360\370\370\374\376\377\177\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\376\374\374x\60\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30<\77\177\177\177\77\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\340\360\370\370\370\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300" + "\200\0\0\0\0\0\0\0\1\3\7\7\203\201\201\200\300\300\300\300\300\300\300\300\301\301\307\377\377\377\377\377" + "\377\374\0\0\200\340\370\374\376\376\377\377\77\77\37\37\37\37\37\17\17\17\17\17\17\17\17\377\377\377\377\377" + "\377\377\0\0\17\77\377\377\377\377\377\374\360\360\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\376\376\376\374\360\340\300\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20\70|\376\377\177\77\37\7\3\3\7\37\77\177\377\377~<\70\0\0" + "\0\0\0\0\0\0\0\300\300\340\360\370\370\370\374\374\374\374\374\374\374\374\374\374\374\375\370\370\370\360\340\300" + "\200\0\0\0\0\0\0\0\1\3\7\7\203\201\201\200\300\300\300\300\300\300\300\300\301\301\307\377\377\377\377\377" + "\377\374\0\0\200\340\370\374\376\376\377\377\77\77\37\37\37\37\37\17\17\17\17\17\17\17\17\377\377\377\377\377" + "\377\377\0\0\17\77\377\377\377\377\377\374\360\360\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\374\374\374\374\374\374\370\360\360\340\300\300\300\340\360\370\360" + "\360`\0\0\0\0\0\0\1\1\3\7\7\3\1\0\0\0\1\1\3\7\7\17\17\17\17\17\17\7\7\3" + "\1\0\0\0\0\0\0\300\300\340\360\370\370\370\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300" + "\200\0\0\0\0\0\0\0\1\3\7\7\203\201\201\200\300\300\300\300\300\300\300\300\301\301\307\377\377\377\377\377" + "\377\374\0\0\200\340\370\374\376\376\377\377\77\77\37\37\37\37\37\17\17\17\17\17\17\17\17\377\377\377\377\377" + "\377\377\0\0\17\77\377\377\377\377\377\374\360\360\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340" + "\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3" + "\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300" + "\200\0\0\0\0\0\0\0\1\3\7\7\203\201\201\200\300\300\300\300\300\300\300\300\301\301\307\377\377\377\377\377" + "\377\374\0\0\200\340\370\374\376\376\377\377\77\77\37\37\37\37\37\17\17\17\17\17\17\17\17\377\377\377\377\377" + "\377\377\0\0\17\77\377\377\377\377\377\374\360\360\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\376\37\17\17\17\17\37\376\374\370\360\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37><<<<>\37\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\300\340\360\370\370\370\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300" + "\200\0\0\0\0\0\0\0\1\3\7\7\203\201\201\200\200\300\300\300\300\300\300\300\301\301\307\377\377\377\377\377" + "\377\374\0\0\200\340\370\374\376\376\377\377\77\77\37\37\37\37\37\17\17\17\17\17\17\17\17\377\377\377\377\377" + "\377\377\0\0\17\77\377\377\377\377\377\374\360\360\340\340\340\340\340\340\340\360\360\370\370\374\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0p\370\374\374\376~~~~~~\376\376\374\374\370\360\370\374\374\376\376~~~~\376\376" + "\374\374\370\360\0\1\3\201\200\300\300\340\340\340\340\340\341\377\377\377\377\377\377\343\340\340\340\340\340\340\340\341" + "\377\377\377\377\374\376\377\377\177\37\17\17\7\7\7\7\7\377\377\377\377\377\377\3\3\3\3\3\3\3\3\3" + "\3\3\3\3\177\377\377\377\370\360\340\340\340\340\340\360\370\377\377\377\177\377\377\377\374\370\370\360\360\360\360\360" + "\370\370\376\374\0\0\1\1\3\3\3\3\3\3\3\3\3\1\0\0\0\0\0\1\3\3\3\3\3\3\3\3" + "\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~~~\376\376\376\374\374\370" + "\360\360\340\200\0\340\374\377\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\37" + "\17\7\1\0\0\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\17\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\370\370\374\374\376\377" + "~|\70\20\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\377\377\377\377\343\343\343\343\301\201\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\14\17\37\36\36><<<<<<\37\37\37\17\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\10<|\376\377\377\377\374\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\77\177\77\37\37\14\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\376\374\374\374\370\360\340\300" + "\0\0\0\0\340\374\377\377\377\377\377\357\343\341\340\340\340\340\340\340\340\340\340\340\340\341\343\377\377\377\377\377" + "\377\370\0\0\77\377\377\377\377\377\377\307\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\360\370\370\374\376\377~<" + "\30\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\377\376|<\10\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\14\37\37\77\177\77\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\376\374\374\374\370\360\340\300" + "\0\0\0\0\340\374\377\377\377\377\377\357\343\341\340\340\340\340\340\340\340\340\340\340\340\341\343\377\377\377\377\377" + "\377\370\0\0\77\377\377\377\377\377\377\307\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\360\370\370\374\376\377~<" + "\30\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\374\376\376\376\374\370\340\300\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20<~\377\377\77\37\17\3\1\7\17\77\177\377\377~|\70\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300\200" + "\0\0\0\0\300\370\376\377\377\377\377\337\307\303\301\301\300\300\300\300\300\300\300\301\301\303\307\377\377\377\377\377" + "\376\360\0\0\177\377\377\377\377\377\377\217\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\3\17\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\374\376\374x" + "\60\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0" + "\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360\340\300\200" + "\0\0\0\0\300\370\376\377\377\377\377\337\307\303\301\301\300\300\300\300\300\300\300\301\301\303\307\377\377\377\377\377" + "\376\360\0\0\177\377\377\377\377\377\377\217\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\3\17\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\374\376\374x" + "\60\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20\70\374\374\376\377\376\374\360\300\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\177\177\77>\30\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\376\374\374x\20\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\36\77\177\177\177\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\376\376\376\376\370\360\340\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\20\70~\377\377\177\37\17\7\1\3\7\37\77\377\377\177~\70\20\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\10\10\30\30<<||\374\374\374\370\360\340\340\300\300\340\340\340\340\360\360" + "\360\200\0\0\0\0\0\0\0\0\0\14~~>\77\77\77\37\37\37\17\37\77\377\377\377\377\377\363\343\203" + "\1\1\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~~\376\375\377\377\377\377\377\377" + "\377\374\340\0\300\370\376\377\377\377\377\77\17\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\77\377\377\377" + "\377\377\377\376\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377" + "\377\377\377\37\0\1\7\17\37\77\177\377\377\376\374\370\370\360\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\374\374\374\374\374\370\370\360\340\300\300\300\340\360\370\360\360" + "`\0\0\0\0\0\0\0\1\3\7\7\3\1\1\0\0\0\1\3\7\7\17\17\17\17\17\17\7\7\3\1" + "\0\0\0\0\0\0\374\374\374\374\374\374\374\300\340\360\360\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340" + "\200\0\0\0\0\0\377\377\377\377\377\377\377\77\17\7\3\1\1\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\377\376\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60x\374\374\376\377\374\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\37\77\177\177\177\77\34\20\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\200\0\0\0\300\370\374\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\3\17\37\77\177\377\377\377\374\370\360\360\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\377\376\374\374x\60\20\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\34>\177\177\177\77\37\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\200\0\0\0\300\370\374\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\3\17\37\77\177\377\377\377\374\370\360\360\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\376\376\374\360\340\300\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20\70|\377\377\177\77\17\7\3\3\7\37\77\177\377\377~<\20\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\375\370\370\360\360\340\300" + "\200\0\0\0\300\370\374\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\3\17\37\77\177\377\377\377\374\370\360\360\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\374\374\374\374\374\370\370\360\340\340\300\300\340\340\360\370\360" + "\340@\0\0\0\0\0\0\1\3\3\7\3\1\1\0\0\0\1\3\7\7\17\17\17\17\17\17\17\7\3\1" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\200\0\0\0\300\370\374\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\3\17\37\77\177\377\377\377\374\370\360\360\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\0\3\7\17\17\17\17\17\7\3" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\200\0\0\0\300\370\374\377\377\377\377\377\37\7\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\3\17\37\77\177\377\377\377\374\370\360\360\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\37\77\77\77\77\37\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\360\360\360\360\340\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\200\200" + "\0\0\0\0\0\0\0\0\200\300\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\374\376\377\377\377\377\317" + "\207\1\0\0\200\370\374\377\377\377\377\377\37\7\3\1\1\0\200\340\360\374\377\377\177\37\17\7\177\377\377\377" + "\377\376\370\300\177\377\377\377\377\377\377\300\0\0\300\340\370\376\377\377\77\37\7\1\0\0\0\0\340\377\377\377" + "\377\377\377\177\0\3\17\37\77\377\377\377\376\377\377\377\377\357\343\340\340\340\340\360\360\370\374\377\377\377\377\177" + "\77\17\3\0\0\0\30<\77\177\177\177\37\7\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\20\70x\374\376\376\377\374\370\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\37\77\177\177\77\77\34\20\0\0\0\0\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\376\376\374x\70\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\34\77\77\177\177\77\17\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\370\376\376\376\376\370\360\340\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\20<~\377\377\77\37\17\7\1\3\7\37\77\177\377\177~<\20\0\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\376\374\374\70\20\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\36\77\177\177\177\37\17\7\1\0\0\0\0\0\0\0" + "\0\0\0\0\34|\374\374\374\374\374\374\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374\374\374" + "\374\374<\4\0\0\1\17\77\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\0\7\37\177\377\377\377\376\370\340\0\0\200\340\374\377\377\377\377\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\374\377\377\377\177\37\3\0\0\0\0\0" + "\0\0\0\0\200\340\300\0\0\0\0\0\0\200\300\340\374\377\377\377\377\177\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\177\177~~\177\177\77\77\77\37\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\360\360\370\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340\300" + "\200\0\0\0\0\377\377\377\377\377\377\377\37\7\3\1\0\0\0\0\0\0\0\1\1\3\7\17\377\377\377\377" + "\377\377\374\340\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377" + "\377\377\377\177\0\377\377\377\377\377\377\377\377\374\370\360\340\340\340\340\340\340\340\340\360\370\374\376\377\377\377\177" + "\77\17\3\0\0\377\377\377\377\377\377\377\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\177\177\177\177\177\177\177\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\3\7\17\17\17\17\17\7\3\0" + "\0\0\0\0\14<\374\374\374\374\374\374\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374\374\374" + "\374\374|\14\0\0\1\7\37\377\377\377\377\376\370\300\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\0\3\17\177\377\377\377\377\374\340\200\0\0\340\374\377\377\377\377\77\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\377\374\377\377\377\377\37\7\0\0\0\0\0" + "\0\0\0\0\200\340\300\200\0\0\0\0\0\0\200\340\370\377\377\377\377\177\37\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\37\77\77\177\177~~\177\177\177\77\77\37\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +#endif /* U8G2_USE_LARGE_FONTS */ +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--62-620-72-72-P-301-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 95/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb46_4x8_r[24324] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_r") = + " ~\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\370\370\374\374\374\370\370\340\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\37\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\374\374\374\370\360\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\360\0\0\0\0\0\0\340\360\370\370\370\360\340\0" + "\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0" + "\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\77\77\0\0\0\0\0\0\77\77\77\77\77\77\77\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\0\0\0\0\0\0\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\1\0\0\0\0\0\376\377\377\377\377\377\7" + "\0\0\0\0|||||||\374\377\377\377\377\377\377=<<<<<\376\377\377\377\377\377\177|" + "||||\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\7\0\0" + "\0\0\0\0||||||\376\377\377\377\377\377~~~~~~\376\377\377\377\377\377\77>>>" + ">>>\36\0\0\0\0\0\376\377\377\377\377\377\3\0\0\0\0\0\374\377\377\377\377\377\17\0\0\0\0" + "\0\0\0\0\0\0\0\0\6\7\7\7\7\7\3\0\0\0\0\0\4\7\7\7\7\7\7\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\370\370\370\370\370\370\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\370\374\376\376\377\77\37\37\377\377\377\377\377\377\77\77\77\177\376\376\374\374\370" + "p \0\0\0\0\37\177\377\377\377\377\377\370\340\300\300\377\377\377\377\377\377\0\0\0\0\0\3\3\1\0" + "\0\0\0\0\0\0\0\0\1\3\7\7\17\17\37\37\77\377\377\377\377\377\377\376\374\374\374\370\370\360\360\340" + "\300\0\0\0\0\0\0\200\300\300\0\0\0\0\0\0\0\377\377\377\377\377\377\0\1\1\3\7\377\377\377\377" + "\377\377\374\0\0\14\37\77\177\177\377\376\374\374\370\370\360\377\377\377\377\377\377\360\370\370\374\377\377\177\77\37" + "\17\7\0\0\0\0\0\0\0\0\0\0\1\1\1\1\3\77\77\77\77\77\77\1\1\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300\300\300@\374\376\377\377\377\37\37\17\17\37\77\377\377\377\376\374\360\0\0\0\300\340\370\376\377\377\377\77" + "\17\3\1\0\37\77\177\377\377\376\374\370\370\374\374\377\377\177\77\237\347\360\374\377\377\377\177\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\300\360\370\376\377\377\177\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\340\370\374\377\377\377\77\37\7\201\360\370\374\376\376\177\77\77\77\177\376" + "\376\374\370\360\0\0\300\360\374\376\377\377\177\37\17\3\0\0\0\0\37\177\377\377\377\377\360\340\340\340\360\377" + "\377\377\377\177\6\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7" + "\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\370\374\376\377\377\377\77\37\37\17\17\37\37\177\377\377\377\377\376\374\360\0\0\0" + "\0\0\0\0\0\0\0\17\77\377\377\377\377\377\370\340\200\0\0\200\300\360\377\377\377\377\177\77\17\0\0\0" + "\0\0\0\0\0\0\200\300\340\360\371\373\377\377\177\77\377\377\377\377\377\377\347\203\3\1\0\0\0\0\300\300" + "\300\200\0\0\374\377\377\377\377\377\37\7\1\0\0\0\0\1\3\7\37\77\177\377\377\376\374\370\340\370\377\377" + "\377\177\77\17\77\177\377\377\377\377\376\370\360\340\340\340\340\340\340\360\360\370\374\375\377\377\177\77\177\377\377\377" + "\371\360\340\300\0\0\0\1\3\3\7\7\7\7\7\17\7\7\7\7\7\3\3\1\1\0\0\0\0\1\7\17" + "\7\3\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\360\370\370\370\370\360\340\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77\77\77\77\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\360\370\370\374\374\370" + "\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\377\377\177\77\17\7\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\370\377\377\377\377\377\177\17\3\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\377\377\377\377\377\377\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\37\377\377\377\377\377\377\370\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\3\17\177\377\377\377\377\377\370\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\177\377\377\377\374\370\360\340\300\200\200\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\17\37\37\77\77\177\77" + "\16\6\0\0\0\0\0\340\374\370\370\360\360\340\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\3\3\7\17\37\37\77\377\377\377\376\374\370\360\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\377\377\377\377\377\374\360\300\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\377\377\377\377\377\377\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377\377\377\77\7\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\200\300\340\360\370\376\377\377\377\177\77\37\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14~\376\177\177\77\77\37\17\17\7\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340 \0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\360\360\340\340\300\300\200\200\0\0\17\377\377\377\377\377\177\0\0\0\200\200\300\300\340\340" + "\360\340\200\0\7\7\7\7\17\17\17\17\37\237\337\377\376\377\377\377\377\377\376\377\337\237\37\17\17\17\17\7" + "\7\7\7\4\0\0\0\300\340\360\370\374\376\377\377\77\37\7\3\1\3\7\37\77\377\377\377\374\370\360\340\300" + "\0\0\0\0\0\0\0\1\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77" + "\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\77\377\377\377\377\377\377\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\60x|\376\177\77\37\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\370\370\360" + "\360`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\177\37\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\374\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\14\17\37\37\77\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\377\177\77\37\37\17\17\37\37\77\377\377\376\374\370\360\300\0" + "\0\0\0\0\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\300\340\360\374\377\377\77\377\377\377\377" + "\374\200\0\0\377\377\377\377\377\377\377\1\0\0\0\200\340\360\374\376\177\77\37\7\3\1\0\0\377\377\377\377" + "\377\377\0\0\7\177\377\377\377\377\377\374\370\376\177\77\37\7\3\1\0\0\0\0\0\0\200\370\377\377\377\377" + "\377\17\0\0\0\0\3\17\37\77\377\377\377\377\376\370\360\360\340\340\340\340\360\360\370\376\377\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0p\370\370\374\374~~\177\177\77\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0`\360\370\374\376\377\377\77\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\376\374\370" + "\340\200\0\0\0\0\0\0\0\1\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377\377" + "\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\376\377\377\177\77\37\17\7" + "\1\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\370\376\377\377\377\377\357\347\343\341\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\360\360\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34<~\377\177\77\37\37\37\17\17\17\37\37\37\77\77\377\377\377\376\374\370\360" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\177" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0>>>>>>\77\177\177\377\377\377\377\377\363\361\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\377\377" + "\377\374\0\0\0\0 x\374\376\377\377\370\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\377\377\77\37\7\3\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\376\377\377\77\37\7\1\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0|\177\177\177\177\177\177\177~~~~~~~~~~\377\377\377\377\377\377\377~~~" + "~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\370\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\0\0\0\0\0\0\0\377\377\377\377\377\377\377\340\340\360\360\360\360\360\360\360\360\340\340\300\300\200\0\0" + "\0\0\0\0\0\0\0\36\37\77\77\177\77\37\17\7\7\7\3\3\3\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\300\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\0\10\30<~\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\200\300\360\370\374\376\376\377\177\77\77\37\37\37\17\17\17\37\37\77\177\377\177>" + "\36\14\0\0\0\0\300\374\377\377\377\377\377\77\207\301\300\340\340\340\340\340\340\340\340\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\77\37\37\17\17\7\7\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\200\0\0\0\37\377\377\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\0\0\1\17\37\177\377\377\377\377\374\370\360\360\340\340\340\340\340\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\217\357\377\377\377\377\377\377\37" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\177\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\6\7\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\37\17\17\37\37\77\77\377\377\377\377\376\374\360" + "\300\0\0\0\0\0\0\37\177\377\377\377\377\377\360\340\200\200\0\0\0\0\0\200\300\360\377\377\377\377\377\77" + "\17\0\0\0\0\0\0\0\200\300\341\363\367\377\377\377\177\77\77>>~\177\377\377\377\377\367\343\341\300\200" + "\0\0\0\0\0\360\374\377\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\376\370\0\0\0\7\37\77\177\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\376\377\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\17\17\17\37\37\77\177\377\377\376\376\374\360\340" + "\0\0\0\0\0\0\376\377\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377\377\377\377" + "\377\370\0\0\0\0\1\17\77\177\377\377\377\377\374\370\360\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\3\3\1\341\377\377\377\377\377" + "\377\37\0\0\0\0\0\300\360\370\374\374\374\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\177\77\17\7" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\340\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77\177\177\177\177\77\77\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\360\340\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\377\377\377\377\377\377\177\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\30<>\177\77\37\17\7\3\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\340\340\360\360\370" + "\370\374\374\376\0\0\0\200\200\300\300\340\340\360\360\370\370\374\374\376\376\177\177\77\77\37\37\17\17\7\7\3" + "\3\1\1\0~\177\377\377\377\377\377\377\367\347\343\303\201\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\1\1\3\3\7\7\17\37\37\77\77\177\177\376\376\374\374\370\370\360\360\340\340\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\17\17\37\77\77" + "\177\177\377\376\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\374\374\370\370\360\360\340\340\300\300\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\1\1\3\3\3\7\7\17\17\37\37\77\77\177\177\376\376\374\374\370\370\360\360\340\340\300\300\200" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\201\201\303\303\347\347\377\377\377\377\377" + "\377\377\177~\0\0\200\200\300\300\340\340\360\360\370\370\374\376\376\377\177\177\77\37\37\17\17\7\7\3\1\1" + "\0\0\0\0\377\377\177\77\77\37\37\17\17\7\3\3\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\300\340\340\360\360\360\370\370\370\370\370\370\370\370\360\360\340\340\300\200\0\0" + "\0\0\0\0\0\14\36\77\177\377\177\77\37\17\7\3\3\3\1\1\1\3\3\7\17\37\377\377\377\377\377\374" + "\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\377\377\377\377\377\177" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\370\376\377\377\377\377\77\37\17\7\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\370\374\374\374\374\374\374\370\360\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7\7\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\370\374\376\376\377\177\77\37\37\37\17\17\17\37\37\37\37\77\77\177\377\376\374" + "\370\340\300\0\370\376\377\377\377\177\17\3\1\0\0\0\200\300\340\360\360\370\370\370\374\374\374\374\374\375\377\377" + "\377\377\377\376\377\377\377\377\377\0\0\0\0\0\374\377\377\377\377\377\217\3\1\1\0\0\0\0\0\300\377\377" + "\377\377\377\377\77\377\377\377\377\376\340\300\0\0\1\7\37\77\77\177\177\377\376\376\374\374\376~\177\77\177\177" + "\177\177\177\177\0\1\3\17\37\77\177\377\377\376\374\370\370\360\360\340\340\340\340\340\340\340\340\340\360\360\370\370" + "\340\300\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\200\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377\377\177\17\37\377\377\377\377\376\360\300\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\360\376\377\377\377\377\37\3\0\0\0\0\7\37\377\377\377\377\376\370\300\0\0" + "\0\0\0\0\0\200\340\374\377\377\377\377\177\177~~~~~~~~~~\177\177\377\377\377\377\376\370" + "\300\0\0\0\374\377\377\377\377\377\37\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\77\377\377\377" + "\377\377\370\340\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\376\374" + "\360\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\200\200\200\300\340\360\377\377\377\377\377" + "\177\37\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\177\177\177\377\377\377\377\363\361\340" + "\300\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\377" + "\377\377\374\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\360\360\360\370\374\377\377\377\377\177" + "\77\17\3\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\77\37\37\17\17\17\37\37\37\77\177\377\377\376\376" + "\374\370\360\300\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7" + "\7\3\3\1\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\177\377\377\377\377\377\377\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\37\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\360\370\370\374\377\377" + "\177~\34\14\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\37\37\37\37\77\177\377\377\377\376\374\370\360" + "\340\200\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\177\377\377\377" + "\377\377\376\340\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377" + "\377\377\177\7\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\360\360\360\360\370\374\376\377\377\377\177\77\17" + "\7\1\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\17\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\77\37\37\37\17\17\17\37\37\37\77\177\377\377\376\374" + "\370\360`\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\3" + "\1\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360" + "\360\360\360\0\177\377\377\377\377\377\377\340\200\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\377\377\377" + "\377\377\377\0\0\3\7\37\77\177\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\377\377\377" + "\377\377\177\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17" + "\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\0 p\370\376\377\374\370\360\360\340\340\340\340\340\360\370\376\377\377\377\377\77\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300" + "\300\300\300@\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\360\370\374\376\377\377\177\77\37\17" + "\7\1\0\0\377\377\377\377\377\377\377\0\0\200\300\360\370\374\376\377\377\177\77\17\7\3\1\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377~\77\37\77\377\377\377\377\371\360\340\200\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\1\7\17\77\177\377\377\377\376\370\360\340\200\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\1\3\17\37\77\377\377\377\377\376\370" + "\360\300\200\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300\300\377\377\377\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\300\360\374\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\37\177\377\377\376\370\340\0\0\0\0\300\360\374\377\377\177\37\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\1\7\37\177\377\377\374\374\377\377\177\37\7\1\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\1\7\7\7\7\1\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\300\377\377\377\377\377\377\377\377\376\370\340\300\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\7\37\77\377\377\377\374\360\340\200\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\3\17\77\177\377\377\376\370\340\300\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\1\7\37\177\377\377\377\374\360\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\377" + "\377\377\377\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\370\374\374\376\377\377\177\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\374\374" + "\370\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\177\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377" + "\377\377\377\377\0\1\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\340\360\370\370\376\377\377\377\177" + "\77\37\7\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\374" + "\370\360\300\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377" + "\377\377\177\0\0\377\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374\376\376\377\177\177\177\77\37\17" + "\7\3\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\300\340\360\374\374\376\377\377\177\77\37\37\17\17\17\37\37\37\77\77\177\377\377\376\374\374" + "\360\340\300\0\370\377\377\377\377\377\377\17\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377" + "\377\377\377\376\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\377\376\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\377\377" + "\377\377\377\377\0\3\17\77\177\377\377\377\377\374\370\360\340\340\340\300\300\300\340\340\340\360\370\376\377\377\177\77" + "\37\7\3\0\0\0\0\0\0\0\1\3\3\7\7\17\17\377\377\377\377\377\377\317\207\207\7\3\1\0\200\200" + "\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\37\77\77\77\77\77\77\77\77\77" + "\77\77\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\37\37\37\77\177\377\377\377\376\374" + "\370\340\200\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\341\377\377\377\377" + "\377\377\77\0\0\377\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374\376\376\377\177\177\77\37\37\17" + "\3\1\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\1\7\17\77\377\377\377\377\374\360\340\200\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376" + "\370\340\200\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\200\340\370\374\376\377\377\377\77\77\37\37\37\17\17\17\37\37\37\77\177\377\377\376\376\374" + "\70\20\0\0\0\0\37\177\377\377\377\377\377\370\340\300\200\200\0\0\0\0\0\0\0\0\0\0\3\3\1\0" + "\0\0\0\0\0\0\0\0\1\3\3\7\17\17\37\37\77\77\177\177~\376\376\374\374\370\370\360\360\340\340\300" + "\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\3\7\17\377\377\377\377" + "\377\377\374\0\0\70~\377\377\377\376\374\370\360\360\340\340\340\340\340\340\340\340\360\360\370\374\376\377\377\377\177" + "\77\37\7\0\0\0\0\0\1\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\300\300\17\17\17\17\17\17\17\17\17\17\17\17\377\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17" + "\17\17\17\17\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\1\17\77\177\377\377\377\377\376\370\360\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300" + "\300\300\300\300\37\377\377\377\377\377\376\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\376\377\377" + "\377\377\77\7\0\0\3\37\377\377\377\377\377\374\340\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\177" + "\17\1\0\0\0\0\0\0\0\7\77\377\377\377\377\377\370\300\0\0\0\0\200\360\377\377\377\377\177\17\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\77\377\377\377\377\376\360\340\374\377\377\377\377\37\3\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\17\177\377\377\377\377\377\377\77\7\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7\1\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200" + "\300\300\300\300\377\377\377\377\377\340\0\0\0\0\0\0\0\300\374\376\376\376\360\200\0\0\0\0\0\0\300\377" + "\377\377\377\377\177\377\377\377\377\377\360\0\0\0\0\300\374\377\377\377\377\377\377\377\370\200\0\0\0\300\377\377" + "\377\377\377\17\0\37\377\377\377\377\377\374\0\340\376\377\377\377\37\3\7\77\377\377\377\377\370\300\340\377\377\377" + "\377\377\3\0\0\0\7\377\377\377\377\377\377\377\377\377\37\1\0\0\0\0\3\77\377\377\377\377\377\377\377\377" + "\77\0\0\0\0\0\0\1\177\377\377\377\377\377\37\1\0\0\0\0\0\0\0\0\3\77\377\377\377\377\377\17" + "\0\0\0\0\0\0\0\0\0\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\300\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300" + "\300\300\300\0\0\3\17\77\177\377\377\377\376\370\340\200\0\0\0\0\0\0\0\200\340\370\376\377\377\377\177\37" + "\7\3\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374\360\300\360\370\376\377\377\377\177\37\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\303\377\377\377\377\377\377\377\377\377\303\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\200\340\360\374\377\377\377\377\77\17\3\17\77\177\377\377\377\376\370\340\300\0\0" + "\0\0\0\0\0\300\340\370\376\377\377\377\177\77\17\3\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374" + "\370\340\200\0\7\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7" + "\7\7\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\300\300\300\300\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300" + "\300\300\300\300\7\37\177\377\377\377\377\374\360\300\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377" + "\77\17\3\0\0\0\0\1\7\37\177\377\377\377\377\374\360\300\0\0\0\200\360\374\377\377\377\377\77\17\3\0" + "\0\0\0\0\0\0\0\0\0\0\0\1\7\37\77\377\377\377\377\374\376\377\377\377\177\17\3\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\300\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\317\357\377\377\377\377\377\77" + "\37\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\370\376\377\377\377\177\37\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\177\37\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\360\370\376\377\377\377\177\37\17\3\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\300\360\370\376\377\377\377\377\377\357\343\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\360\360\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "\374\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370" + "\370\0\0\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1" + "\1\0\0\0\0\20p\370\370\374\374\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376\370\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\376\370\340\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37\177\377\377\377\377\374\360\300\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\177\377\377\377\377\374\360\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\377\377\370\340" + "\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\37\17\17" + "\7\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\300\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\370\376\377\377\177\377\377\377\374\370\340\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\360\370\376\377\377\177\37\17\3\1\0\0\3\17\77\177\377\377\377\374\360\300\200" + "\0\0\0\0\0\0\0\0\1\1\3\3\3\1\0\0\0\0\0\0\0\0\0\0\0\1\7\3\3\1\1\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\340\340\340\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\374\360\340\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\3\17\37\177\377\377\377\377\377\374\300\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\17\77\177\177\77\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0`\340\360\370\374\374\374\376~~~~~~~~~\376\376\374\374\374\370\360\340" + "\300\0\0\0\0\0\0\0\0\1\203\203\301\300\300\300\340\340\340\340\340\340\340\340\340\340\343\377\377\377\377\377" + "\377\376\0\0\300\360\374\376\377\377\377\177\37\37\17\17\17\17\17\7\7\7\7\7\7\7\207\377\377\377\377\377" + "\377\377\0\0\7\37\177\377\377\377\377\376\370\370\360\360\360\360\360\360\360\370\370\374\376\377\177\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\340\360\360\370\374\374\374\374\374\374\374\374\374\374\370\370\360\360\340\300" + "\0\0\0\0\0\377\377\377\377\377\377\377\37\7\3\1\0\0\0\0\0\0\0\1\3\7\17\177\377\377\377\377" + "\377\376\360\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\0\377\377\377\377\377\377\377\377\374\370\360\340\340\340\340\340\340\340\360\360\370\376\377\377\377\177\77" + "\37\7\0\0\0\7\7\7\7\7\3\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~~~\376\376\374\374\374\370" + "\360\340\300\200\0\340\374\377\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\0\0\1\3\37\37" + "\17\3\1\0\0\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\7\17\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\370\370\374\374\376\377" + "~<\70\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370\370\370\370\370" + "\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\0\200\300\340\360\370\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340\377\377\377\377\377" + "\377\377\0\0\300\374\377\377\377\377\377\177\17\3\1\1\0\0\0\0\0\0\1\1\3\7\37\377\377\377\377\377" + "\377\377\0\0\177\377\377\377\377\377\377\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\7\37\77\177\377\377\377\376\374\370\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\376\374\374\374\370\360\340\300" + "\0\0\0\0\340\374\377\377\377\377\377\357\343\341\340\340\340\340\340\340\340\340\340\340\340\341\343\377\377\377\377\377" + "\377\370\0\0\77\377\377\377\377\377\377\307\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\360\360\370\370\374\376\377~<" + "\30\0\0\0\0\0\0\0\0\0\0\0\1\1\3\3\3\3\3\3\3\3\3\3\3\3\1\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\340\340\360\360\370\370\374\374\374\374\374\374\374\374\370\370" + "\370\360\360\340\0\0\0\0\0\0\0\0\360\376\377\377\377\377\377\37\7\3\1\1\0\0\0\1\1\1\3\3" + "\17\37\77\17\0\360\360\360\360\360\360\360\377\377\377\377\377\377\377\360\360\360\360\360\360\360\360\360\360\360\0\0" + "\0\0\0\0\0\3\3\3\3\3\3\3\377\377\377\377\377\377\377\3\3\3\3\3\3\3\3\3\3\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\340\360\360\370\374\374\376~>>>>>>>~\376\374\374\370\370\374\374~~~" + "~~~~~\377\377\377\377\377\377\341\200\0\0\0\0\0\0\0\0\0\200\341\377\377\377\377\377~\0\0" + "\0\0\0\0\0\1\3\307\357\377\377\377\377\177\177~~~~~\177\177\77\77\37\37\17\7\3\0\0\0" + "\0\0\0\0\0\0\217\337\377\377\377\377\376\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\370\370\370\360" + "\340\300\0\0\376\377\377\377\377\377\347\301\200\200\200\200\0\0\0\0\0\0\200\200\200\300\301\341\377\377\377\377" + "\377\377\77\0\1\3\7\17\17\37\37\37\37\77\77\77\77\77\77\77\77\77\77\77\37\37\37\37\17\17\7\3" + "\1\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\300\340\360\360\370\374\374\374\374\374\374\374\374\374\374\370\370\360\340" + "\200\0\0\0\0\0\377\377\377\377\377\377\377\77\17\7\3\1\1\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\377\376\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\0" + "\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\360\370\370\370\370\360\340\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\17\17\17\7\7\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\300\340\360\340\300\200\0\0\0\0\0\0\0\200\300\340\377\377\377\377\377\377\77\0\0\0" + "\0\0\0\0\2\7\17\37\37\77\77\77\177\177\177~~\177\177\77\77\77\37\37\17\7\3\0\0\0\0\0" + "\0\0\0\0\0\370\370\370\370\370\370\370\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\374\374\374|<" + "\34\14\4\0\0\377\377\377\377\377\377\377\0\200\300\340\360\370\374\376\377\177\77\37\17\7\3\1\1\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\77\37\17\7\17\37\177\377\377\377\376\374\360\340\300\200\0\0\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\1\3\17\37\77\177\377\377\377\376\370\360" + "\340\300\200\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7" + "\7\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\370\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\1\1\1\1\1\1\1\1\1\1\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\340\340\340\340\340\340\340\340\377\377\377\377\377\377\377\340\340\340\340\340\340\340\340\340" + "\0\0\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\376\376\376\376\376\376\374\374~~~\376\376\376\376\374\370\360\370\374\374~~~\376\376\376\376" + "\374\374\360\300\377\377\377\377\377\377\3\0\0\0\0\0\377\377\377\377\377\377\377\1\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\3\3\3\3\3\3\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\3\3\3" + "\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\376\376\376\376\376\376\376\340\360\370\370\374\376~~~~~\376\376\376\376\374\374\370\360" + "\300\0\0\0\0\0\377\377\377\377\377\377\377\37\7\3\1\0\0\0\0\0\0\0\0\1\7\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\3\3\3\3" + "\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\200\300\340\360\370\370\374\374\376\376~~~~~~\376\376\376\374\374\370\370\360\340" + "\300\0\0\0\340\374\376\377\377\377\377\177\17\3\1\0\0\0\0\0\0\0\0\0\0\1\3\17\177\377\377\377" + "\377\377\374\340\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377" + "\377\377\377\77\0\1\7\17\37\77\177\377\377\376\374\370\370\360\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\7\1\0\0\0\0\0\0\0\0\0\1\1\1\3\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\376\376\376\376\376\376\376\360\370\370\374|~~~~~~\376\376\376\376\374\374\370\360\340" + "\300\200\0\0\0\377\377\377\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\0\1\3\7\177\377\377\377" + "\377\377\376\360\0\377\377\377\377\377\377\377\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\377\377\377" + "\377\377\377\77\0\377\377\377\377\377\377\377\177\376\374\370\360\360\360\360\360\360\360\360\370\374\376\377\377\377\177\77" + "\37\7\1\0\0\377\377\377\377\377\377\377\0\0\1\1\3\3\3\3\3\3\3\3\3\3\1\1\0\0\0\0" + "\0\0\0\0\0\77\77\77\77\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\340\360\370\370\374\374\376\376~~~~~~~\376\374\374\370\370\376\376\376\376" + "\376\376\376\0\340\374\377\377\377\377\377\77\7\1\1\0\0\0\0\0\0\0\0\0\0\1\3\77\377\377\377\377" + "\377\377\377\0\77\377\377\377\377\377\377\360\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\377\377\377\377" + "\377\377\377\0\0\1\7\37\77\177\377\377\377\376\374\370\370\360\360\360\360\360\360\370\370\374\377\177\377\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\1\3\3\3\3\3\3\3\3\3\3\3\1\0\0\0\377\377\377\377" + "\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\77\77\77\77" + "\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\376\376\376\376\376\376\376\340\360\370\370\374\374\376~~~~~~~\376\376\374" + "\374\370\370\60\0\0\0\0\377\377\377\377\377\377\377\177\37\7\3\1\0\0\0\0\0\0\0\0\0\0\1\3" + "\7\3\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\300\340\360\360\370\370\374\374\374\374\374\374\376\374\374\374\374\374\374\370\370\360\360\340" + "\300\200\0\0\0\0\0\37\177\377\377\377\377\377\363\341\300\300\300\200\200\200\0\0\1\1\3\7\17\37\37\7" + "\3\0\0\0\0\0\0\0\200\0\1\3\3\7\7\7\17\17\17\37\37\37\77\77\77\177\376\376\374\374\370\360" + "\340\300\0\0\0\60|\376\377\377\374\374\370\360\360\360\340\340\340\340\340\340\340\340\360\360\370\377\377\377\377\177" + "\77\37\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\376\376\376\376\377\377\17\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\377\377\377\377\377\377\374\374\374\374\374\374\374\374\374\374\374" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\370\377\377\377\377\377\377\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\17\177\377\377\377\377\377\376\360\360\340\340\340\340\340\360\360\370\370" + "\374\374\340\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\3" + "\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\374\374\374\374\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\374\374" + "\374\374\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377\377" + "\377\377\0\0\0\3\37\177\377\377\377\377\377\374\370\360\340\340\340\340\340\340\360\360\370\376\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\1\1\0\7\7\7\7\7" + "\7\7\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34\374\374\374\374\374\374\354\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\374\374\374" + "\374\374<\0\0\0\3\37\177\377\377\377\377\374\360\200\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\1\17\77\377\377\377\377\376\360\300\0\0\200\340\374\377\377\377\177\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\7\37\377\377\377\377\376\376\377\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\374\374\374\374\374\0\0\0\0\0\0\0\0\200\340\340\340\340\340\0\0\0\0\0\0\0\0\374" + "\374\374\374\374\77\377\377\377\377\377\340\0\0\0\0\200\370\377\377\377\377\377\377\377\370\200\0\0\0\0\360\377" + "\377\377\377\377\0\7\177\377\377\377\377\376\300\200\370\377\377\377\177\7\1\17\377\377\377\377\374\340\0\370\377\377" + "\377\377\177\1\0\0\0\17\377\377\377\377\377\377\377\377\77\7\0\0\0\0\0\7\177\377\377\377\376\377\377\377" + "\377\17\0\0\0\0\0\0\1\7\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0\3\7\7\7\7\7\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\4\34<\374\374\374\374\374\360\340\300\0\0\0\0\0\0\0\0\0\300\340\370\374\374\374\374|" + "\34\14\0\0\0\0\0\0\1\3\17\37\77\377\377\377\376\370\360\300\360\370\376\377\377\177\77\17\7\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\300\340\361\377\377\377\377\177\377\377\377\377\370\340\300\200\0\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\376\377\377\377\77\37\7\3\0\0\0\3\7\37\77\177\377\377\376\374\370\340" + "\300\200\0\0\6\7\7\7\7\7\7\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\1\3\7\7\7\7" + "\7\7\6\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\34|\374\374\374\374\374\374\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\374\374\374\374" + "\374\374<\4\0\0\1\17\77\377\377\377\377\376\360\300\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\77" + "\17\1\0\0\0\0\0\0\0\0\7\37\177\377\377\377\376\370\340\0\0\200\340\374\377\377\377\377\37\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\77\377\377\377\377\374\377\377\377\177\37\3\0\0\0\0\0" + "\0\0\0\0\200\340\300\0\0\0\0\0\0\200\300\340\374\377\377\377\377\177\17\3\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\177\177~~\177\177\77\77\77\37\37\17\7\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374\374" + "|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\374\377\377\177\77\37\17\7\1\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\360\370\376\377\377\377\77\37\17\7\3\1\0\0\0\0\0\0\0" + "\0\0\0\0\300\340\360\370\376\377\377\377\377\377\357\347\343\341\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\340\360\360\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\340\340\360\360\360\360\360\360\360\360\360\360\360" + "\0\0\0\0\0\0\0\0\0\0\0\0\340\374\377\377\377\377\377\77\17\7\7\3\3\3\3\3\3\3\3\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\340\340\340\340\340\360\370\374\377\377\377\177\77\17\3\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\7\7\7\7\7\17\17\77\377\377\377\376\374\370\300\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\177\377\377\377\377\377\377\360\300\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\3\7\17\37\77\77\77\177\177\177\177~~~~~~~~" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\360\360\360\360\360\360\360\360\360\360\360\340\340\300\300\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\3\3\3\3\3\3\3\3\7\7\17\37\377\377\377\377\377\376\360\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\17\37\177\177\377\377\376\370\360\360\340" + "\340\340\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\376\377\377\377\177\37\17\7\7" + "\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\377\377\377\377\377\377\377\0\0\0\0\0" + "\0\0\0\0\0\0\0\0~~~~~~~~\177\177\177\77\77\77\37\17\7\3\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0`\360\370\370\374\374\376\376~~~~\376\376\376\374\374\370\370\360\360\340\340\340\360\360\370\374" + "\376\374|\70\0\0\1\1\3\1\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\3\3\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Inconsolata LGC-Bold-R-Normal--62-620-72-72-P-301-ISO10646-1 + Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Cyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL. Emboldened by MihailJP. Some glyphs modified by Greg Omelaenko, using FontForge. + Glyphs: 18/658 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_inb46_4x8_n[6916] U8X8_FONT_SECTION("u8x8_font_inb46_4x8_n") = + " :\4\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\340 \0\0\0\0\0\0\0\0" + "\0\0\0\0\0\340\360\360\340\340\300\300\200\200\0\0\17\377\377\377\377\377\177\0\0\0\200\200\300\300\340\340" + "\360\340\200\0\7\7\7\7\17\17\17\17\37\237\337\377\376\377\377\377\377\377\376\377\337\237\37\17\17\17\17\7" + "\7\7\7\4\0\0\0\300\340\360\370\374\376\377\377\77\37\7\3\1\3\7\37\77\377\377\377\374\370\360\340\300" + "\0\0\0\0\0\0\0\1\1\3\7\7\3\1\0\0\0\0\0\0\0\0\0\0\0\1\7\7\7\3\1\1" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340\340\340\340\340\340\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\77\77\77\77\77\77\77\77\77\77\77\77\77\377\377\377\377\377\377\77\77\77\77\77\77\77\77\77" + "\77\77\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\17\17\17\17\17\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\17\37\77\377\377\377\377\377\377\77\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\60x|\376\177\77\37\17\7\3\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0~~~~~~~~~~~~~~~~~~~~~~~~~~" + "~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\374\370\370\360" + "\360`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\360\374\377\377\377\377\177\37\7" + "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\7\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\370\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\77\17\3\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\374\377\377\377\377\177\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\14\17\37\37\77\77\37\7\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\377\177\77\37\37\17\17\37\37\77\377\377\376\374\370\360\300\0" + "\0\0\0\0\200\370\377\377\377\377\377\377\17\3\0\0\0\0\0\0\0\300\340\360\374\377\377\77\377\377\377\377" + "\374\200\0\0\377\377\377\377\377\377\377\1\0\0\0\200\340\360\374\376\177\77\37\7\3\1\0\0\377\377\377\377" + "\377\377\0\0\7\177\377\377\377\377\377\374\370\376\177\77\37\7\3\1\0\0\0\0\0\0\200\370\377\377\377\377" + "\377\17\0\0\0\0\3\17\37\77\377\377\377\377\376\370\360\360\340\340\340\340\360\360\370\376\377\377\177\77\17\3" + "\0\0\0\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0p\370\370\374\374~~\177\177\77\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0`\360\370\374\376\377\377\77\77\37\37\37\17\17\17\37\37\77\77\177\377\377\376\376\374\370" + "\340\200\0\0\0\0\0\0\0\1\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\301\377\377\377\377\377" + "\377\77\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\340\360\370\376\377\377\177\77\37\17\7" + "\1\0\0\0\0\0\0\0\0\0\0\300\340\360\370\374\376\377\377\177\77\37\17\7\3\1\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\360\370\376\377\377\377\377\357\347\343\341\340\340\340\340\340\340\340\340\340\340\340\340\340\340" + "\360\360\0\0\0\0\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7\7" + "\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\10\34<~\377\177\77\37\37\37\17\17\17\37\37\37\77\77\377\377\377\376\374\370\360" + "\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\360\377\377\377\377\377\177" + "\37\0\0\0\0\0\0\0\0\0\0\0\0\0>>>>>>\77\177\177\377\377\377\377\377\363\361\340\200" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\7\377\377\377\377\377" + "\377\374\0\0\0\0 x\374\376\377\377\370\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177\77" + "\17\3\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\300\300\300\300\300\300\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\360\374\376\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340\370\374\377\377\77\37\7\3\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\200\340\360\374\376\377\377\77\37\7\1\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0|\177\177\177\177\177\177\177~~~~~~~~~~\377\377\377\377\377\377\377~~~" + "~~~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\7\7\7\7\7\7\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\0\0\370\377\377\377\377\377\377\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17" + "\17\0\0\0\0\0\0\0\377\377\377\377\377\377\377\340\340\360\360\360\360\360\360\360\360\340\340\300\300\200\0\0" + "\0\0\0\0\0\0\0\36\37\77\77\177\77\37\17\7\7\7\3\3\3\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\300\0\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\377\377\377\377" + "\377\377\377\0\0\10\30<~\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\7\7\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0" + "\0\0\0\0\0\0\0\0\200\300\360\370\374\376\376\377\177\77\77\37\37\37\17\17\17\37\37\77\177\377\177>" + "\36\14\0\0\0\0\300\374\377\377\377\377\377\77\207\301\300\340\340\340\340\340\340\340\340\340\300\300\200\200\0\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\77\37\37\17\17\7\7\7\7\7\17\37\77\377\377\377\377\376" + "\374\360\200\0\0\0\37\377\377\377\377\377\377\360\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377" + "\377\377\377\0\0\0\0\1\17\37\177\377\377\377\377\374\370\360\360\340\340\340\340\340\360\370\374\377\377\377\377\177" + "\37\17\1\0\0\0\0\0\0\0\0\0\1\1\3\3\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300\300" + "\300\0\0\0\0\0\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\17\217\357\377\377\377\377\377\377\37" + "\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\360\376\377\377\377\377\177\17\3\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\376\377\377\377\377\77\17\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\300\370\377\377\377\377\377\177\17\1\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\6\7\7\7\7\7\7\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\37\17\17\37\37\77\77\377\377\377\377\376\374\360" + "\300\0\0\0\0\0\0\37\177\377\377\377\377\377\360\340\200\200\0\0\0\0\0\200\300\360\377\377\377\377\377\77" + "\17\0\0\0\0\0\0\0\200\300\341\363\367\377\377\377\177\77\77>>~\177\377\377\377\377\367\343\341\300\200" + "\0\0\0\0\0\360\374\377\377\377\377\377\17\3\1\0\0\0\0\0\0\0\0\0\1\3\17\377\377\377\377\377" + "\376\370\0\0\0\7\37\77\177\377\377\377\377\374\370\360\360\340\340\340\340\340\340\360\360\370\376\377\377\377\177\77" + "\37\7\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\3\1\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\200\300\300\300\300\300\300\300\200\200\200\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\300\360\370\374\376\377\377\177\77\37\37\17\17\17\37\37\77\177\377\377\376\376\374\360\340" + "\0\0\0\0\0\0\376\377\377\377\377\377\377\203\0\0\0\0\0\0\0\0\0\0\0\0\7\377\377\377\377\377" + "\377\370\0\0\0\0\1\17\77\177\377\377\377\377\374\370\360\340\340\340\340\340\360\360\370\374\376\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\0\0\1\3\3\3\7\7\7\7\7\7\7\7\3\3\1\341\377\377\377\377\377" + "\377\37\0\0\0\0\0\300\360\370\374\374\374\360\360\340\340\340\340\340\340\360\360\370\374\377\377\377\177\77\17\7" + "\0\0\0\0\0\0\0\0\0\1\3\3\7\7\7\7\7\7\7\7\7\7\7\3\3\1\1\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\300\300\340\340\340\340\300\300\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\17\77\77\177\177\177\177\77\77\17\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\340\340\360\360\360\360\340\340\200\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\37\37\77\77\77\77\37\37\7\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0"; /* Fontname: -FreeType-Press Start 2P-Medium-R-Normal--8-80-72-72-P-69-ISO10646-1 Copyright: (c) 2011 Cody Glyphs: 192/556 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pressstart2p_f[1794] U8X8_FONT_SECTION("u8x8_font_pressstart2p_f") = - " \377\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42\177\177" - "\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7\0\0" - "\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>>\10" - "\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10\4\2" - "\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIMO{" - "\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy\15\7" - "\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66\0\0" - "\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS[\17" - "\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cAAc" - "\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cAIy" - "y\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30\177AAA\177" - ">\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oIIKz" - "\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34\70\177" - "\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177AA" - "\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200\200\200" - "\200\0\0\0\0\1\2\0\0\0 tTTT|x\0\77\177DDD|\70\0\70|DDDD" - "D\0\70|DDD\177\177\0\70|TTT\134\30\0\0\4\4~\177\5\5\0\30\274\244\244\244\374" - "|\0\177\177\4\4\4|x\0\0@D}}@@\0\0\200\200\204\375}\0\0\177\177\30\70|l" - "D\0\0@A\177\177@@\0|\4||\4|x\0||\4\4\4|x\0\70|DDD|" - "\70\0\374\374$$$<\30\0\30<$$$\374\374\0\0||\10\4\4\4\0H\134TTTt" - " \0\0\4\4\177\177\4\4\0<|@@@||\0\0\34<``<\34\0<@||@|" - "|\0ll\70\70\70ll\0\34\274\240\240\240\374|\0Ddt|\134LD\0\0\0\10>wA" - "\0\0\0\0\0\177\177\0\0\0\0Aw>\10\0\0\0\10\4\14\34\30\20\10\0\0``\0``" +const uint8_t u8x8_font_pressstart2p_f[1796] U8X8_FONT_SECTION("u8x8_font_pressstart2p_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42" + "\177\177\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7" + "\0\0\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>" + ">\10\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10" + "\4\2\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIM" + "O{\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy" + "\15\7\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66" + "\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS" + "[\17\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cA" + "Ac\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cA" + "Iyy\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30<" + "vcA\0\0\177\177@@@@\0\177\177\16\34\16\177\177\0\177\177\16\34\70\177\177\0>\177AA" + "A\177>\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oII" + "Kz\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34" + "\70\177\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177" + "AA\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200" + "\200\200\200\0\0\0\0\1\2\0\0\0 tTTT|x\0\77\177DDD|\70\0\70|DD" + "DDD\0\70|DDD\177\177\0\70|TTT\134\30\0\0\4\4~\177\5\5\0\30\274\244\244" + "\244\374|\0\177\177\4\4\4|x\0\0@D}}@@\0\0\200\200\204\375}\0\0\177\177\30\70" + "|lD\0\0@A\177\177@@\0|\4||\4|x\0||\4\4\4|x\0\70|DD" + "D|\70\0\374\374$$$<\30\0\30<$$$\374\374\0\0||\10\4\4\4\0H\134TT" + "Tt \0\0\4\4\177\177\4\4\0<|@@@||\0\0\34<``<\34\0<@||" + "@||\0ll\70\70\70ll\0\34\274\240\240\240\374|\0Ddt|\134LD\0\0\0\10>" + "wA\0\0\0\0\0\177\177\0\0\0\0Aw>\10\0\0\0\10\4\14\34\30\20\10\0\0``\0" + "``\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -849,134 +18585,133 @@ const uint8_t u8x8_font_pressstart2p_f[1794] U8X8_FONT_SECTION("u8x8_font_presss "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0p}}\0\0\0\34>\42\177\42\66\24\0H~\177IIK" - "B\0\0\42\34\42\42\34\42\0\0+/||/+\0\0\0\0ww\0\0\0\0&oUU{" - "\62\0\0\1\1\0\1\1\0\0\34\0|~\35;r}|\0\70|EFD|\70\0\70|DFE|" - "\70\0\70~GEG~\70\0\70~EGF}\70\0\70}EDE}\70\0\0\42\24\10\24\42" - "\0\0>\177QIE\177>\0<|AB@|<\0<|@BA|<\0\70zCACz" - "\70\0<}A@A}<\0\0\14\34rq\34\14\0\177\177\42\42\42>\34\0\0~\177!I\177" - "\66\0 tUVT|x\0 tTVU|x\0 vWUW~x\0 vUWV}" - "x\0 uUTU}x\0 tVUV|x\0 tT|T\134\30\0\30<\244\244d$" - "$\0\70|UVT\134\30\0\70|TVU\134\30\0\70~WUW^\30\0\70}UTU]" - "\30\0\0@Izx@@\0\0@Hzy@@\0\0BKy{B@\0\0AE|}A" - "@\0\64{KNNy\60\0|~\5\7\6}x\0\70|EFD|\70\0\70|DFE|" - "\70\0\70~GEG~\70\0\70~EGF}\70\0\70}EDE}\70\0\0\10\10**\10" - "\10\0\70|dTL|\70\0<|AB@||\0<|@BA||\0\70zCACz" - "x\0<}A@A}|\0\34\274\240\242\241\374|\0\377\377$$$<\30\0\34\275\241\240\241\375" - "|"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0p}}\0\0\0\34>\42\177\42\66\24\0H~\177I" + "IKB\0\0\42\34\42\42\34\42\0\0+/||/+\0\0\0\0ww\0\0\0\0&oU" + "U{\62\0\0\1\1\0\1\1\0\0\34\0|~\35;r}|\0\70|EFD|\70\0\70|DF" + "E|\70\0\70~GEG~\70\0\70~EGF}\70\0\70}EDE}\70\0\0\42\24\10" + "\24\42\0\0>\177QIE\177>\0<|AB@|<\0<|@BA|<\0\70zCA" + "Cz\70\0<}A@A}<\0\0\14\34rq\34\14\0\177\177\42\42\42>\34\0\0~\177!" + "I\177\66\0 tUVT|x\0 tTVU|x\0 vWUW~x\0 vUW" + "V}x\0 uUTU}x\0 tVUV|x\0 tT|T\134\30\0\30<\244\244" + "d$$\0\70|UVT\134\30\0\70|TVU\134\30\0\70~WUW^\30\0\70}UT" + "U]\30\0\0@Izx@@\0\0@Hzy@@\0\0BKy{B@\0\0AE|" + "}A@\0\64{KNNy\60\0|~\5\7\6}x\0\70|EFD|\70\0\70|DF" + "E|\70\0\70~GEG~\70\0\70~EGF}\70\0\70}EDE}\70\0\0\10\10*" + "*\10\10\0\70|dTL|\70\0<|AB@||\0<|@BA||\0\70zCA" + "Czx\0<}A@A}|\0\34\274\240\242\241\374|\0\377\377$$$<\30\0\34\275\241\240" + "\241\375|"; /* Fontname: -FreeType-Press Start 2P-Medium-R-Normal--8-80-72-72-P-69-ISO10646-1 Copyright: (c) 2011 Cody Glyphs: 96/556 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pressstart2p_r[770] U8X8_FONT_SECTION("u8x8_font_pressstart2p_r") = - " \177\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42\177\177" - "\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7\0\0" - "\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>>\10" - "\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10\4\2" - "\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIMO{" - "\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy\15\7" - "\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66\0\0" - "\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS[\17" - "\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cAAc" - "\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cAIy" - "y\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30\177AAA\177" - ">\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oIIKz" - "\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34\70\177" - "\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177AA" - "\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200\200\200" - "\200\0\0\0\0\1\2\0\0\0 tTTT|x\0\77\177DDD|\70\0\70|DDDD" - "D\0\70|DDD\177\177\0\70|TTT\134\30\0\0\4\4~\177\5\5\0\30\274\244\244\244\374" - "|\0\177\177\4\4\4|x\0\0@D}}@@\0\0\200\200\204\375}\0\0\177\177\30\70|l" - "D\0\0@A\177\177@@\0|\4||\4|x\0||\4\4\4|x\0\70|DDD|" - "\70\0\374\374$$$<\30\0\30<$$$\374\374\0\0||\10\4\4\4\0H\134TTTt" - " \0\0\4\4\177\177\4\4\0<|@@@||\0\0\34<``<\34\0<@||@|" - "|\0ll\70\70\70ll\0\34\274\240\240\240\374|\0Ddt|\134LD\0\0\0\10>wA" - "\0\0\0\0\0\177\177\0\0\0\0Aw>\10\0\0\0\10\4\14\34\30\20\10\0\0``\0``" - "\0"; +const uint8_t u8x8_font_pressstart2p_r[772] U8X8_FONT_SECTION("u8x8_font_pressstart2p_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42" + "\177\177\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7" + "\0\0\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>" + ">\10\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10" + "\4\2\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIM" + "O{\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy" + "\15\7\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66" + "\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS" + "[\17\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cA" + "Ac\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cA" + "Iyy\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30<" + "vcA\0\0\177\177@@@@\0\177\177\16\34\16\177\177\0\177\177\16\34\70\177\177\0>\177AA" + "A\177>\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oII" + "Kz\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34" + "\70\177\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177" + "AA\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200" + "\200\200\200\0\0\0\0\1\2\0\0\0 tTTT|x\0\77\177DDD|\70\0\70|DD" + "DDD\0\70|DDD\177\177\0\70|TTT\134\30\0\0\4\4~\177\5\5\0\30\274\244\244" + "\244\374|\0\177\177\4\4\4|x\0\0@D}}@@\0\0\200\200\204\375}\0\0\177\177\30\70" + "|lD\0\0@A\177\177@@\0|\4||\4|x\0||\4\4\4|x\0\70|DD" + "D|\70\0\374\374$$$<\30\0\30<$$$\374\374\0\0||\10\4\4\4\0H\134TT" + "Tt \0\0\4\4\177\177\4\4\0<|@@@||\0\0\34<``<\34\0<@||" + "@||\0ll\70\70\70ll\0\34\274\240\240\240\374|\0Ddt|\134LD\0\0\0\10>" + "wA\0\0\0\0\0\177\177\0\0\0\0Aw>\10\0\0\0\10\4\14\34\30\20\10\0\0``\0" + "``\0"; /* Fontname: -FreeType-Press Start 2P-Medium-R-Normal--8-80-72-72-P-69-ISO10646-1 Copyright: (c) 2011 Cody Glyphs: 18/556 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pressstart2p_n[218] U8X8_FONT_SECTION("u8x8_font_pressstart2p_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pressstart2p_n[220] U8X8_FONT_SECTION("u8x8_font_pressstart2p_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\10\10>>\10" - "\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10\4\2" - "\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIMO{" - "\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy\15\7" - "\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34>*\10\0\0\10\10>" + ">\10\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10" + "\4\2\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIM" + "O{\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy" + "\15\7\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0"; /* Fontname: -FreeType-Press Start 2P-Medium-R-Normal--8-80-72-72-P-69-ISO10646-1 Copyright: (c) 2011 Cody Glyphs: 64/556 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pressstart2p_u[514] U8X8_FONT_SECTION("u8x8_font_pressstart2p_u") = - " _\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42\177\177" - "\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7\0\0" - "\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>>\10" - "\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10\4\2" - "\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIMO{" - "\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy\15\7" - "\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66\0\0" - "\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS[\17" - "\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cAAc" - "\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cAIy" - "y\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30\177AAA\177" - ">\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oIIKz" - "\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34\70\177" - "\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177AA" - "\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200\200\200" - "\200"; +const uint8_t u8x8_font_pressstart2p_u[516] U8X8_FONT_SECTION("u8x8_font_pressstart2p_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42" + "\177\177\42\0$.*\177*:\20\0F%\23\10dR\61\0\66\177I_v`P\0\0\0\7\7" + "\0\0\0\0\0\0\34>cA\0\0\0Ac>\34\0\0\0\10*>\34>*\10\0\0\10\10>" + ">\10\10\0\0\200\340`\0\0\0\0\0\10\10\10\10\10\10\0\0\0``\0\0\0\0@ \20\10" + "\4\2\1\0\34>aAC>\34\0\0@B\177\177@@\0bsyY]OF\0 aIM" + "O{\61\0\30\34\26\23\177\177\20\0'gEEE}\70\0<~KIIy\60\0\3\3qy" + "\15\7\3\0\66OMYYv\60\0\6OIIi\77\36\0\0\0\66\66\0\0\0\0\0@v\66" + "\0\0\0\0\0\10\34\66cA\0\0\24\24\24\24\24\24\24\0\0Ac\66\34\10\0\0\6\7SS" + "[\17\6\0>A]U]Q\36\0|~\23\21\23~|\0\177\177III\177\66\0\34>cA" + "Ac\42\0\177\177AAc>\34\0\177\177IIIIA\0\177\177\11\11\11\11\1\0\34>cA" + "Iyy\0\177\177\10\10\10\177\177\0\0AA\177\177AA\0 `@@@\177\77\0\177\177\30<" + "vcA\0\0\177\177@@@@\0\177\177\16\34\16\177\177\0\177\177\16\34\70\177\177\0>\177AA" + "A\177>\0\177\177\21\21\21\37\16\0>\177AQq\77^\0\177\177\21\61yoN\0&oII" + "Kz\60\0\0\1\1\177\177\1\1\0\77\177@@@\177\77\0\17\37\70p\70\37\17\0\177\177\70\34" + "\70\177\177\0cw>\34>wc\0\0\7\17xx\17\7\0aqy]OGC\0\0\0\177\177" + "AA\0\0\1\2\4\10\20 @\0\0AA\177\177\0\0\0\0\2\3\1\3\2\0\0\200\200\200\200" + "\200\200\200"; /* Fontname: -FreeType-PC Senior-Medium-R-Normal--8-80-72-72-P-48-ISO10646-1 Copyright: TrueType conversion © 2001 codeman38. Glyphs: 192/260 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pcsenior_f[1794] U8X8_FONT_SECTION("u8x8_font_pcsenior_f") = - " \377\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMYs\62" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70p|" - "<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>wAA" - "\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLFLx" - "p\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pcsenior_f[1796] U8X8_FONT_SECTION("u8x8_font_pcsenior_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24" + "\177\177\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0" + "\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMY" + "s\62\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70" + "p|<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>w" + "AA\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLF" + "Lxp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -984,133 +18719,133 @@ const uint8_t u8x8_font_pcsenior_f[1794] U8X8_FONT_SECTION("u8x8_font_pcsenior_f "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0{{\0\0\0\30<$\347\347$$\0h~\177ICf" - " \0\0\0\0\0\0\0\0\0+/\374\374/+\0\0\0\0\0ww\0\0\0@\332\277\245\375Y" - "\3\2\0\0\0\0\0\0\0\0~\201\225\261\261\225\201~\0&/)//(\0\10\34\66\42\10\34" - "\66\42\10\10\10\10\70\70\0\0\10\10\10\10\10\10\0\0\300\377\177\5\5e\177\77\0\0\0\0\0\0" - "\0\0\0\6\17\11\17\6\0\0DD__DD\0\0\0\31\35\27\22\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\200\376~ >\36\0\6\17\11\177\177\1\177\177\0\0\0\30\30\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&/)/&\0\0\42\66\34\10\42\66" - "\34\10Oo\60\30lv\373\371o_(\324\262\325\253\221\0\0\0\0\0\0\0\0\60xME` " + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0{{\0\0\0\30<$\347\347$$\0h~\177I" + "Cf \0\0\0\0\0\0\0\0\0+/\374\374/+\0\0\0\0\0ww\0\0\0@\332\277\245" + "\375Y\3\2\0\0\0\0\0\0\0\0~\201\225\261\261\225\201~\0&/)//(\0\10\34\66\42" + "\10\34\66\42\10\10\10\10\70\70\0\0\10\10\10\10\10\10\0\0\300\377\177\5\5e\177\77\0\0\0\0" + "\0\0\0\0\0\6\17\11\17\6\0\0DD__DD\0\0\0\31\35\27\22\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\200\376~ >\36\0\6\17\11\177\177\1\177\177\0\0\0\30" + "\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&/)/&\0\0\42\66\34\10" + "\42\66\34\10Oo\60\30lv\373\371o_(\324\262\325\253\221\0\0\0\0\0\0\0\0\60xME" + "` \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0y}\26\22\26}y\0px++xp\0\0|~\13\11\177\177I\0\16\237\221\261" + "\373J\0\0\0\0\0\0\0\0\0\0D||UUE\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0y}\26\22\26}y\0px++xp\0\0|~\13\11\177\177I\0\16\237\221\261\373J" - "\0\0\0\0\0\0\0\0\0\0D||UUE\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0}}\31\61}}\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\31\24" - "\0\0!uUT|x@\0 tTU}y@\0\2#uUU}{B\0\0\0\0\0\0" - "\0\0!uTT}y@\0 tWW|x@\0 tTT||TT\30<\244\244\344@" - "\0\0\71}UT\134\30\0\0\70|TU]\31\0\0\2;}UU]\33\2\71}TT]\31" - "\0\0\1E}|@\0\0\0\0D}}A\0\0\0\2\3E}}C\2\0\1E||A\1" - "\0\0\0\0\0\0\0\0\0\0zz\12\12zp\0\0\62zJHx\60\0\0\60xHJz\62" - "\0\0\62{II{\62\0\0\0\0\0\0\0\0\0\0\62zHHz\62\0\0\10\10kk\10\10" - "\0\0\0\0\0\0\0\0\0\0:zB@xx@\0\70x@Bzz@\0:{AA{z" - "@\0:z@@zz@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\232\272\240\240\372z" - "\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0}}\31\61}}\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\31\24\0\0!uUT|x@\0 tTU}y@\0\2#uUU}{B\0\0\0\0" + "\0\0\0\0!uTT}y@\0 tWW|x@\0 tTT||TT\30<\244\244" + "\344@\0\0\71}UT\134\30\0\0\70|TU]\31\0\0\2;}UU]\33\2\71}TT" + "]\31\0\0\1E}|@\0\0\0\0D}}A\0\0\0\2\3E}}C\2\0\1E||" + "A\1\0\0\0\0\0\0\0\0\0\0zz\12\12zp\0\0\62zJHx\60\0\0\60xHJ" + "z\62\0\0\62{II{\62\0\0\0\0\0\0\0\0\0\0\62zHHz\62\0\0\10\10kk" + "\10\10\0\0\0\0\0\0\0\0\0\0:zB@xx@\0\70x@Bzz@\0:{AA" + "{z@\0:z@@zz@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\232\272\240\240" + "\372z\0"; /* Fontname: -FreeType-PC Senior-Medium-R-Normal--8-80-72-72-P-48-ISO10646-1 Copyright: TrueType conversion © 2001 codeman38. Glyphs: 96/260 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pcsenior_r[770] U8X8_FONT_SECTION("u8x8_font_pcsenior_r") = - " \177\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMYs\62" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70p|" - "<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>wAA" - "\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLFLx" - "p"; +const uint8_t u8x8_font_pcsenior_r[772] U8X8_FONT_SECTION("u8x8_font_pcsenior_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24" + "\177\177\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0" + "\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMY" + "s\62\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70" + "p|<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>w" + "AA\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLF" + "Lxp"; /* Fontname: -FreeType-PC Senior-Medium-R-Normal--8-80-72-72-P-48-ISO10646-1 Copyright: TrueType conversion © 2001 codeman38. Glyphs: 18/260 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pcsenior_n[218] U8X8_FONT_SECTION("u8x8_font_pcsenior_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pcsenior_n[220] U8X8_FONT_SECTION("u8x8_font_pcsenior_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0"; /* Fontname: -FreeType-PC Senior-Medium-R-Normal--8-80-72-72-P-48-ISO10646-1 Copyright: TrueType conversion © 2001 codeman38. Glyphs: 64/260 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pcsenior_u[515] U8X8_FONT_SECTION("u8x8_font_pcsenior_u") = - " _\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMYs\62" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIof\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0&oMY" + "s\62\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30\10\10" - "\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20\10\4" - "\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AIII" - "\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42AAA" - "\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42AQQ" - "r\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10\24\42" - "A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42AA\42" - "\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&IIII" - "\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@\70@" - "@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AAA\0" - "\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200\200\200" - "\200\200\0\0\0\3\4\0\0\0\0 TTTTx@\0\1\177\60HHH\60\0\70DDDD" - "(\0\0\60HHH\61\177@\0\70TTTT\30\0\0\0H~I\1\2\0\0\230\244\244\244\244" - "x\4\0A\177\10\4\4x\0\0\0D}@\0\0\0\0`\200\200\200\204}\0\0\1\177\20(D" - "@\0\0\0A\177@\0\0\0\0|\4\4x\4\4x\0|\10\4\4\4x\0\0\70DDDD" - "\70\0\0\204\374\230$$\30\0\0\30$$\230\374\204\0\0D|H\4\4\30\0\0HTTTT" - "$\0\0\4\4\77DD \0\0<@@@ |\0\0\14\20 @ \20\14\0<@@\70@" - "@<\0D(\20(D\0\0\0\234\240\240\240\240|\0\0DdTLD\0\0\0\10\10\66AA" - "\0\0\0\0\0w\0\0\0\0\0\0AA\66\10\10\0\0\2\1\1\2\2\1\0\0pHDBD" - "Hp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplusibmcgathin_f[1796] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\0\6_\6\0\0\0\0\0\7\0\0\7\0\0\0\24\177\24" + "\24\177\24\0\0$*kk*\22\0\0F&\20\10db\0\60JEM\62HH\0\0\0\4\3" + "\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\10*\34\34\34*\10\0\0\10\10>" + "\10\10\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20" + "\10\4\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AI" + "II\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42A" + "AA\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42A" + "QQr\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10" + "\24\42A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42A" + "A\42\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&II" + "II\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@" + "\70@@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AA" + "A\0\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200" + "\200\200\200\200\0\0\0\3\4\0\0\0\0 TTTTx@\0\1\177\60HHH\60\0\70DD" + "DD(\0\0\60HHH\61\177@\0\70TTTT\30\0\0\0H~I\1\2\0\0\230\244\244" + "\244\244x\4\0A\177\10\4\4x\0\0\0D}@\0\0\0\0`\200\200\200\204}\0\0\1\177\20" + "(D@\0\0\0A\177@\0\0\0\0|\4\4x\4\4x\0|\10\4\4\4x\0\0\70DD" + "DD\70\0\0\204\374\230$$\30\0\0\30$$\230\374\204\0\0D|H\4\4\30\0\0HTT" + "TT$\0\0\4\4\77DD \0\0<@@@ |\0\0\14\20 @ \20\14\0<@@" + "\70@@<\0D(\20(D\0\0\0\234\240\240\240\240|\0\0DdTLD\0\0\0\10\10\66" + "AA\0\0\0\0\0w\0\0\0\0\0\0AA\66\10\10\0\0\2\1\1\2\2\1\0\0pHD" + "BDHp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -1118,133 +18853,133 @@ const uint8_t u8x8_font_pxplusibmcgathin_f[1794] U8X8_FONT_SECTION("u8x8_font_px "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0z\0\0\0\0\0\30$$\347$$\0\0h^IAB" - " \0BZ$$$ZB\0\0\25\26|\26\25\0\0\0\0\0w\0\0\0\0@\332\247\245\345Y" - "\3\2\0\1\0\0\0\1\0\0~\201\231\245\245\201~\0\0&)))/(\0\0\10\24\42\10\24" - "\42\0\0\10\10\10\10\10\70\0\0\10\10\10\10\10\10\0~\201\275\225\251\201~\0\1\1\1\1\1\1" - "\1\1\0\6\11\11\6\0\0\0\0DD_DD\0\0\0\22\31\25\22\0\0\0\0\12\21\25\12\0" - "\0\0\0\0\0\2\1\0\0\0\200~\20\20\20\16\20\0\6\11\11\177\1\1\177\1\0\0\0\20\20\0" - "\0\0\0\0\200\200\240@\0\0\0\22\37\20\0\0\0\0\0&)))&\0\0\0\42\24\10\42\24" - "\10\0J/\30(\64*\375 J/\30\210\324\312\251\260\225U*PhT\372@\0\60HE@@" - " \0\1y\24\22\22\24x\0\0x\24\22\22\24y\1\0r)%%)r\0\0y\25\25\25\25" - "y\0\0y\24\22\22\24y\0\0p(++(p\0\0|\12\11\11\177II\0\16\221\221\261\261" - "J\0\0E}TTD\0\0\0D|TUE\0\0\2E}UUE\2\0\0E|TTE" - "\0\0\0\1E|D\0\0\0\0\0D|E\1\0\0\2\1E}E\1\2\0\0\1D|D\1" - "\0\0\0I\177IA\42\34\0\0z\11\21\42Cx\0\1\31$BB$\30\0\0\30$BB$" - "\31\1\22)EEE)\22\0\0\21)EEE)\21\0\31$BB$\31\0\0\42\24\10\24\42" - "\0\0>qYIMG>\0\0=A@@@<\0\0<@@@A=\0\0:AAAA" - ":\0\0=@@@@=\0\0\4HpH\5\1\0\0A\177U\24\24\10\0\0~\1\1IV" - " \0\0 UUTx@\0\0 TTUy@\0\0\42UUUyB\0\0!UUUU" - "y@\0!TTTxA\0\0 TUTx@\0\0 TTx\70TT\0\30$\244\244\344" - "@\0\0\70UUTT\30\0\0\70TTUU\30\0\0:UUUU\32\0\0\71TTTT" - "\31\0\0\0\1E|@\0\0\0\0\0D}A\0\0\2\1E}A\2\0\0\0\0\1D|A" - "\0\0\0\60JJK>\2\0\0z\11\11\12\12q\0\0\60IJHH\60\0\0\60HHJI" - "\60\0\0\60JIIJ\60\0\0\62JJJJ\62\0\0\62HHHH\62\0\0\10\10kk\10" - "\10\0\270DdTLD:\0\0\70AB@@\70\0\0\70@@DB\70\0\0\70BAAB" - "\70\0\0:@@@z@\0\0\30\240\240\240\242z\0\0\201\377\244$$\30\0\0\32\240\240\240\240" - "z"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0z\0\0\0\0\0\30$$\347$$\0\0h^I" + "AB \0BZ$$$ZB\0\0\25\26|\26\25\0\0\0\0\0w\0\0\0\0@\332\247\245" + "\345Y\3\2\0\1\0\0\0\1\0\0~\201\231\245\245\201~\0\0&)))/(\0\0\10\24\42" + "\10\24\42\0\0\10\10\10\10\10\70\0\0\10\10\10\10\10\10\0~\201\275\225\251\201~\0\1\1\1\1" + "\1\1\1\1\0\6\11\11\6\0\0\0\0DD_DD\0\0\0\22\31\25\22\0\0\0\0\12\21\25" + "\12\0\0\0\0\0\0\2\1\0\0\0\200~\20\20\20\16\20\0\6\11\11\177\1\1\177\1\0\0\0\20" + "\20\0\0\0\0\0\200\200\240@\0\0\0\22\37\20\0\0\0\0\0&)))&\0\0\0\42\24\10" + "\42\24\10\0J/\30(\64*\375 J/\30\210\324\312\251\260\225U*PhT\372@\0\60HE" + "@@ \0\1y\24\22\22\24x\0\0x\24\22\22\24y\1\0r)%%)r\0\0y\25\25" + "\25\25y\0\0y\24\22\22\24y\0\0p(++(p\0\0|\12\11\11\177II\0\16\221\221" + "\261\261J\0\0E}TTD\0\0\0D|TUE\0\0\2E}UUE\2\0\0E|T" + "TE\0\0\0\1E|D\0\0\0\0\0D|E\1\0\0\2\1E}E\1\2\0\0\1D|" + "D\1\0\0\0I\177IA\42\34\0\0z\11\21\42Cx\0\1\31$BB$\30\0\0\30$B" + "B$\31\1\22)EEE)\22\0\0\21)EEE)\21\0\31$BB$\31\0\0\42\24\10" + "\24\42\0\0>qYIMG>\0\0=A@@@<\0\0<@@@A=\0\0:AA" + "AA:\0\0=@@@@=\0\0\4HpH\5\1\0\0A\177U\24\24\10\0\0~\1\1" + "IV \0\0 UUTx@\0\0 TTUy@\0\0\42UUUyB\0\0!UU" + "UUy@\0!TTTxA\0\0 TUTx@\0\0 TTx\70TT\0\30$\244" + "\244\344@\0\0\70UUTT\30\0\0\70TTUU\30\0\0:UUUU\32\0\0\71TT" + "TT\31\0\0\0\1E|@\0\0\0\0\0D}A\0\0\2\1E}A\2\0\0\0\0\1D" + "|A\0\0\0\60JJK>\2\0\0z\11\11\12\12q\0\0\60IJHH\60\0\0\60HH" + "JI\60\0\0\60JIIJ\60\0\0\62JJJJ\62\0\0\62HHHH\62\0\0\10\10k" + "k\10\10\0\270DdTLD:\0\0\70AB@@\70\0\0\70@@DB\70\0\0\70BA" + "AB\70\0\0:@@@z@\0\0\30\240\240\240\242z\0\0\201\377\244$$\30\0\0\32\240\240" + "\240\240z"; /* Fontname: -FreeType-PxPlus IBM CGAthin-Medium-R-Normal--8-80-72-72-P-64-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 96/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcgathin_r[771] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_r") = - " \177\0\0\0\0\0\0\0\0\0\0\6_\6\0\0\0\0\0\7\0\0\7\0\0\0\24\177\24\24\177" - "\24\0\0$*kk*\22\0\0F&\20\10db\0\60JEM\62HH\0\0\0\4\3\0\0" - "\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\10*\34\34\34*\10\0\0\10\10>\10\10" - "\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20\10\4" - "\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AIII" - "\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42AAA" - "\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42AQQ" - "r\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10\24\42" - "A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42AA\42" - "\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&IIII" - "\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@\70@" - "@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AAA\0" - "\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200\200\200" - "\200\200\0\0\0\3\4\0\0\0\0 TTTTx@\0\1\177\60HHH\60\0\70DDDD" - "(\0\0\60HHH\61\177@\0\70TTTT\30\0\0\0H~I\1\2\0\0\230\244\244\244\244" - "x\4\0A\177\10\4\4x\0\0\0D}@\0\0\0\0`\200\200\200\204}\0\0\1\177\20(D" - "@\0\0\0A\177@\0\0\0\0|\4\4x\4\4x\0|\10\4\4\4x\0\0\70DDDD" - "\70\0\0\204\374\230$$\30\0\0\30$$\230\374\204\0\0D|H\4\4\30\0\0HTTTT" - "$\0\0\4\4\77DD \0\0<@@@ |\0\0\14\20 @ \20\14\0<@@\70@" - "@<\0D(\20(D\0\0\0\234\240\240\240\240|\0\0DdTLD\0\0\0\10\10\66AA" - "\0\0\0\0\0w\0\0\0\0\0\0AA\66\10\10\0\0\2\1\1\2\2\1\0\0pHDBD" - "Hp"; +const uint8_t u8x8_font_pxplusibmcgathin_r[773] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\6_\6\0\0\0\0\0\7\0\0\7\0\0\0\24\177\24" + "\24\177\24\0\0$*kk*\22\0\0F&\20\10db\0\60JEM\62HH\0\0\0\4\3" + "\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\10*\34\34\34*\10\0\0\10\10>" + "\10\10\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20" + "\10\4\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AI" + "II\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42A" + "AA\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42A" + "QQr\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10" + "\24\42A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42A" + "A\42\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&II" + "II\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@" + "\70@@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AA" + "A\0\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200" + "\200\200\200\200\0\0\0\3\4\0\0\0\0 TTTTx@\0\1\177\60HHH\60\0\70DD" + "DD(\0\0\60HHH\61\177@\0\70TTTT\30\0\0\0H~I\1\2\0\0\230\244\244" + "\244\244x\4\0A\177\10\4\4x\0\0\0D}@\0\0\0\0`\200\200\200\204}\0\0\1\177\20" + "(D@\0\0\0A\177@\0\0\0\0|\4\4x\4\4x\0|\10\4\4\4x\0\0\70DD" + "DD\70\0\0\204\374\230$$\30\0\0\30$$\230\374\204\0\0D|H\4\4\30\0\0HTT" + "TT$\0\0\4\4\77DD \0\0<@@@ |\0\0\14\20 @ \20\14\0<@@" + "\70@@<\0D(\20(D\0\0\0\234\240\240\240\240|\0\0DdTLD\0\0\0\10\10\66" + "AA\0\0\0\0\0w\0\0\0\0\0\0AA\66\10\10\0\0\2\1\1\2\2\1\0\0pHD" + "BDHp"; /* Fontname: -FreeType-PxPlus IBM CGAthin-Medium-R-Normal--8-80-72-72-P-64-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 18/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcgathin_n[218] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplusibmcgathin_n[220] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*\34\34\34*\10\0\0\10\10>\10\10" - "\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20\10\4" - "\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AIII" - "\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0" + "\10\10\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20" + "\10\4\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AI" + "II\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0\10\10" - "\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20\10\4" - "\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AIII" - "\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42AAA" - "\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42AQQ" - "r\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10\24\42" - "A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42AA\42" - "\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&IIII" - "\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@\70@" - "@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AAA\0" - "\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_pxplusibmcgathin_u[517] U8X8_FONT_SECTION("u8x8_font_pxplusibmcgathin_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\6_\6\0\0\0\0\0\7\0\0\7\0\0\0\24\177\24" + "\24\177\24\0\0$*kk*\22\0\0F&\20\10db\0\60JEM\62HH\0\0\0\4\3" + "\0\0\0\0\0\34\42A\0\0\0\0\0\0A\42\34\0\0\0\10*\34\34\34*\10\0\0\10\10>" + "\10\10\0\0\0\0\200`\0\0\0\0\0\10\10\10\10\10\10\0\0\0\0`\0\0\0\0\0@ \20" + "\10\4\2\0\0>aQIE>\0\0DB\177@@\0\0\0bQQIIf\0\0\42AI" + "II\66\0\20\30\24R\177P\20\0\0'EEEE\71\0\0A]UU\36\0\0|\22\21\21\22|\0\0A\177III\66\0\0\34\42A" + "AA\42\0\0A\177AA\42\34\0\0A\177I]Ac\0\0A\177I\35\1\3\0\0\34\42A" + "QQr\0\0\177\10\10\10\10\177\0\0\0A\177A\0\0\0\0\60@@A\77\1\0\0A\177\10" + "\24\42A@\0A\177A@@`\0\0\177\1\2\4\2\1\177\0\177\1\2\4\10\177\0\0\34\42A" + "A\42\34\0\0A\177I\11\11\6\0\0\36!!\61!^@\0A\177I\31)F\0\0&II" + "II\62\0\0\3\1A\177A\1\3\0\77@@@@\77\0\0\17\20 @ \20\17\0\77@@" + "\70@@\77\0A\42\24\10\24\42A\0\1\2DxD\2\1\0CaQIECa\0\177AA" + "A\0\0\0\1\2\4\10\20 @\0\0AAA\177\0\0\0\10\4\2\1\2\4\10\0\200\200\200\200" + "\200\200\200\200"; /* Fontname: -FreeType-PxPlus IBM CGA-Medium-R-Normal--8-80-72-72-P-68-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 192/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcga_f[1794] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_f") = - " \377\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMYs\42" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70p|" - "<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>wAA" - "\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLFLx" - "p\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplusibmcga_f[1796] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24" + "\177\177\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0" + "\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMY" + "s\42\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70" + "p|<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>w" + "AA\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLF" + "Lxp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -1252,133 +18987,133 @@ const uint8_t u8x8_font_pxplusibmcga_f[1794] U8X8_FONT_SECTION("u8x8_font_pxplus "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0{{\0\0\0\30<$\347\347$$\0h~\177ICf" - " \0Z~$$$~Z\0+/\374\374/+\0\0\0\0\0ww\0\0\0@\332\277\245\375Y" - "\3\2\1\1\0\0\0\1\1\0~\201\231\245\245\201~\0\0&/)//(\0\10\34\66\42\10\34" - "\66\42\10\10\10\10\70\70\0\0\0\10\10\10\10\10\10\0~\201\275\225\251\201~\0\1\1\1\1\1\1" - "\1\1\0\6\17\11\17\6\0\0DD__DD\0\0\0\31\35\27\22\0\0\0\0\21\25\37\12\0" - "\0\0\0\0\2\3\1\0\0\0\200\376~ >\36\0\6\17\11\177\177\1\177\177\0\0\0\20\20\0" - "\0\0\0\0\200\240\340@\0\0\0\22\37\37\20\0\0\0\0&/)/&\0\0\42\66\34\10\42\66" - "\34\10Oo\60\30lv\373\371Oo\60\30\314\356\273\221\221\325\177:Xl\366\362\60xME` " - "\0\0y}\26\22\26|x\0x|\26\22\26}y\0r{)){r\0\0y}\25\25}y" - "\0\0y}\26\22\26}y\0px++xp\0\0|~\13\11\177\177I\0\16\237\221\261\373J" - "\0\0E}}TTD\0\0D||UUE\0\0F\177}UWF\0\0E}|TUE" - "\0\0\1E}|D\0\0\0\0D|}E\1\0\0\2KyyK\2\0\0\1E||E\1" - "\0\0I\177\177Ic>\34\0}}\31\61}}\0\0\1\31\177qYM\177>\0=}A@|<\0\0<|@A}=\0\0:{AA{:" - "\0\0=}@@}=\0\0\14\134pq]\15\0\0A\177\177U\24\34\10\0~\177\1\11_v" - " \0!uUT|x@\0 tTU}y@\0\2#uUU}{B!uUU}y" - "@\0!uTT}y@\0 tWW|x@\0 tTT||TT\30<\244\244\344@" - "\0\0\71}UT\134\30\0\0\70|TU]\31\0\0\2;}UU]\33\2\71}TT]\31" - "\0\0\1E}|@\0\0\0\0D}}A\0\0\0\2\3E}}C\2\0\1E||A\1" - "\0\0\60xJK\177>\2\0zz\12\12zp\0\0\62zJHx\60\0\0\60xHJz\62" - "\0\0\62{II{\62\0\0\62zJJz\62\0\0\62zHHz\62\0\0\10\10kk\10\10" - "\0\0\270|dTL|:\0:zB@xx@\0\70x@Bzz@\0:{AA{z" - "@\0:z@@zz@\0\30\270\240\242\372z\0\0\201\377\377\244$<\30\0\232\272\240\240\372z" - "\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0{{\0\0\0\30<$\347\347$$\0h~\177I" + "Cf \0Z~$$$~Z\0+/\374\374/+\0\0\0\0\0ww\0\0\0@\332\277\245" + "\375Y\3\2\1\1\0\0\0\1\1\0~\201\231\245\245\201~\0\0&/)//(\0\10\34\66\42" + "\10\34\66\42\10\10\10\10\70\70\0\0\0\10\10\10\10\10\10\0~\201\275\225\251\201~\0\1\1\1\1" + "\1\1\1\1\0\6\17\11\17\6\0\0DD__DD\0\0\0\31\35\27\22\0\0\0\0\21\25\37" + "\12\0\0\0\0\0\2\3\1\0\0\0\200\376~ >\36\0\6\17\11\177\177\1\177\177\0\0\0\20" + "\20\0\0\0\0\0\200\240\340@\0\0\0\22\37\37\20\0\0\0\0&/)/&\0\0\42\66\34\10" + "\42\66\34\10Oo\60\30lv\373\371Oo\60\30\314\356\273\221\221\325\177:Xl\366\362\60xME" + "` \0\0y}\26\22\26|x\0x|\26\22\26}y\0r{)){r\0\0y}\25\25" + "}y\0\0y}\26\22\26}y\0px++xp\0\0|~\13\11\177\177I\0\16\237\221\261" + "\373J\0\0E}}TTD\0\0D||UUE\0\0F\177}UWF\0\0E}|T" + "UE\0\0\1E}|D\0\0\0\0D|}E\1\0\0\2KyyK\2\0\0\1E||" + "E\1\0\0I\177\177Ic>\34\0}}\31\61}}\0\0\1\31\177qYM\177>\0=}A@|<\0\0<|@A}=\0\0:{AA" + "{:\0\0=}@@}=\0\0\14\134pq]\15\0\0A\177\177U\24\34\10\0~\177\1\11" + "_v \0!uUT|x@\0 tTU}y@\0\2#uUU}{B!uUU" + "}y@\0!uTT}y@\0 tWW|x@\0 tTT||TT\30<\244\244" + "\344@\0\0\71}UT\134\30\0\0\70|TU]\31\0\0\2;}UU]\33\2\71}TT" + "]\31\0\0\1E}|@\0\0\0\0D}}A\0\0\0\2\3E}}C\2\0\1E||" + "A\1\0\0\60xJK\177>\2\0zz\12\12zp\0\0\62zJHx\60\0\0\60xHJ" + "z\62\0\0\62{II{\62\0\0\62zJJz\62\0\0\62zHHz\62\0\0\10\10kk" + "\10\10\0\0\270|dTL|:\0:zB@xx@\0\70x@Bzz@\0:{AA" + "{z@\0:z@@zz@\0\30\270\240\242\372z\0\0\201\377\377\244$<\30\0\232\272\240\240" + "\372z\0"; /* Fontname: -FreeType-PxPlus IBM CGA-Medium-R-Normal--8-80-72-72-P-68-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 96/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcga_r[770] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_r") = - " \177\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMYs\42" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70p|" - "<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>wAA" - "\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLFLx" - "p"; +const uint8_t u8x8_font_pxplusibmcga_r[772] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24" + "\177\177\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0" + "\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMY" + "s\42\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30\177D$\0\0<|@@<|@\0\34<``<\34\0\0<|p\70" + "p|<\0Dl\70\20\70lD\0\234\274\240\240\374|\0\0Ldt\134Ld\0\0\10\10>w" + "AA\0\0\0\0\0ww\0\0\0AAw>\10\10\0\0\2\3\1\3\2\3\1\0pxLF" + "Lxp"; /* Fontname: -FreeType-PxPlus IBM CGA-Medium-R-Normal--8-80-72-72-P-68-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 18/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcga_n[218] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplusibmcga_n[220] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0"; /* Fontname: -FreeType-PxPlus IBM CGA-Medium-R-Normal--8-80-72-72-P-68-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 64/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplusibmcga_u[515] U8X8_FONT_SECTION("u8x8_font_pxplusibmcga_u") = - " _\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\0\7\7\0\7\7\0\0\24\177\177\24\177\177" - "\24\0$.kk:\22\0\0Ff\60\30\14fb\0\60zO]\67zH\0\4\7\3\0\0\0" - "\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>\10\10" - "\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14\6\3" - "\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII\177\66" - "\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy\17\7" - "\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66\0\0" - "\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY\17\6" - "\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQs" - "r\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cAc>" - "\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMYs\42" - "\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30\60\177" - "\177\0Cg<\30cA\0\0\0\0Ac>\34\0\0\0\10*>\34\34>*\10\10\10>>" + "\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0\0`\60\30\14" + "\6\3\1\0>\177qYM\177>\0@B\177\177@@\0\0bsYIOf\0\0\42cII" + "\177\66\0\0\30\34\26S\177\177P\0'gEE}\71\0\0<~KIy\60\0\0\3\3qy" + "\17\7\0\0\66\177II\177\66\0\0\6OIi\77\36\0\0\0\0ff\0\0\0\0\0@v\66" + "\0\0\0\0\10\34\66cA\0\0\0$$$$$$\0\0\0Ac\66\34\10\0\0\2\3QY" + "\17\6\0\0>\177A]]\37\36\0|~\23\23~|\0\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Qsr\0\177\177\10\10\177\177\0\0\0A\177\177A\0\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0\34>cA" + "c>\34\0A\177\177I\11\17\6\0\36\77!q\177^\0\0A\177\177\11\31\177f\0\42gMY" + "s\42\0\0\3A\177\177A\3\0\0\177\177@@\177\177\0\0\37\77``\77\37\0\0\177\177\60\30" + "\60\177\177\0Cg<\30cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cIII\177" - "\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy\15\7" - "\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0" - "\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y]\7" - "\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQ\63" - "r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AAA\177" - ">\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gMYs" - "\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70`\177" - "\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200\0\0\1\3\6\4\0\0 tTTwA" - "A\0\0\0\0\357\357\0\0\0\0AAw>\10\10\0\2\3\1\3\2\3\1\0pxLFLx" - "p\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplustandynewtv_f[1796] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_f") = + " \377\1\1\0\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\3\7\0\0\7\3\0\24\177\177\24" + "\177\177\24\0\0$.kk:\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\4\7" + "\3\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cII" + "I\177\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy" + "\15\7\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346" + "f\0\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y" + "]\7\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Q\63r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AA" + "A\177>\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gM" + "Ys\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70" + "`\177\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200\0\0\1\3\6\4\0\0 tTT" + "wAA\0\0\0\0\357\357\0\0\0\0AAw>\10\10\0\2\3\1\3\2\3\1\0pxLF" + "Lxp\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" @@ -1386,98 +19121,840 @@ const uint8_t u8x8_font_pxplustandynewtv_f[1794] U8X8_FONT_SECTION("u8x8_font_px "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\60}}\60\0\0\30<$\347\347$$\0\0h~\177IC" - "f Z~$$$~Z\0\0+/\374\374/+\0\0\0\0\357\357\0\0\0@\232\277\245\245\375" - "Y\2\2\2\0\0\0\2\2\0~\201\231\245\245\245\201~\0&/)//(\0\10\34\66\42\10\34" - "\66\42\0\10\10\10\10\70\70\0\0\10\10\10\10\10\10\0~\201\275\225\225\251\201~\1\1\1\1\1\1" - "\1\1\0\6\17\11\17\6\0\0\0DD__DD\0\0\21\31\35\27\22\0\0\0\21\25\25\37\12" - "\0\0\0\0\4\6\3\1\0\0\0\200\376~ >\36\6\17\11\177\177\1\177\177\0\0\0\20\20\0" - "\0\0\0\0\200\240\340@\0\0\0\0\22\37\37\20\0\0\0&/)/&\0\0\42\66\34\10\42\66" - "\34\10Bo\77Xl\326\373ABo\77\30\314\356\273\221\225U\77Zh\324\372A\0 p]M@" - "` px,%/zp\0pz/%,xp\0pz-%-zp\0r{-'.{" - "q\0y}\26\22\26}y\0x|\27\23\27|x\0|~\13\11\177\177I\0<~B\302\302f" - "$\0||UWVTD\0||VWUDD\0|~UUUVD\0}}TTTU" - "E\0\0\0E\177~D\0\0\0\0D~\177E\0\0\0\2E}}E\2\0\0\1E||E" - "\1\0I\177\177Ic>\34\0~\177\11\23\42\177}\0\70|EGF|\70\0\70|FGE|" - "\70\0\70~EEE~\70\0:\177EGF\177\71\0=\177BBB\177=\0\42\66\34\10\34\66" - "\42\0\134>sIg>\35\0<}CB@|<\0<|BCA|<\0\70zAAAz" - "\70\0=}@@@}=\0\0\14\134rs]\14\0A\177\177U\24\34\10\0~\177\1\11_v" - " \0 tUW>x@\0 tVW=x@\0 vUU>x@\0\42wUW>{" - "A\0!uTT\2\0\12{q\13\12{q\0\60xIKJx\60\0\60xJKIx" - "\60\0\60zIIIz\60\0\62{IKJ{\61\0\61yHHHy\61\0\0\10\10**\10" - "\10\0\270|dTL|:\0<}CB<|@\0<|BC=|@\0\70zAA:x" - "@\0=}@@=}@\0\234\274\242\243\241\374|\0\201\377\377\244$<\30\0\235\275\240\240\240\375" - "}"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\60}}\60\0\0\30<$\347\347$$\0\0h~\177" + "ICf Z~$$$~Z\0\0+/\374\374/+\0\0\0\0\357\357\0\0\0@\232\277\245" + "\245\375Y\2\2\2\0\0\0\2\2\0~\201\231\245\245\245\201~\0&/)//(\0\10\34\66\42" + "\10\34\66\42\0\10\10\10\10\70\70\0\0\10\10\10\10\10\10\0~\201\275\225\225\251\201~\1\1\1\1" + "\1\1\1\1\0\6\17\11\17\6\0\0\0DD__DD\0\0\21\31\35\27\22\0\0\0\21\25\25" + "\37\12\0\0\0\0\4\6\3\1\0\0\0\200\376~ >\36\6\17\11\177\177\1\177\177\0\0\0\20" + "\20\0\0\0\0\0\200\240\340@\0\0\0\0\22\37\37\20\0\0\0&/)/&\0\0\42\66\34\10" + "\42\66\34\10Bo\77Xl\326\373ABo\77\30\314\356\273\221\225U\77Zh\324\372A\0 p]" + "M@` px,%/zp\0pz/%,xp\0pz-%-zp\0r{-'" + ".{q\0y}\26\22\26}y\0x|\27\23\27|x\0|~\13\11\177\177I\0<~B\302" + "\302f$\0||UWVTD\0||VWUDD\0|~UUUVD\0}}TT" + "TUE\0\0\0E\177~D\0\0\0\0D~\177E\0\0\0\2E}}E\2\0\0\1E|" + "|E\1\0I\177\177Ic>\34\0~\177\11\23\42\177}\0\70|EGF|\70\0\70|FG" + "E|\70\0\70~EEE~\70\0:\177EGF\177\71\0=\177BBB\177=\0\42\66\34\10" + "\34\66\42\0\134>sIg>\35\0<}CB@|<\0<|BCA|<\0\70zAA" + "Az\70\0=}@@@}=\0\0\14\134rs]\14\0A\177\177U\24\34\10\0~\177\1\11" + "_v \0 tUW>x@\0 tVW=x@\0 vUU>x@\0\42wUW" + ">{A\0!uTT\2\0\12{q\13\12{q\0\60xIKJx\60\0\60xJK" + "Ix\60\0\60zIIIz\60\0\62{IKJ{\61\0\61yHHHy\61\0\0\10\10*" + "*\10\10\0\270|dTL|:\0<}CB<|@\0<|BC=|@\0\70zAA" + ":x@\0=}@@=}@\0\234\274\242\243\241\374|\0\201\377\377\244$<\30\0\235\275\240\240" + "\240\375}"; /* Fontname: -FreeType-PxPlus TandyNew TV-Medium-R-Normal--8-80-72-72-P-70-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 96/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplustandynewtv_r[770] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_r") = - " \177\0\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\3\7\0\0\7\3\0\24\177\177\24\177\177" - "\24\0\0$.kk:\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\4\7\3\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cIII\177" - "\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy\15\7" - "\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0" - "\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y]\7" - "\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQ\63" - "r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AAA\177" - ">\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gMYs" - "\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70`\177" - "\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200\0\0\1\3\6\4\0\0 tTTwA" - "A\0\0\0\0\357\357\0\0\0\0AAw>\10\10\0\2\3\1\3\2\3\1\0pxLFLx" - "p"; +const uint8_t u8x8_font_pxplustandynewtv_r[772] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_r") = + " \177\1\1\0\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\3\7\0\0\7\3\0\24\177\177\24" + "\177\177\24\0\0$.kk:\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\4\7" + "\3\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cII" + "I\177\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy" + "\15\7\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346" + "f\0\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y" + "]\7\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Q\63r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AA" + "A\177>\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gM" + "Ys\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70" + "`\177\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200\0\0\1\3\6\4\0\0 tTT" + "wAA\0\0\0\0\357\357\0\0\0\0AAw>\10\10\0\2\3\1\3\2\3\1\0pxLF" + "Lxp"; /* Fontname: -FreeType-PxPlus TandyNew TV-Medium-R-Normal--8-80-72-72-P-70-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 18/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplustandynewtv_n[218] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_n") = - " :\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" +const uint8_t u8x8_font_pxplustandynewtv_n[220] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_n") = + " :\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cIII\177" - "\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy\15\7" - "\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0"; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cII" + "I\177\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy" + "\15\7\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0"; /* Fontname: -FreeType-PxPlus TandyNew TV-Medium-R-Normal--8-80-72-72-P-70-ISO10646-1 Copyright: Outline (vector) version (c) 2015 VileR Glyphs: 64/781 BBX Build Mode: 3 */ -const uint8_t u8x8_font_pxplustandynewtv_u[515] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_u") = - " _\0\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\3\7\0\0\7\3\0\24\177\177\24\177\177" - "\24\0\0$.kk:\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\4\7\3\0" - "\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>>\10" - "\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14\6\3" - "\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cIII\177" - "\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy\15\7" - "\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346f\0" - "\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y]\7" - "\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cAAc" - "\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cAQ\63" - "r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10\34w" - "c\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AAA\177" - ">\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gMYs" - "\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70`\177" - "\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177AA" - "\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200\200\200" - "\200\200"; +const uint8_t u8x8_font_pxplustandynewtv_u[517] U8X8_FONT_SECTION("u8x8_font_pxplustandynewtv_u") = + " _\1\1\0\0\0\0\0\0\0\0\0\0\6__\6\0\0\0\3\7\0\0\7\3\0\24\177\177\24" + "\177\177\24\0\0$.kk:\22\0Ff\60\30\14fb\0\60zO]\67zH\0\0\0\4\7" + "\3\0\0\0\0\0\34>cA\0\0\0\0Ac>\34\0\0\10*>\34\34>*\10\0\10\10>" + ">\10\10\0\0\0\200\340`\0\0\0\0\10\10\10\10\10\10\0\0\0\0``\0\0\0`\60\30\14" + "\6\3\1\0\34>cIc>\34\0\0@B\177\177@@\0BcqYIof\0\42cII" + "I\177\66\0\30\34\26S\177\177P\0/oIIIy\61\0<~KIIx\60\0\3\3qy" + "\15\7\3\0\66\177III\177\66\0\6OIIi\77\36\0\0\0\0ff\0\0\0\0\0\200\346" + "f\0\0\0\0\0\10\34\66cA\0\0$$$$$$\0\0\0Ac\66\34\10\0\2\3\1Y" + "]\7\2\0>\177A]]\37\36\0|~\13\11\13~|\0A\177\177II\177\66\0\34>cA" + "Ac\42\0A\177\177Ac>\34\0A\177\177I]Ac\0A\177\177I\35\1\3\0\34>cA" + "Q\63r\0\177\177\10\10\10\177\177\0\0\0A\177\177A\0\0\60p@A\177\77\1\0A\177\177\10" + "\34wc\0A\177\177A@`p\0\177\177\16\34\16\177\177\0\177\177\6\14\30\177\177\0>\177AA" + "A\177>\0A\177\177I\11\17\6\0>\177AA\341\377\276\0A\177\177\11\31wf\0\0\42gM" + "Ys\42\0\0\3A\177\177A\3\0\77\177@@@\177\77\0\37\77`@`\77\37\0\77\177`\70" + "`\177\77\0cw\34\10\34wc\0\0\7OxxO\7\0GcqYMgs\0\0\0\177\177" + "AA\0\0\1\3\6\14\30\60`\0\0\0AA\177\177\0\0\10\14\6\3\6\14\10\0\200\200\200\200" + "\200\200\200\200"; +/* + Fontname: -FreeType-Px437 Wyse700a-Medium-R-Normal--16-160-72-72-P-131-ISO10646-1 + Copyright: Outline (vector) version (c) 2015 VileR + Glyphs: 151/288 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_px437wyse700a_2x2_f[7172] U8X8_FONT_SECTION("u8x8_font_px437wyse700a_2x2_f") = + " \377\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0p\370\374\374\374\374\370p\0\0\0\0\0\0\0\0\0\0\33\33\33\33\0\0" + "\0\0\0\0\0\0\6\16\36\36\0\0\0\0\36\36\16\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \370\370\370 \370\370\370 \0\0\4\4\37\37\37\4\4\4\4\37\37" + "\37\4\4\0\0\0\60xx\374\317\207\207\217\234\30\30\20\0\0\0\0\4\14\14\34xppy\37\17" + "\17\6\0\0\0\0\60\60\60\60\0\200\300\340\360p\60\20\0\0\0\0\20\30\34\36\17\7\3\1\30\30" + "\30\30\0\0\0\0\20\70\270\374\354\304\354|\70\270\220\200\200\0\0\6\17\17\37\31\21\21\33\17\17\37" + "\37\31\20\0\0\0\0\20\36\36\36\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\360\370\374\34\14\4\0\0\0\0\0\0\0\0\0\3\7\17\37\34\30\20\0" + "\0\0\0\0\0\0\0\0\0\0\0\4\14\34\374\370\360\340\0\0\0\0\0\0\0\0\0\20\30\34\37\17" + "\7\3\0\0\0\200\240\240\340\340\300\300\300\300\340\340\240\240\200\0\0\0\2\2\3\3\1\1\1\1\3\3" + "\2\2\0\0\0\200\200\200\200\200\360\360\360\360\200\200\200\200\200\0\0\0\0\0\0\0\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 <<\34\14\0\0" + "\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\360x\70\30\10\0\0\0\0\10\14\16\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\360\370\370\374\14\204\304l\374\370\370\360\0\0\0\0\7\17\17\37\33\21\20\30\37\17" + "\17\7\0\0\0\0\20\20\30\30\374\374\374\374\0\0\0\0\0\0\0\0\20\20\20\20\37\37\37\37\20\20" + "\20\20\0\0\0\0\10\10\14\14\4\4\204\314\374\370x\60\0\0\0\0\30\34\36\36\27\23\21\21\30\30" + "\30\30\0\0\0\0\10\10\14\14\204\204\204\204\314\374xx\60\0\0\0\10\10\30\30\20\20\20\20\31\37" + "\17\17\6\0\0\0\200\300\340\360x<\374\374\374\374\0\0\0\0\0\0\1\1\1\1\21\21\37\37\37\37" + "\21\21\0\0\0\0||||DDDD\304\304\204\204\4\0\0\0\10\10\30\30\20\20\20\20\30\37" + "\17\17\7\0\0\0\360\370\370\374\214\204\204\204\204\204\0\0\0\0\0\0\7\17\17\37\30\20\20\20\31\37" + "\17\17\6\0\0\0\14\14\14\14\4\204\304\344\374|<\34\0\0\0\0\0\0\0\0\37\37\37\37\0\0" + "\0\0\0\0\0\0\60xx\374\314\204\204\204\314\374xx\60\0\0\0\6\17\17\37\31\20\20\20\31\37" + "\17\17\6\0\0\0\60xx\374\314\204\204\204\214\374\370\370\360\0\0\0\0\0\20\20\20\20\20\20\30\37" + "\17\17\7\0\0\0\0\0\0\0\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\20\34\34\34\14\0\0" + "\0\0\0\0\0\0\200\300\340\360x<\34\14\4\0\0\0\0\0\0\0\0\1\3\7\17\36\34\30\20\0" + "\0\0\0\0\0\0@@@@@@@@@@@@\0\0\0\0\2\2\2\2\2\2\2\2\2\2" + "\2\2\0\0\0\0\0\0\0\4\14\34>" + "\22\22\0\0\0\0\200\200\304\304LLXXPP\300\300\200\200\0\0\17\17\37\37\22\22\22\22\22\22" + "\33\33\13\13\0\0\200\200\300\300PPXXLL\304\304\200\200\0\0\17\17\37\37\22\22\22\22\22\22" + "\33\33\13\13\0\0\200\200\320\320XXLLXX\320\320\200\200\0\0\17\17\37\37\22\22\22\22\22\22" + "\33\33\13\13\0\0\230\230\330\330@@@@XX\330\330\200\200\0\0\17\17\37\37\22\22\22\22\22\22" + "\33\33\13\13\0\0\4\4LL\330\330\320\320\0\0\0\0\0\0\0\0\0\0\20\20\37\37\37\37\20\20" + "\0\0\0\0\0\0\0\0PP\330\330\314\314\4\4\0\0\0\0\0\0\0\0\20\20\37\37\37\37\20\20" + "\0\0\0\0\0\0\20\20XX\314\314\314\314\30\30\20\20\0\0\0\0\0\0\20\20\37\37\37\37\20\20" + "\0\0\0\0\0\0\30\30XX\300\300\300\300\30\30\30\30\0\0\0\0\0\0\20\20\37\37\37\37\20\20" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0PP\330\330\210\210XXP\320\330\330\210\10\0\0\0\0\37\37\37\37\0\0\0\0\37" + "\37\37\37\0\0\0\0\200\204\304\314LXX\320\320\200\200\0\0\0\0\7\17\17\37\30\20\20\20\30\37" + "\17\17\7\0\0\0\0\200\220\320\330XLL\304\304\200\200\0\0\0\0\7\17\17\37\30\20\20\20\30\37" + "\17\17\7\0\0\0\0\220\220\330\330LLX\330\320\220\200\0\0\0\0\7\17\17\37\30\20\20\20\30\37" + "\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\30\230\230\330\300@@@\300\330\230\230\30\0\0\0\7\17\17\37\30\20\20\20\30\37" + "\17\17\7\0\0\200\200\200\200\200\230\230\230\230\200\200\200\200\200\0\0\0\0\0\0\0\14\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\304\304\14\14\30\30\320\320\300\300\0\0\0\0\17\17\37\37\20\20\20\20\17\17" + "\37\37\20\20\0\0\300\300\320\320\30\30\14\14\304\304\300\300\0\0\0\0\17\17\37\37\20\20\20\20\17\17" + "\37\37\20\20\0\0\320\320\330\330\14\14\14\14\330\330\320\320\0\0\0\0\17\17\37\37\20\20\20\20\17\17" + "\37\37\20\20\0\0\330\330\330\330\0\0\0\0\330\330\330\330\0\0\0\0\17\17\37\37\20\20\20\20\17\17" + "\37\37\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\330\330\330\330\0\0\0\0\0\330\330\330\330\0\0\0\3\7GOLHHHh\177" + "\77\77\37"; +/* + Fontname: -FreeType-Px437 Wyse700a-Medium-R-Normal--16-160-72-72-P-131-ISO10646-1 + Copyright: Outline (vector) version (c) 2015 VileR + Glyphs: 96/288 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_px437wyse700a_2x2_r[3077] U8X8_FONT_SECTION("u8x8_font_px437wyse700a_2x2_r") = + " \177\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0p\370\374\374\374\374\370p\0\0\0\0\0\0\0\0\0\0\33\33\33\33\0\0" + "\0\0\0\0\0\0\6\16\36\36\0\0\0\0\36\36\16\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \370\370\370 \370\370\370 \0\0\4\4\37\37\37\4\4\4\4\37\37" + "\37\4\4\0\0\0\60xx\374\317\207\207\217\234\30\30\20\0\0\0\0\4\14\14\34xppy\37\17" + "\17\6\0\0\0\0\60\60\60\60\0\200\300\340\360p\60\20\0\0\0\0\20\30\34\36\17\7\3\1\30\30" + "\30\30\0\0\0\0\20\70\270\374\354\304\354|\70\270\220\200\200\0\0\6\17\17\37\31\21\21\33\17\17\37" + "\37\31\20\0\0\0\0\20\36\36\36\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\360\370\374\34\14\4\0\0\0\0\0\0\0\0\0\3\7\17\37\34\30\20\0" + "\0\0\0\0\0\0\0\0\0\0\0\4\14\34\374\370\360\340\0\0\0\0\0\0\0\0\0\20\30\34\37\17" + "\7\3\0\0\0\200\240\240\340\340\300\300\300\300\340\340\240\240\200\0\0\0\2\2\3\3\1\1\1\1\3\3" + "\2\2\0\0\0\200\200\200\200\200\360\360\360\360\200\200\200\200\200\0\0\0\0\0\0\0\7\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 <<\34\14\0\0" + "\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\200\300\340\360x\70\30\10\0\0\0\0\10\14\16\17\7\3\1\0\0\0" + "\0\0\0\0\0\0\360\370\370\374\14\204\304l\374\370\370\360\0\0\0\0\7\17\17\37\33\21\20\30\37\17" + "\17\7\0\0\0\0\20\20\30\30\374\374\374\374\0\0\0\0\0\0\0\0\20\20\20\20\37\37\37\37\20\20" + "\20\20\0\0\0\0\10\10\14\14\4\4\204\314\374\370x\60\0\0\0\0\30\34\36\36\27\23\21\21\30\30" + "\30\30\0\0\0\0\10\10\14\14\204\204\204\204\314\374xx\60\0\0\0\10\10\30\30\20\20\20\20\31\37" + "\17\17\6\0\0\0\200\300\340\360x<\374\374\374\374\0\0\0\0\0\0\1\1\1\1\21\21\37\37\37\37" + "\21\21\0\0\0\0||||DDDD\304\304\204\204\4\0\0\0\10\10\30\30\20\20\20\20\30\37" + "\17\17\7\0\0\0\360\370\370\374\214\204\204\204\204\204\0\0\0\0\0\0\7\17\17\37\30\20\20\20\31\37" + "\17\17\6\0\0\0\14\14\14\14\4\204\304\344\374|<\34\0\0\0\0\0\0\0\0\37\37\37\37\0\0" + "\0\0\0\0\0\0\60xx\374\314\204\204\204\314\374xx\60\0\0\0\6\17\17\37\31\20\20\20\31\37" + "\17\17\6\0\0\0\60xx\374\314\204\204\204\214\374\370\370\360\0\0\0\0\0\20\20\20\20\20\20\30\37" + "\17\17\7\0\0\0\0\0\0\0\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60\60\60\0\0\0\0\0\0\0\0\0\0\0\20\34\34\34\14\0\0" + "\0\0\0\0\0\0\200\300\340\360x<\34\14\4\0\0\0\0\0\0\0\0\1\3\7\17\36\34\30\20\0" + "\0\0\0\0\0\0@@@@@@@@@@@@\0\0\0\0\2\2\2\2\2\2\2\2\2\2" + "\2\2\0\0\0\0\0\0\0\4\14\34\77\77\77\1\0" + "\0\0\0\0\0\0`\360\360\370\230\10\10\10\230\370\360\360`\0\0\0\14\36\36\77\63!!!\63\77" + "\36\36\14\0\0\0`\360\360\370\230\10\10\10\30\370\360\360\340\0\0\0\0\0 !!!!!\61\77" + "\37\37\17\0\0\0\0\0\0\0````\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0"; +/* + Fontname: -FreeType-Px437 Wyse700b-Medium-R-Normal--16-160-72-72-P-124-ISO10646-1 + Copyright: Outline (vector) version (c) 2015 VileR + Glyphs: 151/288 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_px437wyse700b_2x2_f[7172] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_f") = + " \377\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\33\33\33\0\0" + "\0\0\0\0\0\0\0\36\36\36\0\0\0\0\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \370\370\370 \370\370\370 \0\0\4\4\37\37\37\4\4\4\4\37\37" + "\37\4\4\0\0\60xx\314\204\204\376\376\204\204\214\30\30\20\0\0\4\14\14\30\20\20\77\77\20\20\31" + "\17\17\6\0\0\0\0\60\60\60\60\0\200\300\340p\60\20\0\0\0\0\0\20\30\34\16\7\3\1\30\30" + "\30\30\0\0\0\0\20\70\270\354\304\304\304\354\70\70\220\200\200\0\0\6\17\17\31\20\20\20\31\37\17\17" + "\37\31\20\0\0\0\0\0\0\20\30\34\16\6\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\370\34\14\4\0\0\0\0\0\0\0\0\0\0\3\7\17\34\30\20\0" + "\0\0\0\0\0\0\0\0\0\4\14\34\370\360\340\0\0\0\0\0\0\0\0\0\0\20\30\34\17\7\3\0" + "\0\0\0\0\0\0\200\200\240\240\340\300\300\300\340\240\240\200\200\0\0\0\0\0\2\2\3\1\1\1\3\2" + "\2\0\0\0\0\0\200\200\200\200\200\360\360\360\200\200\200\200\200\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@xx\70\30\0\0" + "\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340p\70\30\10\0\0\0\0\0\10\14\16\7\3\1\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\204\304d<\370\370\360\0\0\0\0\7\17\17\36\23\21\20\20\30\17" + "\17\7\0\0\0\0\0\0\20\20\30\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\10\10\14\4\4\4\4\204\204\314xx\60\0\0\0\30\34\34\26\22\23\21\21\20\20" + "\20\20\20\0\0\0\10\10\14\4\4\204\204\204\204\314xx\60\0\0\0\10\10\30\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\200\300\340p\70\34\14\374\374\374\0\0\0\0\0\0\1\1\1\1\1\1\1\37\37\37" + "\1\1\0\0\0\0|||DDDDDD\304\204\204\4\0\0\0\10\10\30\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\360\370\370\214\204\204\204\204\204\204\0\0\0\0\0\0\7\17\17\30\20\20\20\20\20\31" + "\17\17\6\0\0\0\4\4\4\4\4\204\304\344|<\34\0\0\0\0\0\0\0\0\0\37\37\37\0\0\0" + "\0\0\0\0\0\0\60xx\314\204\204\204\204\204\314xx\60\0\0\0\6\17\17\31\20\20\20\20\20\31" + "\17\17\6\0\0\0\60xx\314\204\204\204\204\204\214\370\370\360\0\0\0\0\0\20\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\20\34\34\14\0\0\0" + "\0\0\0\0\0\0\0\200\300\340p\70\34\14\4\0\0\0\0\0\0\0\0\0\1\3\7\16\34\30\20\0" + "\0\0\0\0\0\0@@@@@@@@@@@@\0\0\0\0\2\2\2\2\2\2\2\2\2\2" + "\2\2\0\0\0\0\0\0\0\4\14\34\70p\340\300\200\0\0\0\0\0\0\0\0\20\30\34\16\7\3\1" + "\0\0\0\0\0\0\20\30\30\14\4\4\204\304\354x\70\20\0\0\0\0\0\0\0\0\0\33\33\33\0\0" + "\0\0\0\0\0\360\370\370\14\4\304\344\344$$,\370\370\360\0\0\7\17\17\30\20\21\23\23\22\22\22" + "\23\23\1\0\0\0\300\340\360\70\34\14\14\34\70\360\340\300\0\0\0\0\37\37\37\1\1\1\1\1\1\37" + "\37\37\0\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\360\370\370\14\4\4\4\4\4\14\30\30\20\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\14\14\4\0\0\0\374\374\374\4\4\4\4\4\4\14\370\370\360\0\0\0\37\37\37\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\204\204\204\204\204\204\4\4\4\0\0\0\0\37\37\37\20\20\20\20\20\20\20" + "\20\20\0\0\0\0\374\374\374\204\204\204\204\204\204\4\4\4\0\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\4\4\4\4\14\30\30\20\0\0\0\7\17\17\30\20\20\20\20\21\31" + "\17\17\7\0\0\0\374\374\374\200\200\200\200\200\200\200\374\374\374\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\37\37\37\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\4\14\14\30\20\20\20\30\17" + "\17\7\0\0\0\0\0\374\374\374\300\340\360\70\34\14\4\0\0\0\0\0\0\37\37\37\0\1\3\7\16\34" + "\30\20\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\20\20\20\20\20\20\20" + "\20\20\0\0\0\374\374\374\34\70p\340\340p\70\34\374\374\374\0\0\37\37\37\0\0\0\0\0\0\0\0" + "\37\37\37\0\0\0\374\374\374\70p\340\300\200\0\0\374\374\374\0\0\0\37\37\37\0\0\0\1\3\7\16" + "\37\37\37\0\0\0\360\370\370\14\4\4\4\4\4\14\370\370\360\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\4\4\4\4\14\370\370\360\0\0\0\7\17\17\30\20\20\24\34\34\70" + "\77/\7\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\0\0\0\1\3\7\16" + "\34\30\20\0\0\60xx\314\204\204\204\204\204\204\214\30\30\20\0\0\4\14\14\30\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\4\4\4\4\4\374\374\374\4\4\4\4\4\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\374\374\374\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\0\0\0\0\0\0\374\374\374\0\0\0\0\1\3\7\16\34\30\30\34\16\7" + "\3\1\0\0\0\374\374\374\0\0\0\0\0\0\0\0\374\374\374\0\0\7\17\37\30\34\16\7\7\16\34\30" + "\37\17\7\0\0\0\14\34\34\16\7\3" + "\1\0\0\0\0\0@@@@@@@@@\300\300\300@\0\0\0\20\30\30\34\24\26\22\23\21\21" + "\20\20\20\0\0\0\0\200\200\200\360x|\14\4\4\4\0\0\0\0\0\0\0\0\0\7\17\37\30\20\20" + "\20\0\0\0\0\0\0\0\0\0\0|||\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\4\4\4\14|x\360\200\200\200\0\0\0\0\0\0\20\20\20\30\37\17\7\0\0" + "\0\0\0\0\0\0\10\10\10\14\4\4\14\10\10\14\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\300@` \60\20\60 `@\300\200\200\0\3\3\3\2\2\2\2\2\2\2\2" + "\2\3\3\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\354\354\354\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\340\340\360\20\20\34\34\34\20\20\60 \0\0\0\3\3\7\4\4\34\34\34\4\6" + "\6\2\2\0\0\0\0@@\370\370\374DD\4\14\10\10\0\0\0\0\30\30\30\37\37\37\20\20\20\20" + "\30\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\204\214\234\270\360\340\300\340\360\270\234\214\204\0\0\0\2\2\2\2\2\37\37\37\2\2" + "\2\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\304\304\356*:\22\22\22\62\42\346\304\304\0\0\0\10\10\31\21\23\22\22\22\27\25" + "\35\10\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\230\230\274\244\244\244\244\274\274\274\240\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\200\300@` \240\200\300@` \0\0\0\0\0\1\1\3\2\2\0\1\1" + "\3\2\2\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\7\7\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\14\14\36\22\22\22\22\36\14\14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0@@@@@\370\370\370@@@@@\0\0\0\10\10\10\10\10\13\13\13\10\10" + "\10\10\10\0\204\304\306\342\242\262\222\236\214\214\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\340\340\340\0\0\0\0\0\340\340\340\0\0\0 \77\37\37\4\4\4\4\6" + "\3\3\1\0\0xx\374\204\204\204\374\374\374\4\4\374\374\374\4\0\0\0\0\0\0\0\37\37\37\0\0" + "\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\1\1\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\230\230\274\244\244\244\244\274\230\230\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0 `@\300\200\240 `@\300\200\200\0\0\0\2\2\3\1\1\0\2\2\3\1" + "\1\0\0\0\0\10|||\0\0\200\200\300@` \0\0\0\4\4\6\2\3\1\31\30\34\24>" + ">>\20\0\0\10|||\0\0\200\200\300@` \0\0\0\4\4\6\2\3\1\1 \62\62:" + "..$\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\354\354\354\0\0\0\0\0\0\0\0\0\4\16\16\33\21\21\20\20\30\14" + "\14\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\206\306\346p\60\60p\346\306\206\0\0\0\0\0\37\37\37\2\2\2\2\2\2\37" + "\37\37\0\0\0\0\0\200\302\342w\65\65w\342\302\200\0\0\0\0\0\37\37\37\2\2\2\2\2\2\37" + "\37\37\0\0\0\300\340\360\270\234\214\204\374\374\374\204\204\204\204\4\0\37\37\37\0\0\0\0\37\37\37\20" + "\20\20\20\20\0\0\360\370\370\14\4\4\4\4\4\4\14\30\30\0\0\0\3\7GLHHHHXx" + "|&\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\360\360\24\24\26\22\23\21\21\20\20\0\0\0\0\37\37\37\21\21\21\21\21\21\20" + "\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\364\364\364v\342\302\206\4\4\6\362\362\362\0\0\0\37\37\37\0\0\1\3\7\16\34" + "\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\346\346\66\20\20\20\20\20\66\346\346\300\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\366\366\6\0\0\0\0\0\6\366\366\360\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\340\340\360\220\220\220\220\220\220\220\360``\0\0\0\37\77\77\4\4\4\4\4\4\4" + "\7\3\3\0\0\0\0\0@DDLHXPP\300\200\200\0\0\0\16\16\37\21\21\21\21\21\21\21" + "\37\37\37\0\0\0\0\0@PPXHLDD\300\200\200\0\0\0\16\16\37\21\21\21\21\21\21\21" + "\37\37\37\0\0\0\0\20PXHLDLHX\320\220\200\0\0\0\16\16\37\21\21\21\21\21\21\21" + "\37\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\30XX@@@@@X\330\230\200\0\0\0\16\16\37\21\21\21\21\21\21\21" + "\37\37\37\0\0\0\0\0HH\134TTT\134H\310\200\200\0\0\0\16\16\37\21\21\21\21\21\21\21" + "\37\37\37\0\0\0@@@@\300\200\200\300@@@\300\300\200\14\36\36\22\22\22\37\37\37\37\22\22" + "\22\23\23\21\0\0\200\200\300@@@@@@\300\200\200\0\0\0\0\7\7OHHHHXx|" + "$\4\0\0\0\0\200\200\300DDLHXPP\300\200\200\0\0\0\17\17\37\22\22\22\22\22\22\22" + "\23\23\3\0\0\0\200\200\300@PPXHLD\304\200\200\0\0\0\17\17\37\22\22\22\22\22\22\22" + "\23\23\3\0\0\0\200\220\320XHLDLHX\320\220\200\0\0\0\17\17\37\22\22\22\22\22\22\22" + "\23\23\3\0\0\0\200\230\330X@@@@@X\330\230\200\0\0\0\17\17\37\22\22\22\22\22\22\22" + "\23\23\3\0\0\0\0\0\4\4\14\310\330\320\20\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\20\20\330\310\314\4\4\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\20\20\30\10\314\304\314\10\30\20\20\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\30\30\30\0\300\300\300\0\30\30\30\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\320\320\320XHHXP\320\230\210\10\0\0\0\0\37\37\37\0\0\0\0\0\0\37" + "\37\37\0\0\0\0\0\200\200\304DLHXP\320\200\200\0\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\200\200\320PXHLD\304\200\200\0\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\220\220\330HLDLH\330\220\220\0\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\230\230\330@@@@@\330\230\230\0\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\200\200\200\200\200\230\230\230\200\200\200\200\200\0\0\0\0\0\0\0\0\14\14\14\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\300\300\304\4\14\10\30\20\20\300\300\300\0\0\0\0\17\17\37\20\20\20\20\20\20\37" + "\37\37\0\0\0\0\300\300\300\20\20\30\10\14\4\304\300\300\0\0\0\0\17\17\37\20\20\20\20\20\20\37" + "\37\37\0\0\0\0\320\320\330\10\14\4\4\14\10\330\320\320\0\0\0\0\17\17\37\20\20\20\20\20\20\37" + "\37\37\0\0\0\0\300\330\330\30\0\0\0\0\30\330\330\300\0\0\0\0\17\17\37\20\20\20\20\20\20\37" + "\37\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0@\330\330\230\0\0\0\0\0\230\330\330@\0\0\0\0\0Acw>\34\16\7\3" + "\1\0\0"; +/* + Fontname: -FreeType-Px437 Wyse700b-Medium-R-Normal--16-160-72-72-P-124-ISO10646-1 + Copyright: Outline (vector) version (c) 2015 VileR + Glyphs: 96/288 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_px437wyse700b_2x2_r[3077] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_r") = + " \177\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\33\33\33\0\0" + "\0\0\0\0\0\0\0\36\36\36\0\0\0\0\36\36\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0 \370\370\370 \370\370\370 \0\0\4\4\37\37\37\4\4\4\4\37\37" + "\37\4\4\0\0\60xx\314\204\204\376\376\204\204\214\30\30\20\0\0\4\14\14\30\20\20\77\77\20\20\31" + "\17\17\6\0\0\0\0\60\60\60\60\0\200\300\340p\60\20\0\0\0\0\0\20\30\34\16\7\3\1\30\30" + "\30\30\0\0\0\0\20\70\270\354\304\304\304\354\70\70\220\200\200\0\0\6\17\17\31\20\20\20\31\37\17\17" + "\37\31\20\0\0\0\0\0\0\20\30\34\16\6\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\340\360\370\34\14\4\0\0\0\0\0\0\0\0\0\0\3\7\17\34\30\20\0" + "\0\0\0\0\0\0\0\0\0\4\14\34\370\360\340\0\0\0\0\0\0\0\0\0\0\20\30\34\17\7\3\0" + "\0\0\0\0\0\0\200\200\240\240\340\300\300\300\340\240\240\200\200\0\0\0\0\0\2\2\3\1\1\1\3\2" + "\2\0\0\0\0\0\200\200\200\200\200\360\360\360\200\200\200\200\200\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@xx\70\30\0\0" + "\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340p\70\30\10\0\0\0\0\0\10\14\16\7\3\1\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\204\304d<\370\370\360\0\0\0\0\7\17\17\36\23\21\20\20\30\17" + "\17\7\0\0\0\0\0\0\20\20\30\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\10\10\14\4\4\4\4\204\204\314xx\60\0\0\0\30\34\34\26\22\23\21\21\20\20" + "\20\20\20\0\0\0\10\10\14\4\4\204\204\204\204\314xx\60\0\0\0\10\10\30\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\200\300\340p\70\34\14\374\374\374\0\0\0\0\0\0\1\1\1\1\1\1\1\37\37\37" + "\1\1\0\0\0\0|||DDDDDD\304\204\204\4\0\0\0\10\10\30\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\360\370\370\214\204\204\204\204\204\204\0\0\0\0\0\0\7\17\17\30\20\20\20\20\20\31" + "\17\17\6\0\0\0\4\4\4\4\4\204\304\344|<\34\0\0\0\0\0\0\0\0\0\37\37\37\0\0\0" + "\0\0\0\0\0\0\60xx\314\204\204\204\204\204\314xx\60\0\0\0\6\17\17\31\20\20\20\20\20\31" + "\17\17\6\0\0\0\60xx\314\204\204\204\204\204\214\370\370\360\0\0\0\0\0\20\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\20\34\34\14\0\0\0" + "\0\0\0\0\0\0\0\200\300\340p\70\34\14\4\0\0\0\0\0\0\0\0\0\1\3\7\16\34\30\20\0" + "\0\0\0\0\0\0@@@@@@@@@@@@\0\0\0\0\2\2\2\2\2\2\2\2\2\2" + "\2\2\0\0\0\0\0\0\0\4\14\34\70p\340\300\200\0\0\0\0\0\0\0\0\20\30\34\16\7\3\1" + "\0\0\0\0\0\0\20\30\30\14\4\4\204\304\354x\70\20\0\0\0\0\0\0\0\0\0\33\33\33\0\0" + "\0\0\0\0\0\360\370\370\14\4\304\344\344$$,\370\370\360\0\0\7\17\17\30\20\21\23\23\22\22\22" + "\23\23\1\0\0\0\300\340\360\70\34\14\14\34\70\360\340\300\0\0\0\0\37\37\37\1\1\1\1\1\1\37" + "\37\37\0\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\360\370\370\14\4\4\4\4\4\14\30\30\20\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\14\14\4\0\0\0\374\374\374\4\4\4\4\4\4\14\370\370\360\0\0\0\37\37\37\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\204\204\204\204\204\204\4\4\4\0\0\0\0\37\37\37\20\20\20\20\20\20\20" + "\20\20\0\0\0\0\374\374\374\204\204\204\204\204\204\4\4\4\0\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\4\4\4\4\14\30\30\20\0\0\0\7\17\17\30\20\20\20\20\21\31" + "\17\17\7\0\0\0\374\374\374\200\200\200\200\200\200\200\374\374\374\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\37\37\37\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\374\374\374\0\0\0\0\0\4\14\14\30\20\20\20\30\17" + "\17\7\0\0\0\0\0\374\374\374\300\340\360\70\34\14\4\0\0\0\0\0\0\37\37\37\0\1\3\7\16\34" + "\30\20\0\0\0\0\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\20\20\20\20\20\20\20" + "\20\20\0\0\0\374\374\374\34\70p\340\340p\70\34\374\374\374\0\0\37\37\37\0\0\0\0\0\0\0\0" + "\37\37\37\0\0\0\374\374\374\70p\340\300\200\0\0\374\374\374\0\0\0\37\37\37\0\0\0\1\3\7\16" + "\37\37\37\0\0\0\360\370\370\14\4\4\4\4\4\14\370\370\360\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\4\4\4\4\14\370\370\360\0\0\0\7\17\17\30\20\20\24\34\34\70" + "\77/\7\0\0\0\374\374\374\204\204\204\204\204\204\314xx\60\0\0\0\37\37\37\0\0\0\1\3\7\16" + "\34\30\20\0\0\60xx\314\204\204\204\204\204\204\214\30\30\20\0\0\4\14\14\30\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\4\4\4\4\4\374\374\374\4\4\4\4\4\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\374\374\374\0\0\0\0\0\0\0\374\374\374\0\0\0\7\17\17\30\20\20\20\20\20\30" + "\17\17\7\0\0\0\374\374\374\0\0\0\0\0\0\374\374\374\0\0\0\0\1\3\7\16\34\30\30\34\16\7" + "\3\1\0\0\0\374\374\374\0\0\0\0\0\0\0\0\374\374\374\0\0\7\17\37\30\34\16\7\7\16\34\30" + "\37\17\7\0\0\0\14\34\34\16\7\3" + "\1\0\0\0\0\0@@@@@@@@@\300\300\300@\0\0\0\20\30\30\34\24\26\22\23\21\21" + "\20\20\20\0\0\0\0\200\200\200\360x|\14\4\4\4\0\0\0\0\0\0\0\0\0\7\17\37\30\20\20" + "\20\0\0\0\0\0\0\0\0\0\0|||\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\0\4\4\4\14|x\360\200\200\200\0\0\0\0\0\0\20\20\20\30\37\17\7\0\0" + "\0\0\0\0\0\0\10\10\10\14\4\4\14\10\10\14\4\4\4\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\200\200\300@` \60\20\60 `@\300\200\200\0\3\3\3\2\2\2\2\2\2\2\2" + "\2\3\3\3"; +/* + Fontname: -FreeType-Px437 Wyse700b-Medium-R-Normal--16-160-72-72-P-124-ISO10646-1 + Copyright: Outline (vector) version (c) 2015 VileR + Glyphs: 18/288 + BBX Build Mode: 3 +*/ +const uint8_t u8x8_font_px437wyse700b_2x2_n[868] U8X8_FONT_SECTION("u8x8_font_px437wyse700b_2x2_n") = + " :\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\200\200\240\240\340\300\300\300\340\240\240\200\200\0\0\0\0\0\2\2\3\1\1\1\3\2" + "\2\0\0\0\0\0\200\200\200\200\200\360\360\360\200\200\200\200\200\0\0\0\0\0\0\0\0\7\7\7\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@xx\70\30\0\0" + "\0\0\0\0\0\0\200\200\200\200\200\200\200\200\200\200\200\200\200\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\30\30\30\0\0" + "\0\0\0\0\0\0\0\0\0\0\0\200\300\340p\70\30\10\0\0\0\0\0\10\14\16\7\3\1\0\0\0" + "\0\0\0\0\0\0\360\370\370\14\4\204\304d<\370\370\360\0\0\0\0\7\17\17\36\23\21\20\20\30\17" + "\17\7\0\0\0\0\0\0\20\20\30\374\374\374\0\0\0\0\0\0\0\0\0\0\0\0\0\37\37\37\0\0" + "\0\0\0\0\0\0\10\10\14\4\4\4\4\204\204\314xx\60\0\0\0\30\34\34\26\22\23\21\21\20\20" + "\20\20\20\0\0\0\10\10\14\4\4\204\204\204\204\314xx\60\0\0\0\10\10\30\20\20\20\20\20\20\31" + "\17\17\6\0\0\0\200\300\340p\70\34\14\374\374\374\0\0\0\0\0\0\1\1\1\1\1\1\1\37\37\37" + "\1\1\0\0\0\0|||DDDDDD\304\204\204\4\0\0\0\10\10\30\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\360\370\370\214\204\204\204\204\204\204\0\0\0\0\0\0\7\17\17\30\20\20\20\20\20\31" + "\17\17\6\0\0\0\4\4\4\4\4\204\304\344|<\34\0\0\0\0\0\0\0\0\0\37\37\37\0\0\0" + "\0\0\0\0\0\0\60xx\314\204\204\204\204\204\314xx\60\0\0\0\6\17\17\31\20\20\20\20\20\31" + "\17\17\6\0\0\0\60xx\314\204\204\204\204\204\214\370\370\360\0\0\0\0\0\20\20\20\20\20\20\20\30" + "\17\17\7\0\0\0\0\0\0\0\60\60\60\0\0\0\0\0\0\0\0\0\0\0\0\0\14\14\14\0\0\0" + "\0\0\0"; diff --git a/src/clib/u8x8_setup.c b/src/clib/u8x8_setup.c index f5b0d1b5..d931f119 100644 --- a/src/clib/u8x8_setup.c +++ b/src/clib/u8x8_setup.c @@ -102,6 +102,7 @@ void u8x8_SetupDefaults(u8x8_t *u8x8) u8x8->is_font_inverse_mode = 0; u8x8->device_address = 0; u8x8->utf8_state = 0; /* also reset by u8x8_utf8_init */ + u8x8->bus_clock = 0; /* issue 769 */ u8x8->i2c_address = 255; u8x8->debounce_default_pin_state = 255; /* assume all low active buttons */