Glcd ExtendedHeader
Posted: Wed May 25, 2016 8:44 pm
Hi,
how does the Extended Header work from the GLCD?
I only see a lot of garbage. I got this,
Font.IsExtendedHeader = true
SetFont(Arial8127)
Print(40,0,"úþäåø©ñ")
Module Arial8127Font
#ifndef GLCD_XFONT
Public Const Arial8127(1484) As Byte =
(
$82,$72,$00,$0E,$7F,
.......^................^start char
.......| Char in module
Thanks...
how does the Extended Header work from the GLCD?
I only see a lot of garbage. I got this,
Font.IsExtendedHeader = true
SetFont(Arial8127)
Print(40,0,"úþäåø©ñ")
Module Arial8127Font
#ifndef GLCD_XFONT
Public Const Arial8127(1484) As Byte =
(
$82,$72,$00,$0E,$7F,
.......^................^start char
.......| Char in module
Thanks...