Subversion Repositories HomeAutomation

Rev

Rev 2020 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2020 Rev 2255
Line 2... Line 2...
2
GDisplay_ModuleNames    = [ "KS0108" ];
2
GDisplay_ModuleNames    = [ "KS0108" ];
3
GDisplay_Height         = function() { return [ 0, 1, 2, 3  ]; };
3
GDisplay_Height         = function() { return [ 0, 1, 2, 3  ]; };
4
GDisplay_Radius         = function() { return [ 2, 5, 10, 20, 30, 50, 100  ]; };
4
GDisplay_Radius         = function() { return [ 2, 5, 10, 20, 30, 50, 100  ]; };
5
GDisplay_Inverted       = function() { return [ "Standard", "Inverted"  ]; };
5
GDisplay_Inverted       = function() { return [ "Standard", "Inverted"  ]; };
6
GDisplay_Fill           = function() { return [ "NoFill", "Fill"  ]; };
6
GDisplay_Fill           = function() { return [ "NoFill", "Fill"  ]; };
7
GDsplay_Transparent    = function() { return [ "Standard", "Transparent"  ]; };
7
GDisplay_Transparent    = function() { return [ "Standard", "Transparent"  ]; };
8
GDisplay_Width          = function() { return [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]; };
8
GDisplay_Width          = function() { return [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]; };
9
GDisplay_Backlight      = function() { return [ 0, 50, 100, 150, 200, 255 ]; };
9
GDisplay_Backlight      = function() { return [ 0, 50, 100, 150, 200, 255 ]; };
10
GDisplay_Aliases        = function() { return Module_GetAliasNames(GDisplay_ModuleNames); };
10
GDisplay_Aliases        = function() { return Module_GetAliasNames(GDisplay_ModuleNames); };
11
GDisplay_AvailableIds   = function() { return Module_GetAvailableIds(GDisplay_ModuleNames); };
11
GDisplay_AvailableIds   = function() { return Module_GetAvailableIds(GDisplay_ModuleNames); };
12
 
12