Added GLK12232-25SM support with glk driver.
Fixed lots of small problems in various places. Added new protocol commands screen_add/del_key so screens can request keystrokes when they are being displayed. Lots of work on CPU GRAPH and BIG NUMBER CLOCK screens. Fixed 'output' function in MtxOrb.c
This commit is contained in:
@@ -64,6 +64,10 @@
|
||||
#include "bayrad.h"
|
||||
#endif
|
||||
|
||||
#ifdef GLK_DRV
|
||||
#include "glk.h"
|
||||
#endif
|
||||
|
||||
// TODO: Make a Windows server, and clients...?
|
||||
|
||||
lcd_logical_driver lcd;
|
||||
@@ -105,6 +109,9 @@ lcd_physical_driver drivers[] = {
|
||||
#endif
|
||||
#ifdef BAYRAD_DRV
|
||||
{"BayRAD", bayrad_init,},
|
||||
#endif
|
||||
#ifdef GLK_DRV
|
||||
{"glk", glk_init,},
|
||||
#endif
|
||||
{NULL, NULL,},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user