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: TS_F746 LCD_746 LbBSP746NG GUI_746
F746GUI/F746GUI.cpp@0:151a96a0fc95, 2018-09-25 (annotated)
- Committer:
- wsteenberg
- Date:
- Tue Sep 25 12:41:25 2018 +0000
- Revision:
- 0:151a96a0fc95
DISCO_F746NG_Button_and_Slider_Library v1.0
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| wsteenberg | 0:151a96a0fc95 | 1 | //----------------------------------------------------------- |
| wsteenberg | 0:151a96a0fc95 | 2 | // |
| wsteenberg | 0:151a96a0fc95 | 3 | // F746_GUI |
| wsteenberg | 0:151a96a0fc95 | 4 | // |
| wsteenberg | 0:151a96a0fc95 | 5 | //----------------------------------------------------------- |
| wsteenberg | 0:151a96a0fc95 | 6 | |
| wsteenberg | 0:151a96a0fc95 | 7 | #include "F746GUI.hpp" |
| wsteenberg | 0:151a96a0fc95 | 8 | |
| wsteenberg | 0:151a96a0fc95 | 9 | LCD_DISCO_F746NG GUI::lcd_; |
| wsteenberg | 0:151a96a0fc95 | 10 | TS_DISCO_F746NG GUI::ts_; |
| wsteenberg | 0:151a96a0fc95 | 11 | |
| wsteenberg | 0:151a96a0fc95 | 12 | |
| wsteenberg | 0:151a96a0fc95 | 13 |