This is my first experience with this type of programming and processing.
I recently purchased these on Amazon at (link to company selling counterfeit boards removed by moderator). I received the boards, but am having many troubles getting it to work. I have tried to pin directly to the board and bypass the shield with same results. When running the UTFT example UTFT_Demo_320X240 on IDE 1.0.5, it can’t draw a line and just keeps blinking. I can write my own code that draws rectangles, strings etc without issue, but when I add myGLCD.drawLine(x, y, x1, y1), it just starts blinking. The odd thing about this, I can use an old version of the library (ITDB02) and can use the drawLine function without issue. But, with that version I can’t use fillCircle(), it starts blinking again.
Here is what I am using for the pin assignments:
UTFT myGLCD(SSD1289,38,39,40,41);
I have also tried the driver ITDB32S with the same result.
Has anyone experienced this or have knowledge about how to solve the problem?