====== NULL Display Driver ======
This driver does, as the name implies, nothing. It's mainly used for debugging purposes. As LCD4Linux insists on a display driver, you can use this one if you don't really need one.
----
===== Display Section =====
Display {
Driver 'NULL'
Size
}
----
===== Parameters =====
|**Driver**|'NULL'|
|**Size**|The size of the (virtual) display, specified as 'x' (e.g. '20x4')|
----