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: LCD_GEII_F746NG TS_DISCO_F746NG mbed Si4735 BSP_DISCO_F746NG buttons2
Revision 1:7d5f9f95ad0f, committed 2019-12-16
- Comitter:
- jlpadiolleau
- Date:
- Mon Dec 16 07:41:32 2019 +0000
- Parent:
- 0:db6c716db091
- Commit message:
- RadioFM AA32 IUT GEII TOURS
Changed in this revision
| Si4735.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Si4735.lib Mon Dec 16 07:37:44 2019 +0000 +++ b/Si4735.lib Mon Dec 16 07:41:32 2019 +0000 @@ -1,1 +1,1 @@ -Si4735#f5a073ecafa6 +https://os.mbed.com/teams/IUT-GEII-Tours/code/Si4735/#f5a073ecafa6
--- a/main.cpp Mon Dec 16 07:37:44 2019 +0000
+++ b/main.cpp Mon Dec 16 07:41:32 2019 +0000
@@ -10,7 +10,9 @@
{
lcd.Clear(LCD_COLOR_WHITE);
lcd.SetTextColor(LCD_COLOR_BLUE);
+ lcd.SetBackColor(LCD_COLOR_WHITE);
lcd.DisplayStringAt(0,LINE(6),"IUT GEII TOURS",CENTER_MODE);
+ lcd.SetTextColor(LCD_COLOR_RED);
lcd.DisplayStringAt(0,LINE(7),"AA32 RADIO FM",CENTER_MODE);
while(1)
{