Код: Выделить всё
{ // ORANGE-BLUE PALETTE vfd-displays style
0x0000, // Main BG
{ 0x0000, 0xFAC4 }, // Main time
{ 0x0000, 0x07FF }, // Month
{ 0x0000, 0x07FF }, // Year
{ 0x07FF, 0x0000 }, // Workdays title
{ 0xFAC4, 0x0000 }, // Weekends title
{ 0x0000, 0x07FF }, // Workdays
{ 0x0000, 0xFAC4 }, // Weekends
{ 0x0000, 0xFAC4 }, // Current date border
{ 0x0000, 0xFAC4 }, // Current date
{ 0x0000, 0x136E } // Gray days
};
{ // Green-yellow palette
0x0000, // Main BG
{ 0x0000, 0xDFE8 }, // Main time
{ 0x0000, 0x0600 }, // Month
{ 0x0000, 0x0600 }, // Year
{ 0x0000, 0x0300 }, // Workdays title
{ 0x1180, 0x6604 }, // Weekends title
{ 0x0000, 0x0600 }, // Workdays
{ 0x0000, 0xDFE8 }, // Weekends
{ 0x0000, 0xFF28 }, // Current date border
{ 0x0000, 0xFF28 }, // Current date
{ 0x0000, 0x0300 } // Gray days
};
{ // Red palette
0x0000, // Main BG
{ 0x0000, 0xFC00 }, // Main time
{ 0x0000, 0xF8A2 }, // Month
{ 0x0000, 0xF8A2 }, // Year
{ 0xA000, 0x0000 }, // Workdays title
{ 0xF8A2, 0x0000 }, // Weekends title
{ 0x0000, 0xF8A2 }, // Workdays
{ 0x0000, 0xFC00 }, // Weekends
{ 0xA000, 0xA000 }, // Current date border
{ 0xA000, 0xFC00 }, // Current date
{ 0x0000, 0x7800 } // Gray days
};
{ // Magenta theme
0x0000, // Main BG
{ 0x0000, 0xF81F }, // Main time
{ 0x0000, 0xE018 }, // Month
{ 0x0000, 0xE018 }, // Year
{ 0x601F, 0x0000 }, // Workdays title
{ 0xE018, 0x0000 }, // Weekends title
{ 0x0000, 0x601F }, // Workdays
{ 0x0000, 0xE018 }, // Weekends
{ 0x0000, 0xE018 }, // Current date border
{ 0x0000, 0xF9FF }, // Current date
{ 0x0000, 0x4010 } // Gray days
};
{ // Yellow-blue theme
0x0000, // Main BG
{ 0x0000, 0xFFE0 }, // Main time
{ 0x0000, 0xC600 }, // Month
{ 0x0000, 0xC600 }, // Year
{ 0x01FF, 0x0000 }, // Workdays title
{ 0xFFE0, 0x0000 }, // Weekends title
{ 0x0000, 0x01FF }, // Workdays
{ 0x0000, 0xFFE0 }, // Weekends
{ 0x0000, 0xFFEB }, // Current date border
{ 0x0000, 0xFFEB }, // Current date
{ 0x0000, 0x210C } // Gray days
};
{ // Yellow-orange palette
0x0000, // Main BG
{ 0x0000, 0xFD85 }, // Main time
{ 0x0000, 0x9720 }, // Month
{ 0x0000, 0x9720 }, // Year
{ 0x9720, 0x0000 }, // Workdays title
{ 0xFD85, 0x0000 }, // Weekends title
{ 0x0000, 0x9720 }, // Workdays
{ 0x0000, 0xFD85 }, // Weekends
{ 0x0000, 0xFF28 }, // Current date border
{ 0x0000, 0xFF28 }, // Current date
{ 0x0000, 0x8300 } // Gray days
};
{ // Red-Green palette
0x0000, // Main BG
{ 0x0000, 0xFA00 }, // Main time
{ 0x0000, 0x1FE3 }, // Month
{ 0x0000, 0x1FE3 }, // Year
{ 0x1FE3, 0x0000 }, // Workdays title
{ 0xF9E0, 0x0000 }, // Weekends title
{ 0x0000, 0x1FE3 }, // Workdays
{ 0x0000, 0xFA00 }, // Weekends
{ 0xFC20, 0xFC20 }, // Current date border
{ 0xFC20, 0x0000 }, // Current date
{ 0x0000, 0x0420 } // Gray days
};