EXTERNAL_ICON_FR = bytearray ([0x20,0x7E,0xE2,0xEE,0xE2,0xEA,0xE2,0x7E,0x20,0x01,0x7C,0x54,0x54,0x01,0x6C,0x10,0x6C,0x00])
KITCHEN_ICON_FR = bytearray ([0x20,0x7E,0xA0,0xB8,0xA0,0xBE,0xA0,0xF8,0x80,0x00,0x7C,0x44,0x44,0x00,0x7C,0x04,0x7C,0x00])
LIVING_ICON_FR = bytearray ([0x20,0x7E,0xA0,0xB8,0xA0,0xBE,0xA0,0xF8,0x80,0x00,0x74,0x54,0x5C,0x00,0x7C,0x54,0x54,0x00])
BEDROOM_ICON_FR = bytearray ([0x60,0x90,0x88,0x44,0x22,0x44,0x88,0x90,0x60,0x00,0x7C,0x44,0x44,0x00,0x7C,0x10,0x7C,0x00])
BATHROOM_ICON_FR = bytearray ([0x20,0x7E,0xBC,0xBC,0xBC,0xBE,0xB8,0xFC,0x80,0x01,0x74,0x54,0x5C,0x01,0x7C,0x54,0x28,0x00])
WC_ICON_FR = bytearray ([0xF0,0x1E,0x1E,0x1E,0x18,0x00,0x00,0x00,0x78,0x04,0x78,0x04,0x78,0x00,0x7C,0x44,0x44,0x00])
EXTERNAL_ICON_EN = bytearray ([0x20,0x7E,0xE2,0xEE,0xE2,0xEA,0xE2,0x7E,0x20,0x01,0x7C,0x54,0x54,0x01,0x6C,0x10,0x6C,0x00])
KITCHEN_ICON_EN = bytearray ([0x20,0x7E,0xA0,0xB8,0xA0,0xBE,0xA0,0xF8,0x80,0x00,0x7C,0x10,0x6C,0x00,0x44,0x7C,0x44,0x00])
LIVING_ICON_EN = bytearray ([0x20,0x7E,0xA0,0xB8,0xA0,0xBE,0xA0,0xF8,0x80,0x00,0x7C,0x04,0x04,0x00,0x44,0x7C,0x44,0x00])
BEDROOM_ICON_EN = bytearray ([0x60,0x90,0x88,0x44,0x22,0x44,0x88,0x90,0x60,0x00,0x7C,0x54,0x38,0x00,0x7C,0x54,0x54,0x00])
BATHROOM_ICON_EN = bytearray ([0x20,0x7E,0xBC,0xBC,0xBC,0xBE,0xB8,0xFC,0x80,0x00,0x7C,0x54,0x38,0x00,0x3C,0x50,0x3C,0x00])
WC_ICON_EN = bytearray ([0xF0,0x1E,0x1E,0x1E,0x18,0x00,0x40,0x7C,0x40,0x00,0x7C,0x44,0x7C,0x00,0x00,0x7C,0x00,0x00])
|