- Now using driver names without 'in' (like lircin).
- Added cursor control to client_functions.c - Removed HEART_ON etc. ; changed to HEARTBEAT_ON etc. (both existed)
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@
|
||||
#include "widget.h"
|
||||
#include "render.h"
|
||||
|
||||
int heartbeat = HEART_OPEN;
|
||||
int heartbeat = HEARTBEAT_OPEN;
|
||||
int backlight = BACKLIGHT_OPEN;
|
||||
int backlight_state = BACKLIGHT_OPEN;
|
||||
int backlight_brightness = 255;
|
||||
|
||||
Reference in New Issue
Block a user