Author | Matthew Schinkel - borntechi.com, copyright © 2009, all rights reserved. |
Adapted-by | |
Compiler | >=2.4k |
This sample can contain any 8X12 size font tables.
http://www.divshare.com/download/11463401-4a9
See lib glcd_font.jal for font explanation
No dependency found
const byte FONT_8X12_HEIGHT = 12
const byte FONT_8X12 = 0x03
const byte FONT_8X12_BIT_DIRECTION = FONT_TOP_LEFT_HORIZONTAL
const byte FONT_8X12_BYTE_PER_CHAR = 12
const byte FONT_8X12_CHARS [] = {
const byte FONT_8X12_WIDTH = 8
const byte FONT_8X12_HEIGHT = 12
No documentation found
const byte FONT_8X12 = 0x03
font ID, unique amongst font libs
const byte FONT_8X12_BIT_DIRECTION = FONT_TOP_LEFT_HORIZONTAL
No documentation found
const byte FONT_8X12_BYTE_PER_CHAR = 12
No documentation found
const byte FONT_8X12_CHARS [] = {
8X12, TOP_LEFT, HORIZONTAL, NO_NAME
const byte FONT_8X12_WIDTH = 8
No documentation found
18f4620 | 18f4620_glcd_touch_stm032qvt_003.jal |
18f46k22 | 18f46k22_glcd_touch_stm032qvt_003.jal |