[quote:5015775afd="enniom"]
1. Do you have an idea of how difficult it would be to modify the code posted here to work on XMega?[/quote:5015775afd]
As Mark say, "this code need small adjustments". The simplest way is to change:
Dim Color_h_ssd1963 As Iram Byte At 22
Dim Color_l_ssd1963 As Iram Byte At 21
to:
[b:5015775afd]Dim Color_h_ssd1963
Dim Color_l_ssd1963 [/b:5015775afd]
[quote:5015775afd="enniom"]2. Would the touch-screen routines be similar to the ones posted for the SSD1289 display?[/quote:5015775afd]
SSD1289 and SSD1963 displays use the same touch chips XPT2046. So routines is compatible, but need to correct X and Y coefficients due to screen size.
↧