Adafruit_Learning_System_Gu.../FunHouse_Arduino_Demos/selftest
Anne Barela 5c20ab5504
Update local color mid-grey to RGB565
A hardcoded value of 0x808080 was in the code for a mid-level grey. This is an RGB888 value, but the ST77XX library uses RGB565 values. A mid-grey in RGB565 is 0x8410. A local define was done to define this as STS77XX_GREY and the new value placed in the calls previously using 0x808080. This solves a compiler integer overflow warning preventing CI from completing.
2022-03-30 11:30:16 -04:00
..
.funhouse.test.only Add a test.only file to FunHouse demos 2021-04-20 07:54:10 -07:00
selftest.ino Update local color mid-grey to RGB565 2022-03-30 11:30:16 -04:00