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

ILI932x bug: negative X1 coordinate #27

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. This will hinder fillScreen() to set the whole screen black. See issue #26.