// CHDK palette colors for the sx120is // 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 0x01, // White 0x27, // Red 0x2C, // Dark Red 0x20, // Light Red 0xCB, // Green 0xCB, // Dark Green 0xCB, // Light Green 0xA1, // Blue 0xA1, // Dark Blue 0xA9, // Light Blue / Cyan 0x17, // Grey 0x10, // Dark Grey 0x19, // Light Grey 0xBE, // Yellow 0x76, // Dark Yellow 0x5A, // Light Yellow 0x10, // Transparent Dark Grey COLOR_BLACK, // Magenta }; // Record mode colors unsigned char rec_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0x01, // White 0x1E, // Red 0xA0, // Dark Red 0x26, // Light Red 0x47, // Green 0x4A, // Dark Green 0x44, // Light Green 0xA1, // Blue 0xA1, // Dark Blue 0xA9, // Light Blue / Cyan 0x17, // Grey 0x10, // Dark Grey 0x19, // Light Grey 0x69, // Yellow 0x9A, // Dark Yellow 0x78, // Light Yellow 0x10, // Transparent Dark Grey COLOR_BLACK, // Magenta };