// This file contains the DCC and LED definitions.
//
// It was automatically generated by the program Prog_Generator_MobaLedLib.xlsm Ver. 3.5.0D4-long      by Hardi
// File creation: 29.05.2026 22:44:13
// (Attention: The display in the Arduino IDE is not updated if Options/External Editor is disabled)

#ifndef __LEDS_AUTOPROG_H__
#define __LEDS_AUTOPROG_H__

#ifndef CONFIG_ONLY
#ifndef ARDUINO_RASPBERRY_PI_PICO
#ifndef FASTLED_ESP32_I2S
#define FASTLED_INTERNAL       // Disable version number message in FastLED library (looks like an error)
#endif
#include <FastLED.h>           // The FastLED library must be installed in addition if you got the error message "..fatal error: FastLED.h: No such file or directory"
                               // Arduino IDE: Sketch / Include library / Manage libraries                    Deutsche IDE: Sketch / Bibliothek einbinden / Bibliothek verwalten
                               //              Type "FastLED" in the "Filter your search..." field                          "FastLED" in das "Grenzen Sie ihre Suche ein" Feld eingeben
                               //              Select the entry and click "Install"                                         Gefundenen Eintrag auswaehlen und "Install" anklicken
#else
#include <PicoFastLED.h>       // Juergens minimum version or FastLED for Raspberry Pico
#endif
#endif // CONFIG_ONLY

#include <MobaLedLib.h>

#define START_MSG "LEDs_AutoProg Ver 3: ESP32 3.5.0D4-long 29.05.26 22:44"

#define TWO_BUTTONS_PER_ADDRESS 1      // Two buttons (Red/Green) are used (DCC/LNet/CAN)
#ifdef NUM_LEDS
  #warning "'NUM_LEDS' definition in the main program is replaced by the included 'LEDs_AutoProg.h' with 260"
  #undef NUM_LEDS
#endif

#define NUM_LEDS 260                   // Number of LEDs (Maximal 256 RGB LEDs could be used)

#define LEDS_PER_CHANNEL ",260"

#define USE_PROTOCOL_DCC

#define RECEIVE_LED_COLOR_PER_RS232

#define GEN_BUTTON_RELEASE
#define GEN_BUTTON_RELEASE_COM GEN_OFF
#define USE_EXT_ADDR
#define USE_RS232_OR_SPI_AS_INPUT 1     // Use the RS232 or SPI Input to read DCC/LNet/SX commands from the second Arduino and from the PC (The SPI is only used if enabled with USE_SPI_COM)
#define ADDR_OFFSET 0

#define ADDR_MSK  0x3FFF  // 14 Bits are used for the Address

#define S_ONOFF   (uint16_t)0
#define B_RED     (uint16_t)(1<<14)
#define B_GREEN   (uint16_t)(2<<14)
#define O_RET_MSG (uint16_t)(3<<14)    // Return messages (Rueckmelder)
#define B_TAST    B_RED


typedef struct
    {
    uint16_t AddrAndTyp; // Addr range: 0..16383. The upper two bytes are used for the type
    uint8_t  InCnt;
    } __attribute__ ((packed)) Ext_Addr_T;

// Definition of external adresses
#ifdef CONFIG_ONLY
const Ext_Addr_T Ext_Addr[] __attribute__ ((section (".MLLAddressConfig"))) =
#else
const PROGMEM Ext_Addr_T Ext_Addr[] =
#endif
         { // Addr & Typ    InCnt
           { 100  + S_ONOFF,   1 },      // Excel row 7
           { 101  + S_ONOFF,   1 },      // Excel row 8
           { 102  + S_ONOFF,   1 },      // Excel row 9
           { 103  + S_ONOFF,   1 },      // Excel row 10
           { 104  + S_ONOFF,   1 },      // Excel row 11
           { 105  + S_ONOFF,   1 },      // Excel row 12
           { 106  + S_ONOFF,   1 },      // Excel row 13
           { 107  + S_ONOFF,   1 },      // Excel row 14
           { 108  + S_ONOFF,   1 },      // Excel row 15
           { 109  + S_ONOFF,   1 },      // Excel row 16
           { 110  + S_ONOFF,   1 },      // Excel row 18
           { 111  + S_ONOFF,   1 },      // Excel row 19
           { 112  + S_ONOFF,   1 },      // Excel row 20
           { 113  + S_ONOFF,   1 },      // Excel row 21
           { 114  + S_ONOFF,   1 },      // Excel row 22
           { 115  + S_ONOFF,   1 },      // Excel row 23
           { 116  + S_ONOFF,   1 },      // Excel row 24
           { 117  + S_ONOFF,   1 },      // Excel row 25
           { 118  + S_ONOFF,   1 },      // Excel row 26
           { 119  + S_ONOFF,   1 },      // Excel row 27
           { 120  + S_ONOFF,   1 },      // Excel row 29
           { 121  + S_ONOFF,   1 },      // Excel row 30
           { 122  + S_ONOFF,   1 },      // Excel row 31
           { 123  + S_ONOFF,   1 },      // Excel row 32
           { 124  + S_ONOFF,   1 },      // Excel row 33
           { 125  + S_ONOFF,   1 },      // Excel row 34
           { 126  + S_ONOFF,   1 },      // Excel row 35
           { 127  + S_ONOFF,   1 },      // Excel row 36
           { 128  + S_ONOFF,   1 },      // Excel row 37
           { 129  + S_ONOFF,   1 },      // Excel row 38
           { 130  + S_ONOFF,   1 },      // Excel row 40
           { 131  + S_ONOFF,   1 },      // Excel row 41
           { 132  + S_ONOFF,   1 },      // Excel row 42
           { 133  + S_ONOFF,   1 },      // Excel row 43
           { 134  + S_ONOFF,   1 },      // Excel row 44
           { 135  + S_ONOFF,   1 },      // Excel row 45
           { 136  + S_ONOFF,   1 },      // Excel row 46
           { 137  + S_ONOFF,   1 },      // Excel row 47
           { 138  + S_ONOFF,   1 },      // Excel row 48
           { 139  + S_ONOFF,   1 },      // Excel row 49
           { 140  + S_ONOFF,   1 },      // Excel row 51
           { 141  + S_ONOFF,   1 },      // Excel row 52
           { 142  + S_ONOFF,   1 },      // Excel row 53
           { 143  + S_ONOFF,   1 },      // Excel row 54
           { 144  + S_ONOFF,   1 },      // Excel row 55
           { 145  + S_ONOFF,   1 },      // Excel row 56
           { 146  + S_ONOFF,   1 },      // Excel row 57
           { 147  + S_ONOFF,   1 },      // Excel row 58
           { 148  + S_ONOFF,   1 },      // Excel row 59
           { 149  + S_ONOFF,   1 },      // Excel row 60
           { 150  + S_ONOFF,   1 },      // Excel row 62
           { 151  + S_ONOFF,   1 },      // Excel row 63
           { 152  + S_ONOFF,   1 },      // Excel row 64
           { 153  + S_ONOFF,   1 },      // Excel row 65
           { 154  + S_ONOFF,   1 },      // Excel row 66
           { 155  + S_ONOFF,   1 },      // Excel row 67
           { 156  + S_ONOFF,   1 },      // Excel row 68
           { 157  + S_ONOFF,   1 },      // Excel row 69
           { 158  + S_ONOFF,   1 },      // Excel row 70
           { 159  + S_ONOFF,   1 },      // Excel row 71
           { 160  + S_ONOFF,   1 },      // Excel row 73
           { 161  + S_ONOFF,   1 },      // Excel row 74
           { 162  + S_ONOFF,   1 },      // Excel row 75
           { 163  + S_ONOFF,   1 },      // Excel row 76
           { 164  + S_ONOFF,   1 },      // Excel row 77
           { 165  + S_ONOFF,   1 },      // Excel row 78
           { 166  + S_ONOFF,   1 },      // Excel row 79
           { 167  + S_ONOFF,   1 },      // Excel row 80
           { 168  + S_ONOFF,   1 },      // Excel row 81
           { 170  + S_ONOFF,   1 },      // Excel row 84
           { 171  + S_ONOFF,   1 },      // Excel row 85
           { 172  + S_ONOFF,   1 },      // Excel row 86
           { 173  + S_ONOFF,   1 },      // Excel row 87
           { 174  + S_ONOFF,   1 },      // Excel row 88
           { 175  + S_ONOFF,   1 },      // Excel row 89
           { 176  + S_ONOFF,   1 },      // Excel row 90
           { 177  + S_ONOFF,   1 },      // Excel row 91
           { 178  + S_ONOFF,   1 },      // Excel row 92
           { 179  + S_ONOFF,   1 },      // Excel row 93
           { 180  + S_ONOFF,   1 },      // Excel row 95
           { 181  + S_ONOFF,   1 },      // Excel row 96
           { 182  + S_ONOFF,   1 },      // Excel row 97
           { 183  + S_ONOFF,   1 },      // Excel row 98
           { 184  + S_ONOFF,   1 },      // Excel row 99
           { 185  + S_ONOFF,   1 },      // Excel row 100
           { 186  + S_ONOFF,   1 },      // Excel row 101
           { 187  + S_ONOFF,   1 },      // Excel row 102
           { 188  + S_ONOFF,   1 },      // Excel row 103
           { 189  + S_ONOFF,   1 },      // Excel row 104
           { 190  + S_ONOFF,   1 },      // Excel row 106
           { 191  + S_ONOFF,   1 },      // Excel row 107
           { 192  + S_ONOFF,   1 },      // Excel row 108
           { 193  + S_ONOFF,   1 },      // Excel row 109
           { 194  + S_ONOFF,   1 },      // Excel row 110
           { 195  + S_ONOFF,   1 },      // Excel row 111
           { 196  + S_ONOFF,   1 },      // Excel row 112
           { 197  + S_ONOFF,   1 },      // Excel row 113
           { 198  + S_ONOFF,   1 },      // Excel row 114
           { 199  + S_ONOFF,   1 },      // Excel row 115
           { 200  + S_ONOFF,   1 },      // Excel row 118
           { 201  + S_ONOFF,   1 },      // Excel row 119
           { 202  + S_ONOFF,   1 },      // Excel row 120
           { 203  + S_ONOFF,   1 },      // Excel row 121
           { 204  + S_ONOFF,   1 },      // Excel row 122
           { 205  + S_ONOFF,   1 },      // Excel row 123
           { 206  + S_ONOFF,   1 },      // Excel row 124
           { 207  + S_ONOFF,   1 },      // Excel row 125
           { 208  + S_ONOFF,   1 },      // Excel row 126
           { 209  + S_ONOFF,   1 },      // Excel row 127
           { 210  + S_ONOFF,   1 },      // Excel row 129
           { 211  + S_ONOFF,   1 },      // Excel row 130
           { 212  + S_ONOFF,   1 },      // Excel row 131
           { 213  + S_ONOFF,   1 },      // Excel row 132
           { 214  + S_ONOFF,   1 },      // Excel row 133
           { 215  + S_ONOFF,   1 },      // Excel row 134
           { 216  + S_ONOFF,   1 },      // Excel row 135
           { 217  + S_ONOFF,   1 },      // Excel row 136
           { 218  + S_ONOFF,   1 },      // Excel row 137
           { 219  + S_ONOFF,   1 },      // Excel row 138
           { 220  + S_ONOFF,   1 },      // Excel row 140
           { 221  + S_ONOFF,   1 },      // Excel row 141
           { 222  + S_ONOFF,   1 },      // Excel row 142
           { 223  + S_ONOFF,   1 },      // Excel row 143
           { 224  + S_ONOFF,   1 },      // Excel row 144
           { 225  + S_ONOFF,   1 },      // Excel row 145
           { 226  + S_ONOFF,   1 },      // Excel row 146
           { 227  + S_ONOFF,   1 },      // Excel row 147
           { 228  + S_ONOFF,   1 },      // Excel row 148
           { 229  + S_ONOFF,   1 },      // Excel row 149
           { 230  + S_ONOFF,   1 },      // Excel row 151
           { 231  + S_ONOFF,   1 },      // Excel row 152
           { 232  + S_ONOFF,   1 },      // Excel row 153
           { 233  + S_ONOFF,   1 },      // Excel row 154
           { 234  + S_ONOFF,   1 },      // Excel row 155
           { 235  + S_ONOFF,   1 },      // Excel row 156
           { 236  + S_ONOFF,   1 },      // Excel row 157
           { 237  + S_ONOFF,   1 },      // Excel row 158
           { 238  + S_ONOFF,   1 },      // Excel row 159
           { 239  + S_ONOFF,   1 },      // Excel row 160
           { 240  + S_ONOFF,   1 },      // Excel row 162
           { 241  + S_ONOFF,   1 },      // Excel row 163
           { 242  + S_ONOFF,   1 },      // Excel row 164
           { 243  + S_ONOFF,   1 },      // Excel row 165
           { 244  + S_ONOFF,   1 },      // Excel row 166
           { 245  + S_ONOFF,   1 },      // Excel row 167
           { 246  + S_ONOFF,   1 },      // Excel row 168
           { 247  + S_ONOFF,   1 },      // Excel row 169
           { 248  + S_ONOFF,   1 },      // Excel row 170
           { 249  + S_ONOFF,   1 },      // Excel row 171
           { 250  + S_ONOFF,   1 },      // Excel row 173
           { 251  + S_ONOFF,   1 },      // Excel row 174
           { 252  + S_ONOFF,   1 },      // Excel row 175
           { 253  + S_ONOFF,   1 },      // Excel row 176
           { 254  + S_ONOFF,   1 },      // Excel row 177
           { 255  + S_ONOFF,   1 },      // Excel row 178
           { 256  + S_ONOFF,   1 },      // Excel row 179
           { 257  + S_ONOFF,   1 },      // Excel row 180
           { 258  + S_ONOFF,   1 },      // Excel row 181
           { 259  + S_ONOFF,   1 },      // Excel row 182
           { 260  + S_ONOFF,   1 },      // Excel row 184
           { 261  + S_ONOFF,   1 },      // Excel row 185
           { 262  + S_ONOFF,   1 },      // Excel row 186
           { 263  + S_ONOFF,   1 },      // Excel row 187
           { 264  + S_ONOFF,   1 },      // Excel row 188
           { 265  + S_ONOFF,   1 },      // Excel row 189
           { 266  + S_ONOFF,   1 },      // Excel row 190
           { 267  + S_ONOFF,   1 },      // Excel row 191
           { 268  + S_ONOFF,   1 },      // Excel row 192
           { 270  + S_ONOFF,   1 },      // Excel row 195
           { 271  + S_ONOFF,   1 },      // Excel row 196
           { 272  + S_ONOFF,   1 },      // Excel row 197
           { 273  + S_ONOFF,   1 },      // Excel row 198
           { 274  + S_ONOFF,   1 },      // Excel row 199
           { 275  + S_ONOFF,   1 },      // Excel row 200
           { 276  + S_ONOFF,   1 },      // Excel row 201
           { 277  + S_ONOFF,   1 },      // Excel row 202
           { 278  + S_ONOFF,   1 },      // Excel row 203
           { 279  + S_ONOFF,   1 },      // Excel row 204
           { 280  + S_ONOFF,   1 },      // Excel row 206
           { 281  + S_ONOFF,   1 },      // Excel row 207
           { 282  + S_ONOFF,   1 },      // Excel row 208
           { 283  + S_ONOFF,   1 },      // Excel row 209
           { 284  + S_ONOFF,   1 },      // Excel row 210
           { 285  + S_ONOFF,   1 },      // Excel row 211
           { 286  + S_ONOFF,   1 },      // Excel row 212
           { 287  + S_ONOFF,   1 },      // Excel row 213
           { 288  + S_ONOFF,   1 },      // Excel row 214
           { 289  + S_ONOFF,   1 },      // Excel row 215
           { 290  + S_ONOFF,   1 },      // Excel row 217
           { 291  + S_ONOFF,   1 },      // Excel row 218
           { 292  + S_ONOFF,   1 },      // Excel row 219
           { 293  + S_ONOFF,   1 },      // Excel row 220
           { 294  + S_ONOFF,   1 },      // Excel row 221
           { 295  + S_ONOFF,   1 },      // Excel row 222
           { 296  + S_ONOFF,   1 },      // Excel row 223
           { 297  + S_ONOFF,   1 },      // Excel row 224
           { 298  + S_ONOFF,   1 },      // Excel row 225
           { 299  + S_ONOFF,   1 },      // Excel row 226
           { 300  + S_ONOFF,   1 },      // Excel row 228
           { 301  + S_ONOFF,   1 },      // Excel row 229
           { 302  + S_ONOFF,   1 },      // Excel row 230
           { 303  + S_ONOFF,   1 },      // Excel row 231
           { 304  + S_ONOFF,   1 },      // Excel row 232
           { 305  + S_ONOFF,   1 },      // Excel row 233
           { 306  + S_ONOFF,   1 },      // Excel row 234
           { 307  + S_ONOFF,   1 },      // Excel row 235
           { 308  + S_ONOFF,   1 },      // Excel row 236
           { 309  + S_ONOFF,   1 },      // Excel row 237
           { 310  + S_ONOFF,   1 },      // Excel row 239
           { 311  + S_ONOFF,   1 },      // Excel row 240
           { 312  + S_ONOFF,   1 },      // Excel row 241
           { 313  + S_ONOFF,   1 },      // Excel row 242
           { 314  + S_ONOFF,   1 },      // Excel row 243
           { 315  + S_ONOFF,   1 },      // Excel row 244
           { 316  + S_ONOFF,   1 },      // Excel row 245
           { 317  + S_ONOFF,   1 },      // Excel row 246
           { 318  + S_ONOFF,   1 },      // Excel row 247
           { 319  + S_ONOFF,   1 },      // Excel row 248
           { 320  + S_ONOFF,   1 },      // Excel row 250
           { 321  + S_ONOFF,   1 },      // Excel row 251
           { 322  + S_ONOFF,   1 },      // Excel row 252
           { 323  + S_ONOFF,   1 },      // Excel row 253
           { 324  + S_ONOFF,   1 },      // Excel row 254
           { 325  + S_ONOFF,   1 },      // Excel row 255
           { 326  + S_ONOFF,   1 },      // Excel row 256
           { 327  + S_ONOFF,   1 },      // Excel row 257
           { 328  + S_ONOFF,   1 },      // Excel row 258
           { 329  + S_ONOFF,   1 },      // Excel row 259
           { 330  + S_ONOFF,   1 },      // Excel row 261
           { 331  + S_ONOFF,   1 },      // Excel row 262
           { 332  + S_ONOFF,   1 },      // Excel row 263
           { 333  + S_ONOFF,   1 },      // Excel row 264
           { 334  + S_ONOFF,   1 },      // Excel row 265
           { 335  + S_ONOFF,   1 },      // Excel row 266
           { 336  + S_ONOFF,   1 },      // Excel row 267
           { 337  + S_ONOFF,   1 },      // Excel row 268
           { 338  + S_ONOFF,   1 },      // Excel row 269
           { 339  + S_ONOFF,   1 },      // Excel row 270
           { 340  + S_ONOFF,   1 },      // Excel row 272
           { 341  + S_ONOFF,   1 },      // Excel row 273
           { 342  + S_ONOFF,   1 },      // Excel row 274
           { 343  + S_ONOFF,   1 },      // Excel row 275
           { 344  + S_ONOFF,   1 },      // Excel row 276
           { 345  + S_ONOFF,   1 },      // Excel row 277
           { 346  + S_ONOFF,   1 },      // Excel row 278
           { 347  + S_ONOFF,   1 },      // Excel row 279
           { 348  + S_ONOFF,   1 },      // Excel row 280
           { 349  + S_ONOFF,   1 },      // Excel row 281
           { 350  + S_ONOFF,   1 },      // Excel row 283
           { 351  + S_ONOFF,   1 },      // Excel row 284
           { 352  + S_ONOFF,   1 },      // Excel row 285
           { 353  + S_ONOFF,   1 },      // Excel row 286
           { 354  + S_ONOFF,   1 },      // Excel row 287
           { 355  + S_ONOFF,   1 },      // Excel row 288
           { 356  + S_ONOFF,   1 },      // Excel row 289
           { 357  + S_ONOFF,   1 },      // Excel row 290
           { 358  + S_ONOFF,   1 },      // Excel row 291
         };


// Input channel defines for local inputs and expert users
#define INCH_DCC_100_ONOFF      0      // Excel row 7
#define INCH_DCC_101_ONOFF      1      // Excel row 8
#define INCH_DCC_102_ONOFF      2      // Excel row 9
#define INCH_DCC_103_ONOFF      3      // Excel row 10
#define INCH_DCC_104_ONOFF      4      // Excel row 11
#define INCH_DCC_105_ONOFF      5      // Excel row 12
#define INCH_DCC_106_ONOFF      6      // Excel row 13
#define INCH_DCC_107_ONOFF      7      // Excel row 14
#define INCH_DCC_108_ONOFF      8      // Excel row 15
#define INCH_DCC_109_ONOFF      9      // Excel row 16
#define INCH_DCC_110_ONOFF      10     // Excel row 18
#define INCH_DCC_111_ONOFF      11     // Excel row 19
#define INCH_DCC_112_ONOFF      12     // Excel row 20
#define INCH_DCC_113_ONOFF      13     // Excel row 21
#define INCH_DCC_114_ONOFF      14     // Excel row 22
#define INCH_DCC_115_ONOFF      15     // Excel row 23
#define INCH_DCC_116_ONOFF      16     // Excel row 24
#define INCH_DCC_117_ONOFF      17     // Excel row 25
#define INCH_DCC_118_ONOFF      18     // Excel row 26
#define INCH_DCC_119_ONOFF      19     // Excel row 27
#define INCH_DCC_120_ONOFF      20     // Excel row 29
#define INCH_DCC_121_ONOFF      21     // Excel row 30
#define INCH_DCC_122_ONOFF      22     // Excel row 31
#define INCH_DCC_123_ONOFF      23     // Excel row 32
#define INCH_DCC_124_ONOFF      24     // Excel row 33
#define INCH_DCC_125_ONOFF      25     // Excel row 34
#define INCH_DCC_126_ONOFF      26     // Excel row 35
#define INCH_DCC_127_ONOFF      27     // Excel row 36
#define INCH_DCC_128_ONOFF      28     // Excel row 37
#define INCH_DCC_129_ONOFF      29     // Excel row 38
#define INCH_DCC_130_ONOFF      30     // Excel row 40
#define INCH_DCC_131_ONOFF      31     // Excel row 41
#define INCH_DCC_132_ONOFF      32     // Excel row 42
#define INCH_DCC_133_ONOFF      33     // Excel row 43
#define INCH_DCC_134_ONOFF      34     // Excel row 44
#define INCH_DCC_135_ONOFF      35     // Excel row 45
#define INCH_DCC_136_ONOFF      36     // Excel row 46
#define INCH_DCC_137_ONOFF      37     // Excel row 47
#define INCH_DCC_138_ONOFF      38     // Excel row 48
#define INCH_DCC_139_ONOFF      39     // Excel row 49
#define INCH_DCC_140_ONOFF      40     // Excel row 51
#define INCH_DCC_141_ONOFF      41     // Excel row 52
#define INCH_DCC_142_ONOFF      42     // Excel row 53
#define INCH_DCC_143_ONOFF      43     // Excel row 54
#define INCH_DCC_144_ONOFF      44     // Excel row 55
#define INCH_DCC_145_ONOFF      45     // Excel row 56
#define INCH_DCC_146_ONOFF      46     // Excel row 57
#define INCH_DCC_147_ONOFF      47     // Excel row 58
#define INCH_DCC_148_ONOFF      48     // Excel row 59
#define INCH_DCC_149_ONOFF      49     // Excel row 60
#define INCH_DCC_150_ONOFF      50     // Excel row 62
#define INCH_DCC_151_ONOFF      51     // Excel row 63
#define INCH_DCC_152_ONOFF      52     // Excel row 64
#define INCH_DCC_153_ONOFF      53     // Excel row 65
#define INCH_DCC_154_ONOFF      54     // Excel row 66
#define INCH_DCC_155_ONOFF      55     // Excel row 67
#define INCH_DCC_156_ONOFF      56     // Excel row 68
#define INCH_DCC_157_ONOFF      57     // Excel row 69
#define INCH_DCC_158_ONOFF      58     // Excel row 70
#define INCH_DCC_159_ONOFF      59     // Excel row 71
#define INCH_DCC_160_ONOFF      60     // Excel row 73
#define INCH_DCC_161_ONOFF      61     // Excel row 74
#define INCH_DCC_162_ONOFF      62     // Excel row 75
#define INCH_DCC_163_ONOFF      63     // Excel row 76
#define INCH_DCC_164_ONOFF      64     // Excel row 77
#define INCH_DCC_165_ONOFF      65     // Excel row 78
#define INCH_DCC_166_ONOFF      66     // Excel row 79
#define INCH_DCC_167_ONOFF      67     // Excel row 80
#define INCH_DCC_168_ONOFF      68     // Excel row 81
#define INCH_DCC_170_ONOFF      69     // Excel row 84
#define INCH_DCC_171_ONOFF      70     // Excel row 85
#define INCH_DCC_172_ONOFF      71     // Excel row 86
#define INCH_DCC_173_ONOFF      72     // Excel row 87
#define INCH_DCC_174_ONOFF      73     // Excel row 88
#define INCH_DCC_175_ONOFF      74     // Excel row 89
#define INCH_DCC_176_ONOFF      75     // Excel row 90
#define INCH_DCC_177_ONOFF      76     // Excel row 91
#define INCH_DCC_178_ONOFF      77     // Excel row 92
#define INCH_DCC_179_ONOFF      78     // Excel row 93
#define INCH_DCC_180_ONOFF      79     // Excel row 95
#define INCH_DCC_181_ONOFF      80     // Excel row 96
#define INCH_DCC_182_ONOFF      81     // Excel row 97
#define INCH_DCC_183_ONOFF      82     // Excel row 98
#define INCH_DCC_184_ONOFF      83     // Excel row 99
#define INCH_DCC_185_ONOFF      84     // Excel row 100
#define INCH_DCC_186_ONOFF      85     // Excel row 101
#define INCH_DCC_187_ONOFF      86     // Excel row 102
#define INCH_DCC_188_ONOFF      87     // Excel row 103
#define INCH_DCC_189_ONOFF      88     // Excel row 104
#define INCH_DCC_190_ONOFF      89     // Excel row 106
#define INCH_DCC_191_ONOFF      90     // Excel row 107
#define INCH_DCC_192_ONOFF      91     // Excel row 108
#define INCH_DCC_193_ONOFF      92     // Excel row 109
#define INCH_DCC_194_ONOFF      93     // Excel row 110
#define INCH_DCC_195_ONOFF      94     // Excel row 111
#define INCH_DCC_196_ONOFF      95     // Excel row 112
#define INCH_DCC_197_ONOFF      96     // Excel row 113
#define INCH_DCC_198_ONOFF      97     // Excel row 114
#define INCH_DCC_199_ONOFF      98     // Excel row 115
#define INCH_DCC_200_ONOFF      99     // Excel row 118
#define INCH_DCC_201_ONOFF      100    // Excel row 119
#define INCH_DCC_202_ONOFF      101    // Excel row 120
#define INCH_DCC_203_ONOFF      102    // Excel row 121
#define INCH_DCC_204_ONOFF      103    // Excel row 122
#define INCH_DCC_205_ONOFF      104    // Excel row 123
#define INCH_DCC_206_ONOFF      105    // Excel row 124
#define INCH_DCC_207_ONOFF      106    // Excel row 125
#define INCH_DCC_208_ONOFF      107    // Excel row 126
#define INCH_DCC_209_ONOFF      108    // Excel row 127
#define INCH_DCC_210_ONOFF      109    // Excel row 129
#define INCH_DCC_211_ONOFF      110    // Excel row 130
#define INCH_DCC_212_ONOFF      111    // Excel row 131
#define INCH_DCC_213_ONOFF      112    // Excel row 132
#define INCH_DCC_214_ONOFF      113    // Excel row 133
#define INCH_DCC_215_ONOFF      114    // Excel row 134
#define INCH_DCC_216_ONOFF      115    // Excel row 135
#define INCH_DCC_217_ONOFF      116    // Excel row 136
#define INCH_DCC_218_ONOFF      117    // Excel row 137
#define INCH_DCC_219_ONOFF      118    // Excel row 138
#define INCH_DCC_220_ONOFF      119    // Excel row 140
#define INCH_DCC_221_ONOFF      120    // Excel row 141
#define INCH_DCC_222_ONOFF      121    // Excel row 142
#define INCH_DCC_223_ONOFF      122    // Excel row 143
#define INCH_DCC_224_ONOFF      123    // Excel row 144
#define INCH_DCC_225_ONOFF      124    // Excel row 145
#define INCH_DCC_226_ONOFF      125    // Excel row 146
#define INCH_DCC_227_ONOFF      126    // Excel row 147
#define INCH_DCC_228_ONOFF      127    // Excel row 148
#define INCH_DCC_229_ONOFF      128    // Excel row 149
#define INCH_DCC_230_ONOFF      129    // Excel row 151
#define INCH_DCC_231_ONOFF      130    // Excel row 152
#define INCH_DCC_232_ONOFF      131    // Excel row 153
#define INCH_DCC_233_ONOFF      132    // Excel row 154
#define INCH_DCC_234_ONOFF      133    // Excel row 155
#define INCH_DCC_235_ONOFF      134    // Excel row 156
#define INCH_DCC_236_ONOFF      135    // Excel row 157
#define INCH_DCC_237_ONOFF      136    // Excel row 158
#define INCH_DCC_238_ONOFF      137    // Excel row 159
#define INCH_DCC_239_ONOFF      138    // Excel row 160
#define INCH_DCC_240_ONOFF      139    // Excel row 162
#define INCH_DCC_241_ONOFF      140    // Excel row 163
#define INCH_DCC_242_ONOFF      141    // Excel row 164
#define INCH_DCC_243_ONOFF      142    // Excel row 165
#define INCH_DCC_244_ONOFF      143    // Excel row 166
#define INCH_DCC_245_ONOFF      144    // Excel row 167
#define INCH_DCC_246_ONOFF      145    // Excel row 168
#define INCH_DCC_247_ONOFF      146    // Excel row 169
#define INCH_DCC_248_ONOFF      147    // Excel row 170
#define INCH_DCC_249_ONOFF      148    // Excel row 171
#define INCH_DCC_250_ONOFF      149    // Excel row 173
#define INCH_DCC_251_ONOFF      150    // Excel row 174
#define INCH_DCC_252_ONOFF      151    // Excel row 175
#define INCH_DCC_253_ONOFF      152    // Excel row 176
#define INCH_DCC_254_ONOFF      153    // Excel row 177
#define INCH_DCC_255_ONOFF      154    // Excel row 178
#define INCH_DCC_256_ONOFF      155    // Excel row 179
#define INCH_DCC_257_ONOFF      156    // Excel row 180
#define INCH_DCC_258_ONOFF      157    // Excel row 181
#define INCH_DCC_259_ONOFF      158    // Excel row 182
#define INCH_DCC_260_ONOFF      159    // Excel row 184
#define INCH_DCC_261_ONOFF      160    // Excel row 185
#define INCH_DCC_262_ONOFF      161    // Excel row 186
#define INCH_DCC_263_ONOFF      162    // Excel row 187
#define INCH_DCC_264_ONOFF      163    // Excel row 188
#define INCH_DCC_265_ONOFF      164    // Excel row 189
#define INCH_DCC_266_ONOFF      165    // Excel row 190
#define INCH_DCC_267_ONOFF      166    // Excel row 191
#define INCH_DCC_268_ONOFF      167    // Excel row 192
#define INCH_DCC_270_ONOFF      168    // Excel row 195
#define INCH_DCC_271_ONOFF      169    // Excel row 196
#define INCH_DCC_272_ONOFF      170    // Excel row 197
#define INCH_DCC_273_ONOFF      171    // Excel row 198
#define INCH_DCC_274_ONOFF      172    // Excel row 199
#define INCH_DCC_275_ONOFF      173    // Excel row 200
#define INCH_DCC_276_ONOFF      174    // Excel row 201
#define INCH_DCC_277_ONOFF      175    // Excel row 202
#define INCH_DCC_278_ONOFF      176    // Excel row 203
#define INCH_DCC_279_ONOFF      177    // Excel row 204
#define INCH_DCC_280_ONOFF      178    // Excel row 206
#define INCH_DCC_281_ONOFF      179    // Excel row 207
#define INCH_DCC_282_ONOFF      180    // Excel row 208
#define INCH_DCC_283_ONOFF      181    // Excel row 209
#define INCH_DCC_284_ONOFF      182    // Excel row 210
#define INCH_DCC_285_ONOFF      183    // Excel row 211
#define INCH_DCC_286_ONOFF      184    // Excel row 212
#define INCH_DCC_287_ONOFF      185    // Excel row 213
#define INCH_DCC_288_ONOFF      186    // Excel row 214
#define INCH_DCC_289_ONOFF      187    // Excel row 215
#define INCH_DCC_290_ONOFF      188    // Excel row 217
#define INCH_DCC_291_ONOFF      189    // Excel row 218
#define INCH_DCC_292_ONOFF      190    // Excel row 219
#define INCH_DCC_293_ONOFF      191    // Excel row 220
#define INCH_DCC_294_ONOFF      192    // Excel row 221
#define INCH_DCC_295_ONOFF      193    // Excel row 222
#define INCH_DCC_296_ONOFF      194    // Excel row 223
#define INCH_DCC_297_ONOFF      195    // Excel row 224
#define INCH_DCC_298_ONOFF      196    // Excel row 225
#define INCH_DCC_299_ONOFF      197    // Excel row 226
#define INCH_DCC_300_ONOFF      198    // Excel row 228
#define INCH_DCC_301_ONOFF      199    // Excel row 229
#define INCH_DCC_302_ONOFF      200    // Excel row 230
#define INCH_DCC_303_ONOFF      201    // Excel row 231
#define INCH_DCC_304_ONOFF      202    // Excel row 232
#define INCH_DCC_305_ONOFF      203    // Excel row 233
#define INCH_DCC_306_ONOFF      204    // Excel row 234
#define INCH_DCC_307_ONOFF      205    // Excel row 235
#define INCH_DCC_308_ONOFF      206    // Excel row 236
#define INCH_DCC_309_ONOFF      207    // Excel row 237
#define INCH_DCC_310_ONOFF      208    // Excel row 239
#define INCH_DCC_311_ONOFF      209    // Excel row 240
#define INCH_DCC_312_ONOFF      210    // Excel row 241
#define INCH_DCC_313_ONOFF      211    // Excel row 242
#define INCH_DCC_314_ONOFF      212    // Excel row 243
#define INCH_DCC_315_ONOFF      213    // Excel row 244
#define INCH_DCC_316_ONOFF      214    // Excel row 245
#define INCH_DCC_317_ONOFF      215    // Excel row 246
#define INCH_DCC_318_ONOFF      216    // Excel row 247
#define INCH_DCC_319_ONOFF      217    // Excel row 248
#define INCH_DCC_320_ONOFF      218    // Excel row 250
#define INCH_DCC_321_ONOFF      219    // Excel row 251
#define INCH_DCC_322_ONOFF      220    // Excel row 252
#define INCH_DCC_323_ONOFF      221    // Excel row 253
#define INCH_DCC_324_ONOFF      222    // Excel row 254
#define INCH_DCC_325_ONOFF      223    // Excel row 255
#define INCH_DCC_326_ONOFF      224    // Excel row 256
#define INCH_DCC_327_ONOFF      225    // Excel row 257
#define INCH_DCC_328_ONOFF      226    // Excel row 258
#define INCH_DCC_329_ONOFF      227    // Excel row 259
#define INCH_DCC_330_ONOFF      228    // Excel row 261
#define INCH_DCC_331_ONOFF      229    // Excel row 262
#define INCH_DCC_332_ONOFF      230    // Excel row 263
#define INCH_DCC_333_ONOFF      231    // Excel row 264
#define INCH_DCC_334_ONOFF      232    // Excel row 265
#define INCH_DCC_335_ONOFF      233    // Excel row 266
#define INCH_DCC_336_ONOFF      234    // Excel row 267
#define INCH_DCC_337_ONOFF      235    // Excel row 268
#define INCH_DCC_338_ONOFF      236    // Excel row 269
#define INCH_DCC_339_ONOFF      237    // Excel row 270
#define INCH_DCC_340_ONOFF      238    // Excel row 272
#define INCH_DCC_341_ONOFF      239    // Excel row 273
#define INCH_DCC_342_ONOFF      240    // Excel row 274
#define INCH_DCC_343_ONOFF      241    // Excel row 275
#define INCH_DCC_344_ONOFF      242    // Excel row 276
#define INCH_DCC_345_ONOFF      243    // Excel row 277
#define INCH_DCC_346_ONOFF      244    // Excel row 278
#define INCH_DCC_347_ONOFF      245    // Excel row 279
#define INCH_DCC_348_ONOFF      246    // Excel row 280
#define INCH_DCC_349_ONOFF      247    // Excel row 281
#define INCH_DCC_350_ONOFF      248    // Excel row 283
#define INCH_DCC_351_ONOFF      249    // Excel row 284
#define INCH_DCC_352_ONOFF      250    // Excel row 285
#define INCH_DCC_353_ONOFF      251    // Excel row 286
#define INCH_DCC_354_ONOFF      252    // Excel row 287
#define INCH_DCC_355_ONOFF      253    // Excel row 288
#define INCH_DCC_356_ONOFF      254    // Excel row 289
#define INCH_DCC_357_ONOFF      255    // Excel row 290
#define INCH_DCC_358_ONOFF      256    // Excel row 291



#define TOTAL_SWITCHES_A  0                                        // Number of used inputs for analog keyboard
#define TOTAL_SWITCHES_B  0                                        // Number of used inputs for keyboard 1
#define TOTAL_SWITCHES_C  0                                        // Number of used inputs for keyboard 2
#define TOTAL_SWITCHES_D  0                                        // Number of used inputs for main board switches
#define TOTAL_VARIABLES   0                                        // Number of used variables
/*********************/
#define SETUP_FASTLED()                                                      \
/*********************/                                                      \
  CLEDController& controller0 = FastLED.addLeds<NEOPIXEL, 27>(leds+  0,260); \
                                                                             \
  controller0.clearLeds(256);                                                \
  FastLED.setDither(DISABLE_DITHER);       // avoid sending slightly modified brightness values
/*End*/



//*******************************************************************
// *** Configuration array which defines the behavior of the LEDs ***
MobaLedLib_Configuration()
  {
  RGB_Heartbeat_Color(0, 5, 255, 0, 1 Sek)                                                                    /* Excel row 5                                                                                                                                                                                 */
  ConstRGB(1, 0, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 7                                                                                                                                                                                 */
  ConstRGB(2, 1, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 8                                                                                                                                                                                 */
  ConstRGB(3, 2, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 9                                                                                                                                                                                 */
  ConstRGB(4, 3, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 10                                                                                                                                                                                */
  ConstRGB(5, 4, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 11                                                                                                                                                                                */
  ConstRGB(6, 5, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 12                                                                                                                                                                                */
  ConstRGB(7, 6, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 13                                                                                                                                                                                */
  ConstRGB(8, 7, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 14                                                                                                                                                                                */
  ConstRGB(9, 8, 0, 0, 0, 40, 40, 40)                                                                         /* Excel row 15                                                                                                                                                                                */
  ConstRGB(10, 9, 0, 0, 0, 40, 40, 40)                                                                        /* Excel row 16                                                                                                                                                                                */
  ConstRGB(11, 10, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 18                                                                                                                                                                                */
  ConstRGB(12, 11, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 19                                                                                                                                                                                */
  ConstRGB(13, 12, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 20                                                                                                                                                                                */
  ConstRGB(14, 13, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 21                                                                                                                                                                                */
  ConstRGB(15, 14, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 22                                                                                                                                                                                */
  ConstRGB(16, 15, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 23                                                                                                                                                                                */
  ConstRGB(17, 16, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 24                                                                                                                                                                                */
  ConstRGB(18, 17, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 25                                                                                                                                                                                */
  ConstRGB(19, 18, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 26                                                                                                                                                                                */
  ConstRGB(20, 19, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 27                                                                                                                                                                                */
  ConstRGB(21, 20, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 29                                                                                                                                                                                */
  ConstRGB(22, 21, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 30                                                                                                                                                                                */
  ConstRGB(23, 22, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 31                                                                                                                                                                                */
  ConstRGB(24, 23, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 32                                                                                                                                                                                */
  ConstRGB(25, 24, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 33                                                                                                                                                                                */
  ConstRGB(26, 25, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 34                                                                                                                                                                                */
  ConstRGB(27, 26, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 35                                                                                                                                                                                */
  ConstRGB(28, 27, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 36                                                                                                                                                                                */
  ConstRGB(29, 28, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 37                                                                                                                                                                                */
  ConstRGB(30, 29, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 38                                                                                                                                                                                */
  ConstRGB(31, 30, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 40                                                                                                                                                                                */
  ConstRGB(32, 31, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 41                                                                                                                                                                                */
  ConstRGB(33, 32, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 42                                                                                                                                                                                */
  ConstRGB(34, 33, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 43                                                                                                                                                                                */
  ConstRGB(35, 34, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 44                                                                                                                                                                                */
  ConstRGB(36, 35, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 45                                                                                                                                                                                */
  ConstRGB(37, 36, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 46                                                                                                                                                                                */
  ConstRGB(38, 37, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 47                                                                                                                                                                                */
  ConstRGB(39, 38, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 48                                                                                                                                                                                */
  ConstRGB(40, 39, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 49                                                                                                                                                                                */
  ConstRGB(41, 40, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 51                                                                                                                                                                                */
  ConstRGB(42, 41, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 52                                                                                                                                                                                */
  ConstRGB(43, 42, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 53                                                                                                                                                                                */
  ConstRGB(44, 43, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 54                                                                                                                                                                                */
  ConstRGB(45, 44, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 55                                                                                                                                                                                */
  ConstRGB(46, 45, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 56                                                                                                                                                                                */
  ConstRGB(47, 46, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 57                                                                                                                                                                                */
  ConstRGB(48, 47, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 58                                                                                                                                                                                */
  ConstRGB(49, 48, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 59                                                                                                                                                                                */
  ConstRGB(50, 49, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 60                                                                                                                                                                                */
  ConstRGB(51, 50, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 62                                                                                                                                                                                */
  ConstRGB(52, 51, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 63                                                                                                                                                                                */
  ConstRGB(53, 52, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 64                                                                                                                                                                                */
  ConstRGB(54, 53, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 65                                                                                                                                                                                */
  ConstRGB(55, 54, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 66                                                                                                                                                                                */
  ConstRGB(56, 55, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 67                                                                                                                                                                                */
  ConstRGB(57, 56, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 68                                                                                                                                                                                */
  ConstRGB(58, 57, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 69                                                                                                                                                                                */
  ConstRGB(59, 58, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 70                                                                                                                                                                                */
  ConstRGB(60, 59, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 71                                                                                                                                                                                */
  ConstRGB(61, 60, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 73                                                                                                                                                                                */
  ConstRGB(62, 61, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 74                                                                                                                                                                                */
  ConstRGB(63, 62, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 75                                                                                                                                                                                */
  ConstRGB(64, 63, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 76                                                                                                                                                                                */
  ConstRGB(65, 64, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 77                                                                                                                                                                                */
  ConstRGB(66, 65, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 78                                                                                                                                                                                */
  ConstRGB(67, 66, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 79                                                                                                                                                                                */
  ConstRGB(68, 67, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 80                                                                                                                                                                                */
  ConstRGB(69, 68, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 81                                                                                                                                                                                */
  ConstRGB(70, INCH_DCC_168_ONOFF, 0, 0, 0, 40, 40, 40)                                                       /* Excel row 82                                                                                                                                                                                */
  ConstRGB(71, 69, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 84                                                                                                                                                                                */
  ConstRGB(72, 70, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 85                                                                                                                                                                                */
  ConstRGB(73, 71, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 86                                                                                                                                                                                */
  ConstRGB(74, 72, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 87                                                                                                                                                                                */
  ConstRGB(75, 73, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 88                                                                                                                                                                                */
  ConstRGB(76, 74, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 89                                                                                                                                                                                */
  ConstRGB(77, 75, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 90                                                                                                                                                                                */
  ConstRGB(78, 76, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 91                                                                                                                                                                                */
  ConstRGB(79, 77, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 92                                                                                                                                                                                */
  ConstRGB(80, 78, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 93                                                                                                                                                                                */
  ConstRGB(81, 79, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 95                                                                                                                                                                                */
  ConstRGB(82, 80, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 96                                                                                                                                                                                */
  ConstRGB(83, 81, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 97                                                                                                                                                                                */
  ConstRGB(84, 82, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 98                                                                                                                                                                                */
  ConstRGB(85, 83, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 99                                                                                                                                                                                */
  ConstRGB(86, 84, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 100                                                                                                                                                                               */
  ConstRGB(87, 85, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 101                                                                                                                                                                               */
  ConstRGB(88, 86, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 102                                                                                                                                                                               */
  ConstRGB(89, 87, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 103                                                                                                                                                                               */
  ConstRGB(90, 88, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 104                                                                                                                                                                               */
  ConstRGB(91, 89, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 106                                                                                                                                                                               */
  ConstRGB(92, 90, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 107                                                                                                                                                                               */
  ConstRGB(93, 91, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 108                                                                                                                                                                               */
  ConstRGB(94, 92, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 109                                                                                                                                                                               */
  ConstRGB(95, 93, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 110                                                                                                                                                                               */
  ConstRGB(96, 94, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 111                                                                                                                                                                               */
  ConstRGB(97, 95, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 112                                                                                                                                                                               */
  ConstRGB(98, 96, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 113                                                                                                                                                                               */
  ConstRGB(99, 97, 0, 0, 0, 40, 40, 40)                                                                       /* Excel row 114                                                                                                                                                                               */
  ConstRGB(100, 98, 0, 0, 0, 40, 40, 40)                                                                      /* Excel row 115                                                                                                                                                                               */
  ConstRGB(101, 99, 0, 0, 0, 40, 40, 40)                                                                      /* Excel row 118                                                                                                                                                                               */
  ConstRGB(102, 100, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 119                                                                                                                                                                               */
  ConstRGB(103, 101, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 120                                                                                                                                                                               */
  ConstRGB(104, 102, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 121                                                                                                                                                                               */
  ConstRGB(105, 103, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 122                                                                                                                                                                               */
  ConstRGB(106, 104, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 123                                                                                                                                                                               */
  ConstRGB(107, 105, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 124                                                                                                                                                                               */
  ConstRGB(108, 106, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 125                                                                                                                                                                               */
  ConstRGB(109, 107, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 126                                                                                                                                                                               */
  ConstRGB(110, 108, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 127                                                                                                                                                                               */
  ConstRGB(111, 109, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 129                                                                                                                                                                               */
  ConstRGB(112, 110, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 130                                                                                                                                                                               */
  ConstRGB(113, 111, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 131                                                                                                                                                                               */
  ConstRGB(114, 112, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 132                                                                                                                                                                               */
  ConstRGB(115, 113, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 133                                                                                                                                                                               */
  ConstRGB(116, 114, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 134                                                                                                                                                                               */
  ConstRGB(117, 115, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 135                                                                                                                                                                               */
  ConstRGB(118, 116, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 136                                                                                                                                                                               */
  ConstRGB(119, 117, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 137                                                                                                                                                                               */
  ConstRGB(120, 118, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 138                                                                                                                                                                               */
  ConstRGB(121, 119, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 140                                                                                                                                                                               */
  ConstRGB(122, 120, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 141                                                                                                                                                                               */
  ConstRGB(123, 121, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 142                                                                                                                                                                               */
  ConstRGB(124, 122, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 143                                                                                                                                                                               */
  ConstRGB(125, 123, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 144                                                                                                                                                                               */
  ConstRGB(126, 124, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 145                                                                                                                                                                               */
  ConstRGB(127, 125, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 146                                                                                                                                                                               */
  ConstRGB(128, 126, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 147                                                                                                                                                                               */
  ConstRGB(129, 127, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 148                                                                                                                                                                               */
  ConstRGB(130, 128, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 149                                                                                                                                                                               */
  ConstRGB(131, 129, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 151                                                                                                                                                                               */
  ConstRGB(132, 130, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 152                                                                                                                                                                               */
  ConstRGB(133, 131, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 153                                                                                                                                                                               */
  ConstRGB(134, 132, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 154                                                                                                                                                                               */
  ConstRGB(135, 133, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 155                                                                                                                                                                               */
  ConstRGB(136, 134, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 156                                                                                                                                                                               */
  ConstRGB(137, 135, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 157                                                                                                                                                                               */
  ConstRGB(138, 136, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 158                                                                                                                                                                               */
  ConstRGB(139, 137, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 159                                                                                                                                                                               */
  ConstRGB(140, 138, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 160                                                                                                                                                                               */
  ConstRGB(141, 139, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 162                                                                                                                                                                               */
  ConstRGB(142, 140, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 163                                                                                                                                                                               */
  ConstRGB(143, 141, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 164                                                                                                                                                                               */
  ConstRGB(144, 142, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 165                                                                                                                                                                               */
  ConstRGB(145, 143, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 166                                                                                                                                                                               */
  ConstRGB(146, 144, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 167                                                                                                                                                                               */
  ConstRGB(147, 145, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 168                                                                                                                                                                               */
  ConstRGB(148, 146, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 169                                                                                                                                                                               */
  ConstRGB(149, 147, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 170                                                                                                                                                                               */
  ConstRGB(150, 148, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 171                                                                                                                                                                               */
  ConstRGB(151, 149, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 173                                                                                                                                                                               */
  ConstRGB(152, 150, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 174                                                                                                                                                                               */
  ConstRGB(153, 151, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 175                                                                                                                                                                               */
  ConstRGB(154, 152, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 176                                                                                                                                                                               */
  ConstRGB(155, 153, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 177                                                                                                                                                                               */
  ConstRGB(156, 154, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 178                                                                                                                                                                               */
  ConstRGB(157, 155, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 179                                                                                                                                                                               */
  ConstRGB(158, 156, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 180                                                                                                                                                                               */
  ConstRGB(159, 157, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 181                                                                                                                                                                               */
  ConstRGB(160, 158, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 182                                                                                                                                                                               */
  ConstRGB(161, 159, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 184                                                                                                                                                                               */
  ConstRGB(162, 160, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 185                                                                                                                                                                               */
  ConstRGB(163, 161, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 186                                                                                                                                                                               */
  ConstRGB(164, 162, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 187                                                                                                                                                                               */
  ConstRGB(165, 163, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 188                                                                                                                                                                               */
  ConstRGB(166, 164, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 189                                                                                                                                                                               */
  ConstRGB(167, 165, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 190                                                                                                                                                                               */
  ConstRGB(168, 166, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 191                                                                                                                                                                               */
  ConstRGB(169, 167, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 192                                                                                                                                                                               */
  ConstRGB(170, INCH_DCC_268_ONOFF, 0, 0, 0, 40, 40, 40)                                                      /* Excel row 193                                                                                                                                                                               */
  ConstRGB(171, 168, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 195                                                                                                                                                                               */
  ConstRGB(172, 169, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 196                                                                                                                                                                               */
  ConstRGB(173, 170, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 197                                                                                                                                                                               */
  ConstRGB(174, 171, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 198                                                                                                                                                                               */
  ConstRGB(175, 172, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 199                                                                                                                                                                               */
  ConstRGB(176, 173, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 200                                                                                                                                                                               */
  ConstRGB(177, 174, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 201                                                                                                                                                                               */
  ConstRGB(178, 175, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 202                                                                                                                                                                               */
  ConstRGB(179, 176, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 203                                                                                                                                                                               */
  ConstRGB(180, 177, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 204                                                                                                                                                                               */
  ConstRGB(181, 178, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 206                                                                                                                                                                               */
  ConstRGB(182, 179, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 207                                                                                                                                                                               */
  ConstRGB(183, 180, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 208                                                                                                                                                                               */
  ConstRGB(184, 181, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 209                                                                                                                                                                               */
  ConstRGB(185, 182, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 210                                                                                                                                                                               */
  ConstRGB(186, 183, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 211                                                                                                                                                                               */
  ConstRGB(187, 184, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 212                                                                                                                                                                               */
  ConstRGB(188, 185, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 213                                                                                                                                                                               */
  ConstRGB(189, 186, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 214                                                                                                                                                                               */
  ConstRGB(190, 187, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 215                                                                                                                                                                               */
  ConstRGB(191, 188, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 217                                                                                                                                                                               */
  ConstRGB(192, 189, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 218                                                                                                                                                                               */
  ConstRGB(193, 190, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 219                                                                                                                                                                               */
  ConstRGB(194, 191, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 220                                                                                                                                                                               */
  ConstRGB(195, 192, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 221                                                                                                                                                                               */
  ConstRGB(196, 193, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 222                                                                                                                                                                               */
  ConstRGB(197, 194, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 223                                                                                                                                                                               */
  ConstRGB(198, 195, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 224                                                                                                                                                                               */
  ConstRGB(199, 196, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 225                                                                                                                                                                               */
  ConstRGB(200, 197, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 226                                                                                                                                                                               */
  ConstRGB(201, 198, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 228                                                                                                                                                                               */
  ConstRGB(202, 199, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 229                                                                                                                                                                               */
  ConstRGB(203, 200, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 230                                                                                                                                                                               */
  ConstRGB(204, 201, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 231                                                                                                                                                                               */
  ConstRGB(205, 202, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 232                                                                                                                                                                               */
  ConstRGB(206, 203, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 233                                                                                                                                                                               */
  ConstRGB(207, 204, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 234                                                                                                                                                                               */
  ConstRGB(208, 205, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 235                                                                                                                                                                               */
  ConstRGB(209, 206, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 236                                                                                                                                                                               */
  ConstRGB(210, 207, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 237                                                                                                                                                                               */
  ConstRGB(211, 208, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 239                                                                                                                                                                               */
  ConstRGB(212, 209, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 240                                                                                                                                                                               */
  ConstRGB(213, 210, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 241                                                                                                                                                                               */
  ConstRGB(214, 211, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 242                                                                                                                                                                               */
  ConstRGB(215, 212, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 243                                                                                                                                                                               */
  ConstRGB(216, 213, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 244                                                                                                                                                                               */
  ConstRGB(217, 214, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 245                                                                                                                                                                               */
  ConstRGB(218, 215, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 246                                                                                                                                                                               */
  ConstRGB(219, 216, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 247                                                                                                                                                                               */
  ConstRGB(220, 217, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 248                                                                                                                                                                               */
  ConstRGB(221, 218, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 250                                                                                                                                                                               */
  ConstRGB(222, 219, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 251                                                                                                                                                                               */
  ConstRGB(223, 220, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 252                                                                                                                                                                               */
  ConstRGB(224, 221, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 253                                                                                                                                                                               */
  ConstRGB(225, 222, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 254                                                                                                                                                                               */
  ConstRGB(226, 223, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 255                                                                                                                                                                               */
  ConstRGB(227, 224, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 256                                                                                                                                                                               */
  ConstRGB(228, 225, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 257                                                                                                                                                                               */
  ConstRGB(229, 226, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 258                                                                                                                                                                               */
  ConstRGB(230, 227, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 259                                                                                                                                                                               */
  ConstRGB(231, 228, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 261                                                                                                                                                                               */
  ConstRGB(232, 229, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 262                                                                                                                                                                               */
  ConstRGB(233, 230, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 263                                                                                                                                                                               */
  ConstRGB(234, 231, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 264                                                                                                                                                                               */
  ConstRGB(235, 232, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 265                                                                                                                                                                               */
  ConstRGB(236, 233, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 266                                                                                                                                                                               */
  ConstRGB(237, 234, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 267                                                                                                                                                                               */
  ConstRGB(238, 235, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 268                                                                                                                                                                               */
  ConstRGB(239, 236, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 269                                                                                                                                                                               */
  ConstRGB(240, 237, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 270                                                                                                                                                                               */
  ConstRGB(241, 238, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 272                                                                                                                                                                               */
  ConstRGB(242, 239, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 273                                                                                                                                                                               */
  ConstRGB(243, 240, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 274                                                                                                                                                                               */
  ConstRGB(244, 241, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 275                                                                                                                                                                               */
  ConstRGB(245, 242, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 276                                                                                                                                                                               */
  ConstRGB(246, 243, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 277                                                                                                                                                                               */
  ConstRGB(247, 244, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 278                                                                                                                                                                               */
  ConstRGB(248, 245, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 279                                                                                                                                                                               */
  ConstRGB(249, 246, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 280                                                                                                                                                                               */
  ConstRGB(250, 247, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 281                                                                                                                                                                               */
  ConstRGB(251, 248, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 283                                                                                                                                                                               */
  ConstRGB(252, 249, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 284                                                                                                                                                                               */
  ConstRGB(253, 250, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 285                                                                                                                                                                               */
  ConstRGB(254, 251, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 286                                                                                                                                                                               */
  ConstRGB(255, 252, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 287                                                                                                                                                                               */
  ConstRGB(256, 253, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 288                                                                                                                                                                               */
  ConstRGB(257, 254, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 289                                                                                                                                                                               */
  ConstRGB(258, 255, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 290                                                                                                                                                                               */
  ConstRGB(259, 256, 0, 0, 0, 40, 40, 40)                                                                     /* Excel row 291                                                                                                                                                                               */

  EndCfg // End of the configuration
  };
//*******************************************************************

#ifndef COPYLED_OFF
#define COPYLED_OFF 0
#endif

#ifndef COPYLED_OFF_ONCE
#define COPYLED_OFF_ONCE 1
#endif

//---------------------------------------------
void Set_Start_Values(MobaLedLib_C &MobaLedLib)
//---------------------------------------------
{
}


// if function returns TRUE the calling loop stops
typedef bool(*HandleValue_t) (uint8_t CallbackType, uint8_t ValueId, uint8_t* Value, uint16_t EEPromAddr, uint8_t TargetValueId, uint8_t Options);


#define InCnt_MSK  0x003F  // 6 bits are used for the InCnt, 2 bits for the type ttcc cccc => Max InCnt=63
#define IS_COUNTER (uint8_t)0x80
#define IS_PULSE   (uint8_t)0x40
#define IS_TOGGLE  (uint8_t)0x00
#define COUNTER_ID

typedef struct
    {
    uint8_t TypAndInCnt; // Type bits 7 & 6, InCnt 0..5
    uint8_t Channel;
    } __attribute__ ((packed)) Store_Channel_T;

// Definition of channels and counters that need to store state in EEProm
const PROGMEM Store_Channel_T Store_Values[] =
         { // Mode + InCnt , Channel
           { IS_TOGGLE + 1 , INCH_DCC_100_ONOFF  },      // Excel row 7
           { IS_TOGGLE + 1 , INCH_DCC_101_ONOFF  },      // Excel row 8
           { IS_TOGGLE + 1 , INCH_DCC_102_ONOFF  },      // Excel row 9
           { IS_TOGGLE + 1 , INCH_DCC_103_ONOFF  },      // Excel row 10
           { IS_TOGGLE + 1 , INCH_DCC_104_ONOFF  },      // Excel row 11
           { IS_TOGGLE + 1 , INCH_DCC_105_ONOFF  },      // Excel row 12
           { IS_TOGGLE + 1 , INCH_DCC_106_ONOFF  },      // Excel row 13
           { IS_TOGGLE + 1 , INCH_DCC_107_ONOFF  },      // Excel row 14
           { IS_TOGGLE + 1 , INCH_DCC_108_ONOFF  },      // Excel row 15
           { IS_TOGGLE + 1 , INCH_DCC_109_ONOFF  },      // Excel row 16
           { IS_TOGGLE + 1 , INCH_DCC_110_ONOFF  },      // Excel row 18
           { IS_TOGGLE + 1 , INCH_DCC_111_ONOFF  },      // Excel row 19
           { IS_TOGGLE + 1 , INCH_DCC_112_ONOFF  },      // Excel row 20
           { IS_TOGGLE + 1 , INCH_DCC_113_ONOFF  },      // Excel row 21
           { IS_TOGGLE + 1 , INCH_DCC_114_ONOFF  },      // Excel row 22
           { IS_TOGGLE + 1 , INCH_DCC_115_ONOFF  },      // Excel row 23
           { IS_TOGGLE + 1 , INCH_DCC_116_ONOFF  },      // Excel row 24
           { IS_TOGGLE + 1 , INCH_DCC_117_ONOFF  },      // Excel row 25
           { IS_TOGGLE + 1 , INCH_DCC_118_ONOFF  },      // Excel row 26
           { IS_TOGGLE + 1 , INCH_DCC_119_ONOFF  },      // Excel row 27
           { IS_TOGGLE + 1 , INCH_DCC_120_ONOFF  },      // Excel row 29
           { IS_TOGGLE + 1 , INCH_DCC_121_ONOFF  },      // Excel row 30
           { IS_TOGGLE + 1 , INCH_DCC_122_ONOFF  },      // Excel row 31
           { IS_TOGGLE + 1 , INCH_DCC_123_ONOFF  },      // Excel row 32
           { IS_TOGGLE + 1 , INCH_DCC_124_ONOFF  },      // Excel row 33
           { IS_TOGGLE + 1 , INCH_DCC_125_ONOFF  },      // Excel row 34
           { IS_TOGGLE + 1 , INCH_DCC_126_ONOFF  },      // Excel row 35
           { IS_TOGGLE + 1 , INCH_DCC_127_ONOFF  },      // Excel row 36
           { IS_TOGGLE + 1 , INCH_DCC_128_ONOFF  },      // Excel row 37
           { IS_TOGGLE + 1 , INCH_DCC_129_ONOFF  },      // Excel row 38
           { IS_TOGGLE + 1 , INCH_DCC_130_ONOFF  },      // Excel row 40
           { IS_TOGGLE + 1 , INCH_DCC_131_ONOFF  },      // Excel row 41
           { IS_TOGGLE + 1 , INCH_DCC_132_ONOFF  },      // Excel row 42
           { IS_TOGGLE + 1 , INCH_DCC_133_ONOFF  },      // Excel row 43
           { IS_TOGGLE + 1 , INCH_DCC_134_ONOFF  },      // Excel row 44
           { IS_TOGGLE + 1 , INCH_DCC_135_ONOFF  },      // Excel row 45
           { IS_TOGGLE + 1 , INCH_DCC_136_ONOFF  },      // Excel row 46
           { IS_TOGGLE + 1 , INCH_DCC_137_ONOFF  },      // Excel row 47
           { IS_TOGGLE + 1 , INCH_DCC_138_ONOFF  },      // Excel row 48
           { IS_TOGGLE + 1 , INCH_DCC_139_ONOFF  },      // Excel row 49
           { IS_TOGGLE + 1 , INCH_DCC_140_ONOFF  },      // Excel row 51
           { IS_TOGGLE + 1 , INCH_DCC_141_ONOFF  },      // Excel row 52
           { IS_TOGGLE + 1 , INCH_DCC_142_ONOFF  },      // Excel row 53
           { IS_TOGGLE + 1 , INCH_DCC_143_ONOFF  },      // Excel row 54
           { IS_TOGGLE + 1 , INCH_DCC_144_ONOFF  },      // Excel row 55
           { IS_TOGGLE + 1 , INCH_DCC_145_ONOFF  },      // Excel row 56
           { IS_TOGGLE + 1 , INCH_DCC_146_ONOFF  },      // Excel row 57
           { IS_TOGGLE + 1 , INCH_DCC_147_ONOFF  },      // Excel row 58
           { IS_TOGGLE + 1 , INCH_DCC_148_ONOFF  },      // Excel row 59
           { IS_TOGGLE + 1 , INCH_DCC_149_ONOFF  },      // Excel row 60
           { IS_TOGGLE + 1 , INCH_DCC_150_ONOFF  },      // Excel row 62
           { IS_TOGGLE + 1 , INCH_DCC_151_ONOFF  },      // Excel row 63
           { IS_TOGGLE + 1 , INCH_DCC_152_ONOFF  },      // Excel row 64
           { IS_TOGGLE + 1 , INCH_DCC_153_ONOFF  },      // Excel row 65
           { IS_TOGGLE + 1 , INCH_DCC_154_ONOFF  },      // Excel row 66
           { IS_TOGGLE + 1 , INCH_DCC_155_ONOFF  },      // Excel row 67
           { IS_TOGGLE + 1 , INCH_DCC_156_ONOFF  },      // Excel row 68
           { IS_TOGGLE + 1 , INCH_DCC_157_ONOFF  },      // Excel row 69
           { IS_TOGGLE + 1 , INCH_DCC_158_ONOFF  },      // Excel row 70
           { IS_TOGGLE + 1 , INCH_DCC_159_ONOFF  },      // Excel row 71
           { IS_TOGGLE + 1 , INCH_DCC_160_ONOFF  },      // Excel row 73
           { IS_TOGGLE + 1 , INCH_DCC_161_ONOFF  },      // Excel row 74
           { IS_TOGGLE + 1 , INCH_DCC_162_ONOFF  },      // Excel row 75
           { IS_TOGGLE + 1 , INCH_DCC_163_ONOFF  },      // Excel row 76
           { IS_TOGGLE + 1 , INCH_DCC_164_ONOFF  },      // Excel row 77
           { IS_TOGGLE + 1 , INCH_DCC_165_ONOFF  },      // Excel row 78
           { IS_TOGGLE + 1 , INCH_DCC_166_ONOFF  },      // Excel row 79
           { IS_TOGGLE + 1 , INCH_DCC_167_ONOFF  },      // Excel row 80
           { IS_TOGGLE + 1 , INCH_DCC_168_ONOFF  },      // Excel row 81
           { IS_TOGGLE + 1 , INCH_DCC_170_ONOFF  },      // Excel row 84
           { IS_TOGGLE + 1 , INCH_DCC_171_ONOFF  },      // Excel row 85
           { IS_TOGGLE + 1 , INCH_DCC_172_ONOFF  },      // Excel row 86
           { IS_TOGGLE + 1 , INCH_DCC_173_ONOFF  },      // Excel row 87
           { IS_TOGGLE + 1 , INCH_DCC_174_ONOFF  },      // Excel row 88
           { IS_TOGGLE + 1 , INCH_DCC_175_ONOFF  },      // Excel row 89
           { IS_TOGGLE + 1 , INCH_DCC_176_ONOFF  },      // Excel row 90
           { IS_TOGGLE + 1 , INCH_DCC_177_ONOFF  },      // Excel row 91
           { IS_TOGGLE + 1 , INCH_DCC_178_ONOFF  },      // Excel row 92
           { IS_TOGGLE + 1 , INCH_DCC_179_ONOFF  },      // Excel row 93
           { IS_TOGGLE + 1 , INCH_DCC_180_ONOFF  },      // Excel row 95
           { IS_TOGGLE + 1 , INCH_DCC_181_ONOFF  },      // Excel row 96
           { IS_TOGGLE + 1 , INCH_DCC_182_ONOFF  },      // Excel row 97
           { IS_TOGGLE + 1 , INCH_DCC_183_ONOFF  },      // Excel row 98
           { IS_TOGGLE + 1 , INCH_DCC_184_ONOFF  },      // Excel row 99
           { IS_TOGGLE + 1 , INCH_DCC_185_ONOFF  },      // Excel row 100
           { IS_TOGGLE + 1 , INCH_DCC_186_ONOFF  },      // Excel row 101
           { IS_TOGGLE + 1 , INCH_DCC_187_ONOFF  },      // Excel row 102
           { IS_TOGGLE + 1 , INCH_DCC_188_ONOFF  },      // Excel row 103
           { IS_TOGGLE + 1 , INCH_DCC_189_ONOFF  },      // Excel row 104
           { IS_TOGGLE + 1 , INCH_DCC_190_ONOFF  },      // Excel row 106
           { IS_TOGGLE + 1 , INCH_DCC_191_ONOFF  },      // Excel row 107
           { IS_TOGGLE + 1 , INCH_DCC_192_ONOFF  },      // Excel row 108
           { IS_TOGGLE + 1 , INCH_DCC_193_ONOFF  },      // Excel row 109
           { IS_TOGGLE + 1 , INCH_DCC_194_ONOFF  },      // Excel row 110
           { IS_TOGGLE + 1 , INCH_DCC_195_ONOFF  },      // Excel row 111
           { IS_TOGGLE + 1 , INCH_DCC_196_ONOFF  },      // Excel row 112
           { IS_TOGGLE + 1 , INCH_DCC_197_ONOFF  },      // Excel row 113
           { IS_TOGGLE + 1 , INCH_DCC_198_ONOFF  },      // Excel row 114
           { IS_TOGGLE + 1 , INCH_DCC_199_ONOFF  },      // Excel row 115
           { IS_TOGGLE + 1 , INCH_DCC_200_ONOFF  },      // Excel row 118
           { IS_TOGGLE + 1 , INCH_DCC_201_ONOFF  },      // Excel row 119
           { IS_TOGGLE + 1 , INCH_DCC_202_ONOFF  },      // Excel row 120
           { IS_TOGGLE + 1 , INCH_DCC_203_ONOFF  },      // Excel row 121
           { IS_TOGGLE + 1 , INCH_DCC_204_ONOFF  },      // Excel row 122
           { IS_TOGGLE + 1 , INCH_DCC_205_ONOFF  },      // Excel row 123
           { IS_TOGGLE + 1 , INCH_DCC_206_ONOFF  },      // Excel row 124
           { IS_TOGGLE + 1 , INCH_DCC_207_ONOFF  },      // Excel row 125
           { IS_TOGGLE + 1 , INCH_DCC_208_ONOFF  },      // Excel row 126
           { IS_TOGGLE + 1 , INCH_DCC_209_ONOFF  },      // Excel row 127
           { IS_TOGGLE + 1 , INCH_DCC_210_ONOFF  },      // Excel row 129
           { IS_TOGGLE + 1 , INCH_DCC_211_ONOFF  },      // Excel row 130
           { IS_TOGGLE + 1 , INCH_DCC_212_ONOFF  },      // Excel row 131
           { IS_TOGGLE + 1 , INCH_DCC_213_ONOFF  },      // Excel row 132
           { IS_TOGGLE + 1 , INCH_DCC_214_ONOFF  },      // Excel row 133
           { IS_TOGGLE + 1 , INCH_DCC_215_ONOFF  },      // Excel row 134
           { IS_TOGGLE + 1 , INCH_DCC_216_ONOFF  },      // Excel row 135
           { IS_TOGGLE + 1 , INCH_DCC_217_ONOFF  },      // Excel row 136
           { IS_TOGGLE + 1 , INCH_DCC_218_ONOFF  },      // Excel row 137
           { IS_TOGGLE + 1 , INCH_DCC_219_ONOFF  },      // Excel row 138
           { IS_TOGGLE + 1 , INCH_DCC_220_ONOFF  },      // Excel row 140
           { IS_TOGGLE + 1 , INCH_DCC_221_ONOFF  },      // Excel row 141
           { IS_TOGGLE + 1 , INCH_DCC_222_ONOFF  },      // Excel row 142
           { IS_TOGGLE + 1 , INCH_DCC_223_ONOFF  },      // Excel row 143
           { IS_TOGGLE + 1 , INCH_DCC_224_ONOFF  },      // Excel row 144
           { IS_TOGGLE + 1 , INCH_DCC_225_ONOFF  },      // Excel row 145
           { IS_TOGGLE + 1 , INCH_DCC_226_ONOFF  },      // Excel row 146
           { IS_TOGGLE + 1 , INCH_DCC_227_ONOFF  },      // Excel row 147
           { IS_TOGGLE + 1 , INCH_DCC_228_ONOFF  },      // Excel row 148
           { IS_TOGGLE + 1 , INCH_DCC_229_ONOFF  },      // Excel row 149
           { IS_TOGGLE + 1 , INCH_DCC_230_ONOFF  },      // Excel row 151
           { IS_TOGGLE + 1 , INCH_DCC_231_ONOFF  },      // Excel row 152
           { IS_TOGGLE + 1 , INCH_DCC_232_ONOFF  },      // Excel row 153
           { IS_TOGGLE + 1 , INCH_DCC_233_ONOFF  },      // Excel row 154
           { IS_TOGGLE + 1 , INCH_DCC_234_ONOFF  },      // Excel row 155
           { IS_TOGGLE + 1 , INCH_DCC_235_ONOFF  },      // Excel row 156
           { IS_TOGGLE + 1 , INCH_DCC_236_ONOFF  },      // Excel row 157
           { IS_TOGGLE + 1 , INCH_DCC_237_ONOFF  },      // Excel row 158
           { IS_TOGGLE + 1 , INCH_DCC_238_ONOFF  },      // Excel row 159
           { IS_TOGGLE + 1 , INCH_DCC_239_ONOFF  },      // Excel row 160
           { IS_TOGGLE + 1 , INCH_DCC_240_ONOFF  },      // Excel row 162
           { IS_TOGGLE + 1 , INCH_DCC_241_ONOFF  },      // Excel row 163
           { IS_TOGGLE + 1 , INCH_DCC_242_ONOFF  },      // Excel row 164
           { IS_TOGGLE + 1 , INCH_DCC_243_ONOFF  },      // Excel row 165
           { IS_TOGGLE + 1 , INCH_DCC_244_ONOFF  },      // Excel row 166
           { IS_TOGGLE + 1 , INCH_DCC_245_ONOFF  },      // Excel row 167
           { IS_TOGGLE + 1 , INCH_DCC_246_ONOFF  },      // Excel row 168
           { IS_TOGGLE + 1 , INCH_DCC_247_ONOFF  },      // Excel row 169
           { IS_TOGGLE + 1 , INCH_DCC_248_ONOFF  },      // Excel row 170
           { IS_TOGGLE + 1 , INCH_DCC_249_ONOFF  },      // Excel row 171
           { IS_TOGGLE + 1 , INCH_DCC_250_ONOFF  },      // Excel row 173
           { IS_TOGGLE + 1 , INCH_DCC_251_ONOFF  },      // Excel row 174
           { IS_TOGGLE + 1 , INCH_DCC_252_ONOFF  },      // Excel row 175
           { IS_TOGGLE + 1 , INCH_DCC_253_ONOFF  },      // Excel row 176
           { IS_TOGGLE + 1 , INCH_DCC_254_ONOFF  },      // Excel row 177
           { IS_TOGGLE + 1 , INCH_DCC_255_ONOFF  },      // Excel row 178
           { IS_TOGGLE + 1 , INCH_DCC_256_ONOFF  },      // Excel row 179
           { IS_TOGGLE + 1 , INCH_DCC_257_ONOFF  },      // Excel row 180
           { IS_TOGGLE + 1 , INCH_DCC_258_ONOFF  },      // Excel row 181
           { IS_TOGGLE + 1 , INCH_DCC_259_ONOFF  },      // Excel row 182
           { IS_TOGGLE + 1 , INCH_DCC_260_ONOFF  },      // Excel row 184
           { IS_TOGGLE + 1 , INCH_DCC_261_ONOFF  },      // Excel row 185
           { IS_TOGGLE + 1 , INCH_DCC_262_ONOFF  },      // Excel row 186
           { IS_TOGGLE + 1 , INCH_DCC_263_ONOFF  },      // Excel row 187
           { IS_TOGGLE + 1 , INCH_DCC_264_ONOFF  },      // Excel row 188
           { IS_TOGGLE + 1 , INCH_DCC_265_ONOFF  },      // Excel row 189
           { IS_TOGGLE + 1 , INCH_DCC_266_ONOFF  },      // Excel row 190
           { IS_TOGGLE + 1 , INCH_DCC_267_ONOFF  },      // Excel row 191
           { IS_TOGGLE + 1 , INCH_DCC_268_ONOFF  },      // Excel row 192
           { IS_TOGGLE + 1 , INCH_DCC_270_ONOFF  },      // Excel row 195
           { IS_TOGGLE + 1 , INCH_DCC_271_ONOFF  },      // Excel row 196
           { IS_TOGGLE + 1 , INCH_DCC_272_ONOFF  },      // Excel row 197
           { IS_TOGGLE + 1 , INCH_DCC_273_ONOFF  },      // Excel row 198
           { IS_TOGGLE + 1 , INCH_DCC_274_ONOFF  },      // Excel row 199
           { IS_TOGGLE + 1 , INCH_DCC_275_ONOFF  },      // Excel row 200
           { IS_TOGGLE + 1 , INCH_DCC_276_ONOFF  },      // Excel row 201
           { IS_TOGGLE + 1 , INCH_DCC_277_ONOFF  },      // Excel row 202
           { IS_TOGGLE + 1 , INCH_DCC_278_ONOFF  },      // Excel row 203
           { IS_TOGGLE + 1 , INCH_DCC_279_ONOFF  },      // Excel row 204
           { IS_TOGGLE + 1 , INCH_DCC_280_ONOFF  },      // Excel row 206
           { IS_TOGGLE + 1 , INCH_DCC_281_ONOFF  },      // Excel row 207
           { IS_TOGGLE + 1 , INCH_DCC_282_ONOFF  },      // Excel row 208
           { IS_TOGGLE + 1 , INCH_DCC_283_ONOFF  },      // Excel row 209
           { IS_TOGGLE + 1 , INCH_DCC_284_ONOFF  },      // Excel row 210
           { IS_TOGGLE + 1 , INCH_DCC_285_ONOFF  },      // Excel row 211
           { IS_TOGGLE + 1 , INCH_DCC_286_ONOFF  },      // Excel row 212
           { IS_TOGGLE + 1 , INCH_DCC_287_ONOFF  },      // Excel row 213
           { IS_TOGGLE + 1 , INCH_DCC_288_ONOFF  },      // Excel row 214
           { IS_TOGGLE + 1 , INCH_DCC_289_ONOFF  },      // Excel row 215
           { IS_TOGGLE + 1 , INCH_DCC_290_ONOFF  },      // Excel row 217
           { IS_TOGGLE + 1 , INCH_DCC_291_ONOFF  },      // Excel row 218
           { IS_TOGGLE + 1 , INCH_DCC_292_ONOFF  },      // Excel row 219
           { IS_TOGGLE + 1 , INCH_DCC_293_ONOFF  },      // Excel row 220
           { IS_TOGGLE + 1 , INCH_DCC_294_ONOFF  },      // Excel row 221
           { IS_TOGGLE + 1 , INCH_DCC_295_ONOFF  },      // Excel row 222
           { IS_TOGGLE + 1 , INCH_DCC_296_ONOFF  },      // Excel row 223
           { IS_TOGGLE + 1 , INCH_DCC_297_ONOFF  },      // Excel row 224
           { IS_TOGGLE + 1 , INCH_DCC_298_ONOFF  },      // Excel row 225
           { IS_TOGGLE + 1 , INCH_DCC_299_ONOFF  },      // Excel row 226
           { IS_TOGGLE + 1 , INCH_DCC_300_ONOFF  },      // Excel row 228
           { IS_TOGGLE + 1 , INCH_DCC_301_ONOFF  },      // Excel row 229
           { IS_TOGGLE + 1 , INCH_DCC_302_ONOFF  },      // Excel row 230
           { IS_TOGGLE + 1 , INCH_DCC_303_ONOFF  },      // Excel row 231
           { IS_TOGGLE + 1 , INCH_DCC_304_ONOFF  },      // Excel row 232
           { IS_TOGGLE + 1 , INCH_DCC_305_ONOFF  },      // Excel row 233
           { IS_TOGGLE + 1 , INCH_DCC_306_ONOFF  },      // Excel row 234
           { IS_TOGGLE + 1 , INCH_DCC_307_ONOFF  },      // Excel row 235
           { IS_TOGGLE + 1 , INCH_DCC_308_ONOFF  },      // Excel row 236
           { IS_TOGGLE + 1 , INCH_DCC_309_ONOFF  },      // Excel row 237
           { IS_TOGGLE + 1 , INCH_DCC_310_ONOFF  },      // Excel row 239
           { IS_TOGGLE + 1 , INCH_DCC_311_ONOFF  },      // Excel row 240
           { IS_TOGGLE + 1 , INCH_DCC_312_ONOFF  },      // Excel row 241
           { IS_TOGGLE + 1 , INCH_DCC_313_ONOFF  },      // Excel row 242
           { IS_TOGGLE + 1 , INCH_DCC_314_ONOFF  },      // Excel row 243
           { IS_TOGGLE + 1 , INCH_DCC_315_ONOFF  },      // Excel row 244
           { IS_TOGGLE + 1 , INCH_DCC_316_ONOFF  },      // Excel row 245
           { IS_TOGGLE + 1 , INCH_DCC_317_ONOFF  },      // Excel row 246
           { IS_TOGGLE + 1 , INCH_DCC_318_ONOFF  },      // Excel row 247
           { IS_TOGGLE + 1 , INCH_DCC_319_ONOFF  },      // Excel row 248
           { IS_TOGGLE + 1 , INCH_DCC_320_ONOFF  },      // Excel row 250
           { IS_TOGGLE + 1 , INCH_DCC_321_ONOFF  },      // Excel row 251
           { IS_TOGGLE + 1 , INCH_DCC_322_ONOFF  },      // Excel row 252
           { IS_TOGGLE + 1 , INCH_DCC_323_ONOFF  },      // Excel row 253
           { IS_TOGGLE + 1 , INCH_DCC_324_ONOFF  },      // Excel row 254
           { IS_TOGGLE + 1 , INCH_DCC_325_ONOFF  },      // Excel row 255
           { IS_TOGGLE + 1 , INCH_DCC_326_ONOFF  },      // Excel row 256
           { IS_TOGGLE + 1 , INCH_DCC_327_ONOFF  },      // Excel row 257
           { IS_TOGGLE + 1 , INCH_DCC_328_ONOFF  },      // Excel row 258
           { IS_TOGGLE + 1 , INCH_DCC_329_ONOFF  },      // Excel row 259
           { IS_TOGGLE + 1 , INCH_DCC_330_ONOFF  },      // Excel row 261
           { IS_TOGGLE + 1 , INCH_DCC_331_ONOFF  },      // Excel row 262
           { IS_TOGGLE + 1 , INCH_DCC_332_ONOFF  },      // Excel row 263
           { IS_TOGGLE + 1 , INCH_DCC_333_ONOFF  },      // Excel row 264
           { IS_TOGGLE + 1 , INCH_DCC_334_ONOFF  },      // Excel row 265
           { IS_TOGGLE + 1 , INCH_DCC_335_ONOFF  },      // Excel row 266
           { IS_TOGGLE + 1 , INCH_DCC_336_ONOFF  },      // Excel row 267
           { IS_TOGGLE + 1 , INCH_DCC_337_ONOFF  },      // Excel row 268
           { IS_TOGGLE + 1 , INCH_DCC_338_ONOFF  },      // Excel row 269
           { IS_TOGGLE + 1 , INCH_DCC_339_ONOFF  },      // Excel row 270
           { IS_TOGGLE + 1 , INCH_DCC_340_ONOFF  },      // Excel row 272
           { IS_TOGGLE + 1 , INCH_DCC_341_ONOFF  },      // Excel row 273
           { IS_TOGGLE + 1 , INCH_DCC_342_ONOFF  },      // Excel row 274
           { IS_TOGGLE + 1 , INCH_DCC_343_ONOFF  },      // Excel row 275
           { IS_TOGGLE + 1 , INCH_DCC_344_ONOFF  },      // Excel row 276
           { IS_TOGGLE + 1 , INCH_DCC_345_ONOFF  },      // Excel row 277
           { IS_TOGGLE + 1 , INCH_DCC_346_ONOFF  },      // Excel row 278
           { IS_TOGGLE + 1 , INCH_DCC_347_ONOFF  },      // Excel row 279
           { IS_TOGGLE + 1 , INCH_DCC_348_ONOFF  },      // Excel row 280
           { IS_TOGGLE + 1 , INCH_DCC_349_ONOFF  },      // Excel row 281
           { IS_TOGGLE + 1 , INCH_DCC_350_ONOFF  },      // Excel row 283
           { IS_TOGGLE + 1 , INCH_DCC_351_ONOFF  },      // Excel row 284
           { IS_TOGGLE + 1 , INCH_DCC_352_ONOFF  },      // Excel row 285
           { IS_TOGGLE + 1 , INCH_DCC_353_ONOFF  },      // Excel row 286
           { IS_TOGGLE + 1 , INCH_DCC_354_ONOFF  },      // Excel row 287
           { IS_TOGGLE + 1 , INCH_DCC_355_ONOFF  },      // Excel row 288
           { IS_TOGGLE + 1 , INCH_DCC_356_ONOFF  },      // Excel row 289
           { IS_TOGGLE + 1 , INCH_DCC_357_ONOFF  },      // Excel row 290
           { IS_TOGGLE + 1 , INCH_DCC_358_ONOFF  },      // Excel row 291
         };

#ifndef CONFIG_ONLY
#endif // CONFIG_ONLY





#endif // __LEDS_AUTOPROG_H__
