adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

Bug ILI932x: negative X1 coordinate #26

Open stevstrong opened 7 years ago

stevstrong commented 7 years ago

ILI9325/8: When values 1 or 3 are passed to function setRotation(), the function setAddrWindow() will produce negative X1 coordinate. Solution: check y2 value before updating x1 EDIT I just updated the links and the name of the issue (sorry, I am newbie in handling github functions :) )