annotate Scan/ISSILed/capabilities.kll @ 384:82ce1988fefe

Adding basic ISSI led brightness control capabilities - 6 modes * Single led: decrease, increase, set * All leds: decrease, increase, set - Currently update speed limited to once every 30 ms * Likely an I2C driver or ISSI limitation preventing even faster updates
author Jacob Alexander <haata@kiibohd.com>
date Fri, 09 Oct 2015 22:28:31 -0700
parents 58d2c5bf95eb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
356
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 Name = ISSILedCapabilities;
384
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
2 Version = 0.2;
356
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 Author = "HaaTa (Jacob Alexander) 2015";
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 KLL = 0.3c;
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 # Modified Date
384
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
7 Date = 2015-10-09;
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
8
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
9 # Basic ISSI Capabilities
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
10 # Modes
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
11 # 0: Decrease single led brightness
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
12 # 1: Increase single led brightness
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
13 # 2: Set single led brightness
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
14 # 3: Decrease brightness of all leds
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
15 # 4: Increase brightness of all leds
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
16 # 5: Set brightness of all leds
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
17 # Amount -> 0 -> 255
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
18 # Index:
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
19 # Depends on keyboard. At least from from 0 -> 143 (single chip).
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
20 # Remember, it may be possible that all leds on a single chip are connected.
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
21 # So it may be possible that you may have index gaps.
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
22 # i.e. 23 then 144
82ce1988fefe Adding basic ISSI led brightness control capabilities
Jacob Alexander <haata@kiibohd.com>
parents: 356
diff changeset
23 ledControl => LED_control_capability( mode : 1, amount : 1, index : 2 );
356
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
24
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
25 # Defines available to the ISSILed sub-module
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
26
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
27 # LED Default Enable Mask
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
28 #
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
29 # By default, all LEDs are enabled
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
30 # However, this may cause issuse with some led matrices, so it is recommended to disable unused positions
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
31 # Each LED is represented by a single bit
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
32 # See (http://www.issi.com/WW/pdf/31FL3731C.pdf) for details
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
33 ISSILedMask1 => ISSILedMask1_define;
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
34 ISSILedMask1 = "
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
35 0xFF, 0xFF, /* C1-1 -> C1-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
36 0xFF, 0xFF, /* C2-1 -> C2-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
37 0xFF, 0xFF, /* C3-1 -> C3-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
38 0xFF, 0xFF, /* C4-1 -> C4-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
39 0xFF, 0xFF, /* C5-1 -> C5-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
40 0xFF, 0xFF, /* C6-1 -> C6-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
41 0xFF, 0xFF, /* C7-1 -> C7-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
42 0xFF, 0xFF, /* C8-1 -> C8-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
43 0xFF, 0xFF, /* C9-1 -> C9-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
44 ";
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
45
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
46 # LED Default Brightness
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
47 #
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
48 # By default, all LEDs are set to max brightness
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
49 # Each LED channel supports 256 levels (8-bit control)
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
50 ISSILedBrightness1 => ISSILedBrightness1_define;
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
51 ISSILedBrightness1 = "
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
52 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C1-1 -> C1-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
53 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C2-1 -> C2-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
54 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C3-1 -> C3-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
55 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C4-1 -> C4-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
56 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C5-1 -> C5-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
57 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C6-1 -> C6-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
58 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C7-1 -> C7-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
59 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C8-1 -> C8-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
60 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* C9-1 -> C9-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
61 ";
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
62
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
63 # Example starting from 0 brightness to 0x8F
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
64 ISSILedBrightness_example = "
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
65 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, /* C1-1 -> C1-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
66 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, /* C2-1 -> C2-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
67 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F, /* C3-1 -> C3-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
68 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B, 0x3C, 0x3D, 0x3E, 0x3F, /* C4-1 -> C4-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
69 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, /* C5-1 -> C5-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
70 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x5B, 0x5C, 0x5D, 0x5E, 0x5F, /* C6-1 -> C6-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
71 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, 0x6B, 0x6C, 0x6D, 0x6E, 0x6F, /* C7-1 -> C7-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
72 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A, 0x7B, 0x7C, 0x7D, 0x7E, 0x7F, /* C8-1 -> C8-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
73 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F, /* C9-1 -> C9-16 */
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
74 ";
58d2c5bf95eb Adding ISSILed API calls and default brightness
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
75