For Xmega you must change this:
[code:1:a8d37cfaba]Dim Color_h_s5230 As Iram Byte At 22
Dim Color_l_s5230 As Iram Byte At 21[/code:1:a8d37cfaba]
to this:
[code:1:a8d37cfaba]Dim Color_h_s5230 As Byte
Dim Color_l_s5230 As Byte[/code:1:a8d37cfaba]
Atmega8 is too small for this display, even to displaying only text. Try M16, M32 ect.
↧