This driver can be used for various [[http://www.noritake-elec.com|Noritake]] displays. Currently, the only display available is the following : Noritake GU128x32-311 {{:noritake_gu128x32-311_front.jpg}} (Please see in the attachement section the links for the documentation of the display and the wiring). The current driver does not yes support all the functions of the display, in particular, only the text mode is supported at this time, the graphic mode is beeing developped, no ways to set the brightness, no bars in text mode (But the graphic mode will support it natively). ---- ===== Display Section ===== Display { Driver 'Noritake' Model Port } ---- ===== Parameters ===== |Driver|'Noritake'| |Model|see below| |Port|parallel device the display is attached to (e.g.'/dev/parport0', or /dev/partport/0 with devfs)| ---- ===== Models ===== The driver supports only one model now : GU311. It has to be specified. The size for the display is fixed to 4 lines and 21 columns in text mode. |**Model**|**Size**| |GU311|4x21| ---- ===== Examples ===== Display Noritake { Driver 'Noritake' Model 'GU311' Port '/dev/parport0' } ---- ===== Plugins ===== No plugins yet. ----