The
LCD
(Liquid Crystal Display) compatible with Hitachi HD44780 driver, comes in different flavors
16 columns and 2 rows
20 columns and 4 rows
No backlight
Backlight
I2c or SPI interface (not part of this tutorial)
Any 5 volt device with at least 6 gpios can control such an LCD.
The Nusbio device supports such an LCD via the class
LiquidCrystal,
which is a port of the C++ Liquid Crystal library for the Arduino to C# (Programming sample in C#).