Programme qui permet de piloter un bandeau de LED ring (de la marque adafruit) en fonction du son qui provient d'un microphone externe. Programme fonctionnant sur un microcontrôleur DISCO-F746NG. Ce projet a était fait dans la cadre du cour d'interface de la Licence MECSE de l'IUT de Cachan.
Dependencies: TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG NeoPixel BUTTON_GROUP
test
Diff: main.cpp
- Revision:
- 3:edc98882d63a
- Parent:
- 2:b88f2ec606d3
- Child:
- 4:201e97957618
--- a/main.cpp Sat Dec 05 11:10:02 2015 +0000 +++ b/main.cpp Tue Dec 08 14:20:25 2015 +0000 @@ -13,6 +13,7 @@ int main() { + printf("\r\n23:13"); const int Y0 = 5; const int X1 = 50; const int Y1 = 200; @@ -26,6 +27,9 @@ ButtonGroup bGroup(lcd_, ts_, 10, Y0, 66, 40, LCD_COLOR_BLUE, backColor, NUMBER_BUTTONS, STR, 5, 5, 3); + Button Large(lcd_, ts_, 200, 100, 120, 60, + LCD_COLOR_GREEN, backColor, "LARGE", Font24); + Button reset(lcd_, ts_, 410, Y0, 60, 40, LCD_COLOR_BLUE, backColor, "Reset", Font12); reset.Draw(inActive, LCD_COLOR_GRAY);