Using std::ostream with TextLCD
Dependencies: ACM1602NI TextLCD
Dependents: TextLCD_ostream_sample
This is class library inherited std::ostream for TextLCD
Because a large amount of memory is needed, do not work in low memory MPU
Sample program is here. And notebook page is here (sorry notebook page is only in Japanese)
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:2494d76a38b0 | 2016-07-30 | jk1lot | bug fixed |
5:6c1109b4dfb8 | 2016-07-29 | jk1lot | Change from normal class to template class.; It is necessary to support ACM1602NI.; add STM32-Nucleo support. |
4:3a1291526e04 | 2016-06-26 | jk1lot | add lcd(); add library TextLCD |
3:183bcab4951b | 2016-06-22 | jk1lot | delete lcd_streambuf default constractor |
2:eaa44bec9b96 | 2016-06-19 | jk1lot | collect miss spell |
1:e46139d4b8ba | 2016-06-18 | jk1lot | 1st published version |
0:4ba062d3d524 | 2016-06-18 | jk1lot | 1st version |