-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
This is a very limited extract from #9 (comment)
LIGHTRED in:
micropython-nano-gui/gui/core/colors.py
Line 17 in 701149b
| LIGHTRED = create_color(3, 140, 0, 0) |
micropython-nano-gui/gui/core/colors.py
Line 32 in 701149b
| LIGHTRED = SSD.rgb(140, 0, 0) |
Are mislabeled, the color defined is actually a dark red, darker than the red that is declared in
micropython-nano-gui/gui/core/colors.py
Line 16 in 701149b
| RED = create_color(2, 255, 0, 0) |
Based onthe discussion in #9 sounds like there is concern about renaming.
What about the idea of adding DARKRED as an alias?
I..e.:
...
DARKRED = LIGHTRED = create_color(3, 140, 0, 0)
...
DARKRED = LIGHTRED = SSD.rgb(140, 0, 0)
So the color stays the same, but there would be a more accurate name.
Metadata
Metadata
Assignees
Labels
No labels