adafruit / Adafruit-ST7735-Library

This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
https://learn.adafruit.com/1-8-tft-display
565 stars 305 forks source link

Removed useless assign #106

Closed bfiset closed 4 years ago

bfiset commented 4 years ago

Removed assignation of Adafruit_GFX parent class' member variables. They are already set in Adafruit_GFX constructor.

Will allow to declare "WIDTH" and "HEIGHT" member variables in Adafruit_GFX as const.

ladyada commented 4 years ago

thanx