Author | Urmas Joeleht Copyright © 2015..2022, all rights reserved. |
Adapted-by | Rob Jansen |
Compiler | 2.5r6 |
library 8X8 font lookup table for GLCD
https://github.com/DerBer/ht1632clib/tree/master/font
See lib glcd_font.jal for font explanation
No dependency found
const byte FONT_8X8_WIDTH = 8
const byte FONT_8X8_BIT_DIRECTION = FONT_TOP_LEFT_HORIZONTAL
const byte FONT_8X8_HEIGHT = 8
const byte font_8x8_chars[] =
const byte FONT_8X8_BYTE_PER_CHAR = 8
const byte FONT_8X8 = 0x0A
const byte FONT_8X8_WIDTH = 8
No documentation found
const byte FONT_8X8_BIT_DIRECTION = FONT_TOP_LEFT_HORIZONTAL
No documentation found
const byte FONT_8X8_HEIGHT = 8
No documentation found
const byte font_8x8_chars[] =
8X8, TOP_LEFT, HORIZONTAL, NO_NAME
const byte FONT_8X8_BYTE_PER_CHAR = 8
No documentation found
const byte FONT_8X8 = 0x0A
Font ID, unique amongst font libs.
18f46q10 | 18f46q10_glcd_ili9341_font.jal |