Library - Console Class

[title]Console Class[/title]
http://code.tinyclr.com/project/195/console-class/
[line]
Ever wished for quick and easy way to output something on the embedded display? Wish no more! With this library you just type:

Console.WriteLine(“Freakin’ Easy!”);

Tested on ChipworkX.

Update:
-Reworked auto-scrolling code. “Old” entries are removed from the list as well.
-Update for forum entry.

Hi Architect,
Cool library, i was wondering if you have a similar one for the TF35 Display used on Spider and Hydra?

just checking if you already have it before i spend time recreating it…

thanks for sharing.

Jay.

I was thinking about it, but didn’t do it yet. I can add one, may be even later tonight.

+1 on a gadgeteer friendly version

Consider it is done! ;D

Thanks a lot,

much, much appreciate it…

Cheers,
Jay.

It is done :slight_smile:
I wrote it a month ago :slight_smile:

http://code.tinyclr.com/project/417/handlers-to-speed-up-your-development-2012-01-07/

Its a DisplayHandler

Looks like Weiti got it covered ;D