Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Menu/Menu.h
- Revision:
- 17:358987e9f30e
- Parent:
- 16:14c231624f3e
- Child:
- 21:60f01b17b0a6
--- a/Menu/Menu.h Tue May 19 21:45:58 2020 +0000 +++ b/Menu/Menu.h Thu May 21 12:50:43 2020 +0000 @@ -43,13 +43,16 @@ int g_selecty; int submenu; int menusize; + float contrast; enum d; int s; + int s_1; //Methods void printmainmenu(N5110 &lcd); //prints menu void printsubwaveforms(N5110 &lcd); //prints subwaveforms menu void printsubsettings(N5110 &lcd); //prints settings submenu + void printcontrast(N5110 &lcd, float contrast); //prints contrast seting void subunavailiable(N5110 &lcd); //prints error for sub int scroll_check(Gamepad &pad); };