
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:3d2369ac93a7 | 2017-02-22 | jknowles | (serial fixed by creating/destroying it: still embed issues for this board) |
6:310e91584386 | 2017-02-22 | jknowles | Got USB/Serial to work by creating and destroying Serial object each cycle. |
5:50c5e677f71a | 2017-02-22 | jknowles | altered keyboard works, engr. screen works, serial produces nothing |
4:0e5755618652 | 2017-02-17 | jknowles | added prompting to keyboard handler |
3:12b494808ffa | 2017-02-15 | jknowles | login and rough password and engrng screen functioning; |
2:14dc9a7c52ac | 2017-02-15 | jknowles | name ans password working ... just prior to splicing in engrng screen |
1:25b8d7bfc7d4 | 2017-02-15 | jknowles | first version , cloned from embed project Keyboard |
0:3ea368f65bca | 2016-09-17 | Faberge | First demo example of virtual onscreen keyboard for F746 Disco |