Updated MatrixOrbital driver:

* Doesn't update the display unnecessarily - now has "memory" and won't
  update if the display hasn't changed
* Debugging code: logs to syslog for everything if debug_level is set
  high enough.
This commit is contained in:
ddouthitt
2001-09-28 21:20:50 +00:00
parent 4f60edc230
commit f7ff05870f
2 changed files with 123 additions and 15 deletions
+8
View File
@@ -29,4 +29,12 @@ static void MtxOrb_set_known_char (int car, int type);
// Isn't this function supposed to go away?
static void MtxOrb_init_all (int type);
#define DEFAULT_CONTRAST 120
#define DEFAULT_DEVICE "/dev/lcd"
#define DEFAULT_SPEED B19200
#define DEFAULT_LINEWRAP 1
#define DEFAULT_AUTOSCROLL 1
#define DEFAULT_CURSORBLINK 0
#endif