Should drawLine work between any two points on the screen?
I am having problems with the drawLine function in the Arduino 1.0 library.
For example:
Tft.drawLine(25,74,72,13,RED) draws a horizontal line instead of an angled one.
Tft.drawLine(57,68,37,38,RED) causes the program to freeze with a single pixel set.
I am new to Arduino so I may be doing something wrong. Any help is appreciated.
Hi there,
I have tested your code ,have the same problem as you. It is indeed a BUG , and I have talked to our engineer to solve this problem.We will update the wiki soon.