Glcd ExtendedHeader

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Yoepie
Posts: 1
Joined: Wed Jan 06, 2016 12:51 pm

Glcd ExtendedHeader

Post by Yoepie » 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...

Post Reply