Using mbed USB-UART+alpha for Y-con P020(serialIF Electric Paper Display)
Dependencies: SDFileSystem USBDevice YconP020 mbed
mbedを使って電子ペーパーの Y-con P020をUSBでPCと接続します。 単に USB-UART変換器で繋いだものと違って、mbedに接続した SDカードなどに置いた BMPファイルを表示することが出来ます。
mbed LPC1768、トラ技ARMライタで動作することを確認しました。
mbed LPC1768では localfilesystem(MBEDドライブ)を SDカード同様に使えます。
詳しくはこちらをご覧ください。
History
separated YconP020 library; added internal buffer and text out
2016-07-03, by jk1lot [Sun, 03 Jul 2016 10:43:26 +0000] rev 13
separated YconP020 library; added internal buffer and text out
fixed bug
2016-06-30, by jk1lot [Thu, 30 Jun 2016 14:49:11 +0000] rev 12
fixed bug
add draw text
2016-06-30, by jk1lot [Thu, 30 Jun 2016 12:16:12 +0000] rev 11
add draw text
add functions for commands and internal display buffer
2016-06-29, by jk1lot [Wed, 29 Jun 2016 16:37:23 +0000] rev 10
add functions for commands and internal display buffer
1st published version
2016-06-26, by jk1lot [Sun, 26 Jun 2016 05:52:30 +0000] rev 9
1st published version
supported toragi ARM writer(LPC11U35-501)
2016-06-26, by jk1lot [Sun, 26 Jun 2016 05:31:12 +0000] rev 8
supported toragi ARM writer(LPC11U35-501)
fixed IRQ batting
2016-06-25, by jk1lot [Sat, 25 Jun 2016 16:22:10 +0000] rev 7
fixed IRQ batting
changed YconP020::_putc() reentrant; added YconP020::wait_command_ready()
2016-06-24, by jk1lot [Fri, 24 Jun 2016 18:17:36 +0000] rev 6
changed YconP020::_putc() reentrant; added YconP020::wait_command_ready()
minor change
2016-06-24, by jk1lot [Fri, 24 Jun 2016 00:46:10 +0000] rev 5
minor change
separated YconP020.h
2016-06-23, by jk1lot [Thu, 23 Jun 2016 22:34:34 +0000] rev 4
separated YconP020.h