Several examples run on only mbed-os5.13.0 (not 5.14.0)
Dependencies: BD_SD_DISCO_F769NI BSP_DISCO_F769NI LCD_DISCO_F769NI TS_DISCO_F769NI USBHost_F769NI
Diff: z_example/3_lcd_touch.cpp
- Revision:
- 4:0f4affc00183
- Parent:
- 3:35ac9ee7d2d6
diff -r 35ac9ee7d2d6 -r 0f4affc00183 z_example/3_lcd_touch.cpp --- a/z_example/3_lcd_touch.cpp Wed Aug 07 05:39:01 2019 +0000 +++ b/z_example/3_lcd_touch.cpp Mon Oct 14 08:55:15 2019 +0000 @@ -2,7 +2,7 @@ // https://os.mbed.com/teams/ST/code/DISCO-F769NI_TOUCHSCREEN_demo/ // // Modified by K.Arai -// July 18th, 2019 +// October 14th, 2019 // #include "select_program.h" @@ -23,7 +23,7 @@ pc.printf("\x1b[2J\x1b[H %s\r\n %s %s (UTC)\r\n", __FILE__, __DATE__, __TIME__); - printf("TOUCHSCREEN EXAMPLE FOR DISCO-F769NI START:\r\n"); + printf(" TOUCHSCREEN EXAMPLE FOR DISCO-F769NI:\r\n"); BSP_LCD_Init(); BSP_LCD_LayerDefaultInit(0, LCD_FB_START_ADDRESS);