Clone of the "Keyboard" project combined with string>LCD calls and Serial reading for the STM32F746G-DISCO. Screen has to be reset and the font set again, and Serial must be created and destroyed each time, to dodge apparent F7 lower-level issues. Keyboard can print prompt.

Dependencies:   BSP_DISCO_F746NG mbed

Fork of Keyboard by Faberge Fabulous

Revision:
4:0e5755618652
Parent:
0:3ea368f65bca
--- a/user/keyboard.h	Wed Feb 15 20:29:17 2017 +0000
+++ b/user/keyboard.h	Fri Feb 17 18:29:25 2017 +0000
@@ -83,7 +83,7 @@
 uint8_t Key_display_inverted(uint8_t id);
 uint8_t Key_display_specials(uint8_t id);
 uint8_t Keyboard_check(void);
-uint8_t Keyboard_handler(char buffer[]);
+uint8_t Keyboard_handler(char *prompt, char buffer[]);
 
 #ifdef __cplusplus
 }