PokittoLib with changes to lcd refresh etc.
Fork of Pokitto by
This is a fork by user @Spinal, and is used in Pokittris for testing. Do not import this to your own program.
POKITTO_CORE/FONTS/TIC806x6.cpp@0:e8b8f36b4505, 2017-09-18 (annotated)
- Committer:
- Pokitto
- Date:
- Mon Sep 18 11:47:51 2017 +0000
- Revision:
- 0:e8b8f36b4505
Initial;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Pokitto | 0:e8b8f36b4505 | 1 | |
Pokitto | 0:e8b8f36b4505 | 2 | //WARNING: This Font Require X-GLCD Lib. |
Pokitto | 0:e8b8f36b4505 | 3 | // You can not use it with MikroE GLCD Lib. |
Pokitto | 0:e8b8f36b4505 | 4 | |
Pokitto | 0:e8b8f36b4505 | 5 | //Font Generated by MikroElektronika GLCD Font Creator 1.2.0.0 |
Pokitto | 0:e8b8f36b4505 | 6 | //MikroElektronika 2011 |
Pokitto | 0:e8b8f36b4505 | 7 | //http://www.mikroe.com |
Pokitto | 0:e8b8f36b4505 | 8 | |
Pokitto | 0:e8b8f36b4505 | 9 | |
Pokitto | 0:e8b8f36b4505 | 10 | //RECREATED BY @ROGB_UK |
Pokitto | 0:e8b8f36b4505 | 11 | //Original font by nesbox, under a creative commons license |
Pokitto | 0:e8b8f36b4505 | 12 | //https://fontstruct.com/fontstructions/show/1334143/tic-computer-6x6-font |
Pokitto | 0:e8b8f36b4505 | 13 | |
Pokitto | 0:e8b8f36b4505 | 14 | |
Pokitto | 0:e8b8f36b4505 | 15 | #include "PokittoFonts.h" |
Pokitto | 0:e8b8f36b4505 | 16 | |
Pokitto | 0:e8b8f36b4505 | 17 | const unsigned char fontTIC806x6[] = { |
Pokitto | 0:e8b8f36b4505 | 18 | 6,6,32,0, |
Pokitto | 0:e8b8f36b4505 | 19 | 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char |
Pokitto | 0:e8b8f36b4505 | 20 | 0x03, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, // Code for char ! |
Pokitto | 0:e8b8f36b4505 | 21 | 0x04, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, // Code for char " |
Pokitto | 0:e8b8f36b4505 | 22 | 0x05, 0x0A, 0x1F, 0x0A, 0x1F, 0x0A, 0x00, // Code for char # |
Pokitto | 0:e8b8f36b4505 | 23 | 0x05, 0x12, 0x15, 0x1F, 0x15, 0x09, 0x00, // Code for char $ |
Pokitto | 0:e8b8f36b4505 | 24 | 0x05, 0x11, 0x08, 0x04, 0x02, 0x11, 0x00, // Code for char % |
Pokitto | 0:e8b8f36b4505 | 25 | 0x05, 0x0A, 0x15, 0x16, 0x08, 0x14, 0x00, // Code for char & |
Pokitto | 0:e8b8f36b4505 | 26 | 0x03, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, // Code for char ' |
Pokitto | 0:e8b8f36b4505 | 27 | 0x04, 0x00, 0x00, 0x0E, 0x11, 0x00, 0x00, // Code for char ( |
Pokitto | 0:e8b8f36b4505 | 28 | 0x03, 0x00, 0x11, 0x0E, 0x00, 0x00, 0x00, // Code for char ) |
Pokitto | 0:e8b8f36b4505 | 29 | 0x04, 0x00, 0x0A, 0x04, 0x0A, 0x00, 0x00, // Code for char * |
Pokitto | 0:e8b8f36b4505 | 30 | 0x04, 0x00, 0x04, 0x0E, 0x04, 0x00, 0x00, // Code for char + |
Pokitto | 0:e8b8f36b4505 | 31 | 0x03, 0x00, 0x10, 0x08, 0x00, 0x00, 0x00, // Code for char , |
Pokitto | 0:e8b8f36b4505 | 32 | 0x04, 0x00, 0x04, 0x04, 0x04, 0x00, 0x00, // Code for char - |
Pokitto | 0:e8b8f36b4505 | 33 | 0x03, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, // Code for char . |
Pokitto | 0:e8b8f36b4505 | 34 | 0x05, 0x10, 0x08, 0x04, 0x02, 0x01, 0x00, // Code for char / |
Pokitto | 0:e8b8f36b4505 | 35 | 0x05, 0x0E, 0x19, 0x15, 0x13, 0x0E, 0x00, // Code for char 0 |
Pokitto | 0:e8b8f36b4505 | 36 | 0x04, 0x00, 0x12, 0x1F, 0x10, 0x00, 0x00, // Code for char 1 |
Pokitto | 0:e8b8f36b4505 | 37 | 0x05, 0x19, 0x15, 0x15, 0x15, 0x12, 0x00, // Code for char 2 |
Pokitto | 0:e8b8f36b4505 | 38 | 0x05, 0x09, 0x11, 0x15, 0x15, 0x0B, 0x00, // Code for char 3 |
Pokitto | 0:e8b8f36b4505 | 39 | 0x05, 0x08, 0x0C, 0x0A, 0x1F, 0x08, 0x00, // Code for char 4 |
Pokitto | 0:e8b8f36b4505 | 40 | 0x05, 0x17, 0x15, 0x15, 0x15, 0x09, 0x00, // Code for char 5 |
Pokitto | 0:e8b8f36b4505 | 41 | 0x05, 0x0E, 0x15, 0x15, 0x15, 0x08, 0x00, // Code for char 6 |
Pokitto | 0:e8b8f36b4505 | 42 | 0x05, 0x01, 0x11, 0x09, 0x05, 0x03, 0x00, // Code for char 7 |
Pokitto | 0:e8b8f36b4505 | 43 | 0x05, 0x0A, 0x15, 0x15, 0x15, 0x0A, 0x00, // Code for char 8 |
Pokitto | 0:e8b8f36b4505 | 44 | 0x06, 0x02, 0x15, 0x15, 0x15, 0x15, 0x0E, // Code for char 9 |
Pokitto | 0:e8b8f36b4505 | 45 | 0x03, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, // Code for char : |
Pokitto | 0:e8b8f36b4505 | 46 | 0x03, 0x00, 0x10, 0x0A, 0x00, 0x00, 0x00, // Code for char ; |
Pokitto | 0:e8b8f36b4505 | 47 | 0x04, 0x00, 0x04, 0x0A, 0x11, 0x00, 0x00, // Code for char < |
Pokitto | 0:e8b8f36b4505 | 48 | 0x05, 0x00, 0x0A, 0x0A, 0x0A, 0x0A, 0x00, // Code for char = |
Pokitto | 0:e8b8f36b4505 | 49 | 0x04, 0x00, 0x11, 0x0A, 0x04, 0x00, 0x00, // Code for char > |
Pokitto | 0:e8b8f36b4505 | 50 | 0x05, 0x00, 0x01, 0x15, 0x05, 0x02, 0x00, // Code for char ? |
Pokitto | 0:e8b8f36b4505 | 51 | 0x05, 0x0E, 0x11, 0x17, 0x15, 0x06, 0x00, // Code for char @ |
Pokitto | 0:e8b8f36b4505 | 52 | 0x05, 0x1E, 0x09, 0x09, 0x09, 0x1E, 0x00, // Code for char A |
Pokitto | 0:e8b8f36b4505 | 53 | 0x05, 0x1F, 0x15, 0x15, 0x15, 0x0A, 0x00, // Code for char B |
Pokitto | 0:e8b8f36b4505 | 54 | 0x05, 0x0E, 0x11, 0x11, 0x11, 0x11, 0x00, // Code for char C |
Pokitto | 0:e8b8f36b4505 | 55 | 0x05, 0x1F, 0x11, 0x11, 0x11, 0x0E, 0x00, // Code for char D |
Pokitto | 0:e8b8f36b4505 | 56 | 0x05, 0x1F, 0x15, 0x15, 0x15, 0x11, 0x00, // Code for char E |
Pokitto | 0:e8b8f36b4505 | 57 | 0x05, 0x1F, 0x05, 0x05, 0x05, 0x01, 0x00, // Code for char F |
Pokitto | 0:e8b8f36b4505 | 58 | 0x05, 0x0E, 0x11, 0x11, 0x15, 0x1D, 0x00, // Code for char G |
Pokitto | 0:e8b8f36b4505 | 59 | 0x05, 0x1F, 0x04, 0x04, 0x04, 0x1F, 0x00, // Code for char H |
Pokitto | 0:e8b8f36b4505 | 60 | 0x05, 0x11, 0x11, 0x1F, 0x11, 0x11, 0x00, // Code for char I |
Pokitto | 0:e8b8f36b4505 | 61 | 0x05, 0x11, 0x11, 0x11, 0x11, 0x0F, 0x00, // Code for char J |
Pokitto | 0:e8b8f36b4505 | 62 | 0x05, 0x1F, 0x04, 0x04, 0x0A, 0x11, 0x00, // Code for char K |
Pokitto | 0:e8b8f36b4505 | 63 | 0x05, 0x1F, 0x10, 0x10, 0x10, 0x10, 0x00, // Code for char L |
Pokitto | 0:e8b8f36b4505 | 64 | 0x05, 0x1F, 0x02, 0x04, 0x02, 0x1F, 0x00, // Code for char M |
Pokitto | 0:e8b8f36b4505 | 65 | 0x05, 0x1F, 0x02, 0x04, 0x08, 0x1F, 0x00, // Code for char N |
Pokitto | 0:e8b8f36b4505 | 66 | 0x05, 0x0E, 0x11, 0x11, 0x11, 0x0E, 0x00, // Code for char O |
Pokitto | 0:e8b8f36b4505 | 67 | 0x05, 0x1F, 0x09, 0x09, 0x09, 0x06, 0x00, // Code for char P |
Pokitto | 0:e8b8f36b4505 | 68 | 0x05, 0x0E, 0x11, 0x11, 0x19, 0x1E, 0x00, // Code for char Q |
Pokitto | 0:e8b8f36b4505 | 69 | 0x05, 0x1F, 0x09, 0x09, 0x09, 0x16, 0x00, // Code for char R |
Pokitto | 0:e8b8f36b4505 | 70 | 0x05, 0x12, 0x15, 0x15, 0x15, 0x09, 0x00, // Code for char S |
Pokitto | 0:e8b8f36b4505 | 71 | 0x05, 0x01, 0x01, 0x1F, 0x01, 0x01, 0x00, // Code for char T |
Pokitto | 0:e8b8f36b4505 | 72 | 0x05, 0x0F, 0x10, 0x10, 0x10, 0x0F, 0x00, // Code for char U |
Pokitto | 0:e8b8f36b4505 | 73 | 0x05, 0x07, 0x08, 0x10, 0x08, 0x07, 0x00, // Code for char V |
Pokitto | 0:e8b8f36b4505 | 74 | 0x05, 0x0F, 0x10, 0x0C, 0x10, 0x0F, 0x00, // Code for char W |
Pokitto | 0:e8b8f36b4505 | 75 | 0x05, 0x11, 0x0A, 0x04, 0x0A, 0x11, 0x00, // Code for char X |
Pokitto | 0:e8b8f36b4505 | 76 | 0x05, 0x03, 0x04, 0x18, 0x04, 0x03, 0x00, // Code for char Y |
Pokitto | 0:e8b8f36b4505 | 77 | 0x05, 0x11, 0x19, 0x15, 0x13, 0x11, 0x00, // Code for char Z |
Pokitto | 0:e8b8f36b4505 | 78 | 0x04, 0x00, 0x00, 0x1F, 0x11, 0x00, 0x00, // Code for char [ |
Pokitto | 0:e8b8f36b4505 | 79 | 0x05, 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, // Code for char BackSlash |
Pokitto | 0:e8b8f36b4505 | 80 | 0x03, 0x00, 0x11, 0x1F, 0x00, 0x00, 0x00, // Code for char ] |
Pokitto | 0:e8b8f36b4505 | 81 | 0x05, 0x04, 0x02, 0x01, 0x02, 0x04, 0x00, // Code for char ^ |
Pokitto | 0:e8b8f36b4505 | 82 | 0x05, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, // Code for char _ |
Pokitto | 0:e8b8f36b4505 | 83 | 0x04, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, // Code for char ` |
Pokitto | 0:e8b8f36b4505 | 84 | 0x05, 0x00, 0x0C, 0x12, 0x12, 0x1E, 0x00, // Code for char a |
Pokitto | 0:e8b8f36b4505 | 85 | 0x05, 0x00, 0x1F, 0x12, 0x12, 0x0C, 0x00, // Code for char b |
Pokitto | 0:e8b8f36b4505 | 86 | 0x05, 0x00, 0x0C, 0x12, 0x12, 0x12, 0x00, // Code for char c |
Pokitto | 0:e8b8f36b4505 | 87 | 0x05, 0x00, 0x0C, 0x12, 0x12, 0x1F, 0x00, // Code for char d |
Pokitto | 0:e8b8f36b4505 | 88 | 0x05, 0x00, 0x0C, 0x16, 0x16, 0x04, 0x00, // Code for char e |
Pokitto | 0:e8b8f36b4505 | 89 | 0x05, 0x00, 0x04, 0x1E, 0x05, 0x05, 0x00, // Code for char f |
Pokitto | 0:e8b8f36b4505 | 90 | 0x05, 0x00, 0x04, 0x2A, 0x2A, 0x1C, 0x00, // Code for char g |
Pokitto | 0:e8b8f36b4505 | 91 | 0x05, 0x00, 0x1F, 0x02, 0x02, 0x1C, 0x00, // Code for char h |
Pokitto | 0:e8b8f36b4505 | 92 | 0x04, 0x00, 0x00, 0x04, 0x1D, 0x00, 0x00, // Code for char i |
Pokitto | 0:e8b8f36b4505 | 93 | 0x04, 0x00, 0x00, 0x10, 0x0D, 0x00, 0x00, // Code for char j |
Pokitto | 0:e8b8f36b4505 | 94 | 0x05, 0x00, 0x1F, 0x04, 0x04, 0x1A, 0x00, // Code for char k |
Pokitto | 0:e8b8f36b4505 | 95 | 0x04, 0x00, 0x00, 0x01, 0x1E, 0x00, 0x00, // Code for char l |
Pokitto | 0:e8b8f36b4505 | 96 | 0x05, 0x1E, 0x02, 0x1C, 0x02, 0x1C, 0x00, // Code for char m |
Pokitto | 0:e8b8f36b4505 | 97 | 0x05, 0x00, 0x1E, 0x02, 0x02, 0x1C, 0x00, // Code for char n |
Pokitto | 0:e8b8f36b4505 | 98 | 0x05, 0x00, 0x0C, 0x12, 0x12, 0x0C, 0x00, // Code for char o |
Pokitto | 0:e8b8f36b4505 | 99 | 0x05, 0x00, 0x3E, 0x12, 0x12, 0x0C, 0x00, // Code for char p |
Pokitto | 0:e8b8f36b4505 | 100 | 0x05, 0x00, 0x0C, 0x12, 0x12, 0x3E, 0x00, // Code for char q |
Pokitto | 0:e8b8f36b4505 | 101 | 0x05, 0x00, 0x1E, 0x02, 0x02, 0x04, 0x00, // Code for char r |
Pokitto | 0:e8b8f36b4505 | 102 | 0x05, 0x00, 0x14, 0x16, 0x1A, 0x0A, 0x00, // Code for char s |
Pokitto | 0:e8b8f36b4505 | 103 | 0x05, 0x00, 0x02, 0x0F, 0x12, 0x12, 0x00, // Code for char t |
Pokitto | 0:e8b8f36b4505 | 104 | 0x05, 0x00, 0x0E, 0x10, 0x10, 0x1E, 0x00, // Code for char u |
Pokitto | 0:e8b8f36b4505 | 105 | 0x05, 0x00, 0x0E, 0x10, 0x08, 0x06, 0x00, // Code for char v |
Pokitto | 0:e8b8f36b4505 | 106 | 0x05, 0x0E, 0x10, 0x08, 0x10, 0x0E, 0x00, // Code for char w |
Pokitto | 0:e8b8f36b4505 | 107 | 0x05, 0x00, 0x12, 0x0C, 0x0C, 0x12, 0x00, // Code for char x |
Pokitto | 0:e8b8f36b4505 | 108 | 0x05, 0x00, 0x06, 0x28, 0x28, 0x1E, 0x00, // Code for char y |
Pokitto | 0:e8b8f36b4505 | 109 | 0x05, 0x00, 0x12, 0x1A, 0x16, 0x12, 0x00, // Code for char z |
Pokitto | 0:e8b8f36b4505 | 110 | 0x04, 0x00, 0x04, 0x1F, 0x11, 0x00, 0x00, // Code for char { |
Pokitto | 0:e8b8f36b4505 | 111 | 0x03, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, // Code for char | |
Pokitto | 0:e8b8f36b4505 | 112 | 0x04, 0x00, 0x11, 0x1F, 0x04, 0x00, 0x00, // Code for char } |
Pokitto | 0:e8b8f36b4505 | 113 | 0x05, 0x00, 0x04, 0x02, 0x04, 0x02, 0x00, // Code for char ~ |
Pokitto | 0:e8b8f36b4505 | 114 | 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // Code for char |
Pokitto | 0:e8b8f36b4505 | 115 | }; |
Pokitto | 0:e8b8f36b4505 | 116 | |
Pokitto | 0:e8b8f36b4505 | 117 |