// CHDK palette colors for the ixus130_sd1400 // 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 0xD3, // White 0x6A, // Red 0x72, // Dark Red 0x5C, // Light Red 0xBF, // Green 0x25, // Dark Green 0x51, // Light Green 0x90, // Blue 0x90, // Dark Blue 0x7C, // Light Blue / Cyan 0x12, // Grey 0x22, // Dark Grey 0x16, // Light Grey 0x53, // Yellow 0x6F, // Dark Yellow 0x66, // Light Yellow 0x22, // Transparent Dark Grey 0x72, // Magenta }; // Record mode colors unsigned char rec_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0xD3, // White 0x6A, // Red 0x72, // Dark Red 0x5C, // Light Red 0xBF, // Green 0x25, // Dark Green 0x51, // Light Green 0x90, // Blue 0x90, // Dark Blue 0x7C, // Light Blue / Cyan 0x12, // Grey 0x22, // Dark Grey 0x16, // Light Grey 0x53, // Yellow 0x6F, // Dark Yellow 0x66, // Light Yellow 0x22, // Transparent Dark Grey 0x72, // Magenta };