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: BSP_DISCO_F746NG LCD_DISCO_F746NG mbed
main.cpp
00001 #include "mbed.h" 00002 #include "LCD_DISCO_F746NG.h" 00003 00004 #define SIGNATURE "FORTH /build: " __DATE__ "/ (c) Dmitry Ponyatov <dponyatov@gmail.com>" 00005 00006 LCD_DISCO_F746NG lcd; 00007 00008 int main() 00009 { 00010 00011 lcd.Clear(LCD_COLOR_BLACK); 00012 lcd.SetBackColor(LCD_COLOR_BLACK); 00013 lcd.SetTextColor(LCD_COLOR_DARKGREEN); 00014 lcd.SetFont(&Font12); 00015 lcd.DisplayStringAt(0, LINE(0), (uint8_t *) SIGNATURE , LEFT_MODE); 00016 00017 while (1) wait(1); 00018 00019 } 00020
Generated on Tue Jul 19 2022 22:46:33 by
1.7.2