Hallo Harry,
so habe ich mir das vorgestellt. (Conditional Compile)
PS Neustadt Nord/westlich von Hannover
14:30 MESZ
Vergiss es. Grade in Portrait nochmal getestet wenn ich Y 160 was schreibe landet es oberhalb 132
Ich versuche zu klären ob das am Display oder am LCDGraphic Treiber liegt.
Gruß wilbo
so habe ich mir das vorgestellt. (Conditional Compile)
Code
{.$Define Portrait}
{.$Define Portrait180}
{$Define Landscape}
{.$Define Landscape180} // wie im Handbuch beschrieben ist die ausrichtung bugy
{$IFDEF Portrait Or Portrait180}
LCDGraphic = 132, 176, 8; { x-pix, y-pix, accesswidth }
{$Endif}
{$IFDEF Landscape or Landscape180}
LCDGraphic = 176, 132, 8; { x-pix, y-pix, accesswidth }
{$ENDIF}
{.$Define Portrait180}
{$Define Landscape}
{.$Define Landscape180} // wie im Handbuch beschrieben ist die ausrichtung bugy
{$IFDEF Portrait Or Portrait180}
LCDGraphic = 132, 176, 8; { x-pix, y-pix, accesswidth }
{$Endif}
{$IFDEF Landscape or Landscape180}
LCDGraphic = 176, 132, 8; { x-pix, y-pix, accesswidth }
{$ENDIF}
PS Neustadt Nord/westlich von Hannover
14:30 MESZ
Vergiss es. Grade in Portrait nochmal getestet wenn ich Y 160 was schreibe landet es oberhalb 132
Ich versuche zu klären ob das am Display oder am LCDGraphic Treiber liegt.
Gruß wilbo
You must be logged in or your permissions are to low to see this Attachment(s).