Commit graph

9 commits

Author SHA1 Message Date
caternuson
7e064d5be9 update ESP32 LEDC usage 2023-10-11 15:11:33 -07:00
Anne Barela
2ff396eff7
Disambiguate tone function
The program included a tone function which is also an Arduino built-in function so the compiler threw warnings it didn't know which to use. Changed the local function to fhtone to disambiguate as to which function to use and changed parameters to floats per the function spec.
2022-03-30 12:03:59 -04:00
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
dherrada
2a17c418dd Added SPDX to 20 more files - spdx-3 2022-02-18 16:42:25 -05:00
lady ada
afad7dd49a another freq fix 2022-01-12 15:12:27 -05:00
lady ada
e049c2ca18 multiply no longer needed 2022-01-12 15:10:10 -05:00
Melissa LeBlanc-Williams
b21e22e6e4 Fix failing tests 2021-04-20 08:45:35 -07:00
Melissa LeBlanc-Williams
e3c8266f9b Add a test.only file to FunHouse demos 2021-04-20 07:54:10 -07:00
Melissa LeBlanc-Williams
3ad72e41f3 Added FunHouse Arduino Demos 2021-04-20 07:39:15 -07:00