// CHDK palette colors for the a610 // Define color values as needed in this file. #include "palette.h" #include "platform_palette.h" // Playback mode colors unsigned char ply_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0x11, // White 0x22, // Red 0x2E, // Dark Red 0x21, // Light Red 0x55, // Green 0x25, // Dark Green 0x51, // Light Green 0xCC, // Blue 0xDF, // Dark Blue 0xDD, // Light Blue / Cyan 0x3F, // Grey 0x44, // Dark Grey 0x1F, // Light Grey 0x66, // Yellow 0x6F, // Dark Yellow 0x66, // Light Yellow 0x44, // Transparent Dark Grey 0xE2, // Magenta }; // Record mode colors unsigned char rec_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0x11, // White 0x22, // Red 0x2F, // Dark Red 0x26, // Light Red 0x5F, // Green 0x25, // Dark Green 0x51, // Light Green 0xDF, // Blue 0xDF, // Dark Blue 0xDD, // Light Blue / Cyan 0x3F, // Grey 0x33, // Dark Grey 0x13, // Light Grey 0x9F, // Yellow 0x9F, // Dark Yellow 0x99, // Light Yellow 0x33, // Transparent Dark Grey 0x66, // Magenta };