Skip to content

Commit

Permalink
text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Klosterman committed Aug 19, 2015
1 parent a78d2fd commit 01f8223
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*MicroView (Small) Projects
#MicroView (Small) Projects

+TickerTape
##TickerTape
-----
Simple client/server setup where a text file is read in and spit out via serial port. The MicroView simply displays the text sent over the serial connection.
8 changes: 7 additions & 1 deletion TickerTape/TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Wed Aug 19 00:00:45 EDT 2015

Have all the character looping etc on the uC.
Have it broadcast to the server when it is done looping the current string.
Then have the server broadcast the next message.
Then have the server broadcast the next message.

Have the text wrap. Loop the text back around with a one line (10 char) break

It appears that long strings slow things down quite a bit. I didn't realize how slow 9600 baud was. TFLN makes a good source to display as a ticker tape.

0 comments on commit 01f8223

Please sign in to comment.