Adafruit_Learning_System_Gu.../FunHouse_Arduino_Demos
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
..
rainbow Added SPDX to 20 more files - spdx-3 2022-02-18 16:42:25 -05:00
selftest Update local color mid-grey to RGB565 2022-03-30 11:30:16 -04:00
shipping_demo Added SPDX to 20 more files - spdx-3 2022-02-18 16:42:25 -05:00