- Import a multicolor bitmap picture (eg. koala)
- Each char consists of three colors and background
- When clicking on the char block, the colors should be shown on the right side of the image (Background, Multicolor 1&2 and Custom Color). Currently the stay as black.
Tested in WIP (7.3.5)
Second issue which may be related to the above.... The character bitmap (4x8 in MC) is shown under the colors. I can draw in it with mouse. The color selector under it does not have any logic. Pressing a color selects weird colors:
- Select $1 (white) -> $b is painted on screen
- Select $2 (red) -> $6 is painted on screen
- Select $7 (yellow) -> $f is painted on screen