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)

History

bug fixed default tip

2016-07-30, by jk1lot [Sat, 30 Jul 2016 06:59:22 +0000] rev 6

bug fixed


Change from normal class to template class.; It is necessary to support ACM1602NI.; add STM32-Nucleo support.

2016-07-29, by jk1lot [Fri, 29 Jul 2016 16:13:36 +0000] rev 5

Change from normal class to template class.; It is necessary to support ACM1602NI.; add STM32-Nucleo support.


add lcd(); add library TextLCD

2016-06-26, by jk1lot [Sun, 26 Jun 2016 08:32:25 +0000] rev 4

add lcd(); add library TextLCD


delete lcd_streambuf default constractor

2016-06-22, by jk1lot [Wed, 22 Jun 2016 08:28:51 +0000] rev 3

delete lcd_streambuf default constractor


collect miss spell

2016-06-19, by jk1lot [Sun, 19 Jun 2016 01:10:35 +0000] rev 2

collect miss spell


1st published version

2016-06-18, by jk1lot [Sat, 18 Jun 2016 14:20:29 +0000] rev 1

1st published version


1st version

2016-06-18, by jk1lot [Sat, 18 Jun 2016 08:57:07 +0000] rev 0

1st version