There are a couple of different driver chips used in those screens though. The ones I have labelled “V2.1” are newer and need
#define LCD_TYPE TFT01_24_8
whereas the ones labelled “V1.2” are a bit older and need
#define LCD_TYPE ITDB24E_8
Only other thing that might need setting is the calibration string:
// for the 2.4in screen that is current.
#define CAL_X 0x03C34136UL
#define CAL_Y 0x03C0018AUL
#define CAL_S 0x000EF13FUL
which should be a file called UTouchCD.h in libraries/UTouch.
good luck!
sn
P.S.Congrats for this great project. I made a DIY variation of a polar drawer with two steppers last year and i love polar bots (especially delta printers:).
Pictures here https://plus.google.com/105941003678860500473/posts/BPEvU41yS8k
Best regards !
@hugobiwan
]]>Good luck!
]]>I using a Arduino Uno
Running Arduino 1.0.1
Downloaded all the files you posted
Any ideas?
polargraph_server_a1:68: error: stray ‘#’ in program
polargraph_server_a1.cpp:326:11: error: exponent has no digits
…