SP4CEBAR 2024-12-21 12:18 (Edited)
Open In Editor |
---|
BG_FILL_GRADIENT_Y( X1, Y1, X2, Y2, C1, C2 )
draws a vertical gradient from X1, Y1 to X2, Y2, starting from character C1 to character C2 with boundaries 0<=C1<=18 and 0<=C2<=18, where 0 is black and 18 is white.BG_FILL_GRADIENT_X( X1, Y1, X2, Y2, C1, C2 )
draws a horizontal gradient the same way as BG_FILL_GRADIENT_Y
MAP( R_VALUE, IN_LOW, IN_HIGH, OUT_LOW, OUT_HIGH )
maps the value "R_VALUE" with boundaries IN_LOW<=R_VALUE<=IN_HIGH to boundaries OUT_LOW<=R_VALUE<=OUT_HIGH. The R_VALUE parameter will be modified. see map Arduino.SP4CEBAR 2024-12-21 12:20
Can anyone recommend a different dithering pattern?
Sylveon 2024-12-21 12:23
Cool :3
maybe from white to black ?
CLIGUI 2024-12-22 02:51
Reminds me of those old flashlight apps that would make your screen bright white so you could see at night.
Sylveon 2024-12-22 13:12
Good idea :3
SP4CEBAR 2025-09-06 08:27 (Edited)