From ce240f087eaf5b3d72f1da035f4acb41a2855ba9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 27 Jan 2026 20:28:22 +0100 Subject: [PATCH] c03: changed default colors for images. --- avr/devices/c03/main/ressources.asm | 42 +++++++++++++++++++---------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/avr/devices/c03/main/ressources.asm b/avr/devices/c03/main/ressources.asm index 7e45ae5..ecc975b 100644 --- a/avr/devices/c03/main/ressources.asm +++ b/avr/devices/c03/main/ressources.asm @@ -63,7 +63,8 @@ resImageNetwork: .dw (resImageNetworkPixels*2) resImageNetworkColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageNetworkPixels: .db 0xd9, 0x00, 0x03, 0x55, 0x55, 0x40, 0x89, 0x00, 0x03, 0x7f, 0xff, 0x40, 0x89, 0x00, 0x03, 0x7f .db 0xff, 0x40, 0x89, 0x00, 0x03, 0x7f, 0xff, 0x40, 0x89, 0x00, 0x03, 0x7f, 0xff, 0x40, 0x89, 0x00 @@ -90,7 +91,8 @@ resImageCloud: .dw (resImageCloudPixels*2) resImageCloudColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageCloudPixels: .db 0xff, 0x00, 0xbb, 0x00, 0x01, 0x55, 0x8a, 0x00, 0x03, 0x05, 0xff, 0x50, 0x89, 0x00, 0x03, 0x5f .db 0xff, 0xf5, 0x88, 0x00, 0x05, 0x01, 0xff, 0xff, 0xff, 0x40, 0x87, 0x00, 0x05, 0x07, 0xff, 0xff @@ -113,7 +115,8 @@ resImageTemp: .dw (resImageTempPixels*2) resImageTempColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageTempPixels: .db 0x9d, 0x00, 0x02, 0x15, 0x50, 0x8a, 0x00, 0x02, 0x40, 0x04, 0x8a, 0x00, 0x02, 0x40, 0x04, 0x89 .db 0x00, 0x03, 0x01, 0x00, 0x01, 0x89, 0x00, 0x03, 0x01, 0x00, 0x01, 0x89, 0x00, 0x06, 0x01, 0x00 @@ -144,7 +147,8 @@ resImageHumidity: .dw (resImageHumidityPixels*2) resImageHumidityColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageHumidityPixels: .db 0xf1, 0x00, 0x01, 0x01, 0x8b, 0x00, 0x02, 0x04, 0x40, 0x8a, 0x00, 0x02, 0x04, 0x40, 0x8a, 0x00 .db 0x02, 0x10, 0x10, 0x8a, 0x00, 0x02, 0x10, 0x10, 0x8a, 0x00, 0x02, 0x40, 0x04, 0x89, 0x00, 0x03 @@ -175,7 +179,8 @@ resImageLight: .dw (resImageLightPixels*2) resImageLightColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageLightPixels: .db 0x85, 0x00, 0x02, 0x55, 0x54, 0x89, 0x00, 0x04, 0x15, 0xaa, 0xa9, 0x50, 0x87, 0x00, 0x05, 0x01 .db 0x6a, 0xaa, 0xaa, 0xa5, 0x87, 0x00, 0x01, 0x06, 0x84, 0xaa, 0x01, 0x40, 0x86, 0x00, 0x01, 0x1a @@ -209,7 +214,8 @@ resImageWindowOpen: .dw (resImageWindowOpenPixels*2) resImageWindowOpenColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageWindowOpenPixels: .db 0xb1, 0x00, 0x8a, 0x55, 0x03, 0x00, 0x00, 0x6a, 0x88, 0xaa, 0x04, 0xa9, 0x00, 0x00, 0x65, 0x88 .db 0x00, 0x05, 0x59, 0x00, 0x00, 0x67, 0x50, 0x86, 0x00, 0x06, 0x05, 0xd9, 0x00, 0x00, 0x67, 0xf5 @@ -248,7 +254,8 @@ resImageWindowClosed: .dw (resImageWindowClosedPixels*2) resImageWindowClosedColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageWindowClosedPixels: .db 0xb1, 0x00, 0x8a, 0x55, 0x03, 0x00, 0x00, 0x6a, 0x88, 0xaa, 0x04, 0xa9, 0x00, 0x00, 0x65, 0x88 .db 0x55, 0x08, 0x59, 0x00, 0x00, 0x67, 0xff, 0xff, 0xff, 0xfd, 0x84, 0xff, 0x08, 0xd9, 0x00, 0x00 @@ -287,7 +294,8 @@ resImageDebugEeprom: .dw (resImageDebugEepromPixels*2) resImageDebugEepromColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageDebugEepromPixels: .db 0x91, 0x00, 0x02, 0x10, 0x01, 0x8a, 0x00, 0x02, 0x10, 0x01, 0x8a, 0x00, 0x02, 0x04, 0x04, 0x8a .db 0x00, 0x02, 0x01, 0x50, 0x8a, 0x00, 0x02, 0x07, 0xf4, 0x8a, 0x00, 0x02, 0x1f, 0xfd, 0x8a, 0x00 @@ -319,7 +327,8 @@ resImageArrowLeft: .dw (resImageArrowLeftPixels*2) resImageArrowLeftColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageArrowLeftPixels: .db 0xa0, 0x00, 0x01, 0x50, 0x8a, 0x00, 0x02, 0x01, 0xd0, 0x8a, 0x00, 0x02, 0x07, 0xd0, 0x8a, 0x00 .db 0x02, 0x1f, 0xd0, 0x8a, 0x00, 0x02, 0x7f, 0xd0, 0x89, 0x00, 0x03, 0x01, 0xff, 0xd0, 0x89, 0x00 @@ -350,7 +359,8 @@ resImageArrowRight: .dw (resImageArrowRightPixels*2) resImageArrowRightColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageArrowRightPixels: .db 0x9b, 0x00, 0x01, 0x05, 0x8b, 0x00, 0x02, 0x07, 0x40, 0x8a, 0x00, 0x02, 0x07, 0xd0, 0x8a, 0x00 .db 0x02, 0x07, 0xf4, 0x8a, 0x00, 0x02, 0x07, 0xfd, 0x8a, 0x00, 0x03, 0x07, 0xff, 0x40, 0x89, 0x00 @@ -381,7 +391,8 @@ resImageArrowUp: .dw (resImageArrowUpPixels*2) resImageArrowUpColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageArrowUpPixels: .db 0xff, 0x00, 0x8a, 0x00, 0x01, 0x01, 0x8b, 0x00, 0x02, 0x07, 0x40, 0x8a, 0x00, 0x02, 0x1f, 0xd0 .db 0x8a, 0x00, 0x02, 0x7f, 0xf4, 0x89, 0x00, 0x03, 0x01, 0xff, 0xfd, 0x89, 0x00, 0x04, 0x07, 0xff @@ -404,7 +415,8 @@ resImageArrowDown: .dw (resImageArrowDownPixels*2) resImageArrowDownColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageArrowDownPixels: .db 0xff, 0x00, 0xa9, 0x00, 0x01, 0x05, 0x8a, 0x55, 0x02, 0x40, 0x07, 0x8a, 0xff, 0x02, 0x40, 0x01 .db 0x89, 0xff, 0x04, 0xfd, 0x00, 0x00, 0x7f, 0x88, 0xff, 0x04, 0xf4, 0x00, 0x00, 0x1f, 0x88, 0xff @@ -427,7 +439,8 @@ resImageArrowBack: .dw (resImageArrowBackPixels*2) resImageArrowBackColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageArrowBackPixels: .db 0xa9, 0x00, 0x06, 0x01, 0x40, 0x00, 0x00, 0x01, 0x55, 0x86, 0x00, 0x07, 0x07, 0x40, 0x00, 0x00 .db 0x07, 0xff, 0x40, 0x85, 0x00, 0x07, 0x1f, 0x40, 0x00, 0x00, 0x07, 0xff, 0x40, 0x85, 0x00, 0x07 @@ -613,7 +626,8 @@ resImageReset: .dw (resImageResetPixels*2) resImageResetColorMap: .dw 4 - .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY +; .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_LIGHTGREY + .dw 0, DISPLAY_COLOR_BLACK, DISPLAY_COLOR_LIGHTGREY, DISPLAY_COLOR_BLUE resImageResetPixels: .db 0xc0, 0x00, 0x04, 0x01, 0x55, 0x55, 0x50, 0x88, 0x00, 0x04, 0x17, 0xff, 0xff, 0xf5, 0x87, 0x00 .db 0x06, 0x01, 0x7f, 0xff, 0xff, 0xff, 0x50, 0x86, 0x00, 0x01, 0x17, 0x84, 0xff, 0x01, 0xf5, 0x86