You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to keep the last 3 lcd_nibbles_buffer (rotated at each iteration.)
We then add an intermediate step that generates a greyscale_lcd_nibbles_buffer from those 3 lcd_nibbles_buffer by assigning a color (from 0 to 3) based on on the sum its value in those 3 lcd_nibbles_buffer.
The screen is then drawn from greyscale_lcd_nibbles_buffer with the appropriate colors.
The text was updated successfully, but these errors were encountered:
Inspired by hpemu
The idea is to keep the last 3
lcd_nibbles_buffer
(rotated at each iteration.)We then add an intermediate step that generates a
greyscale_lcd_nibbles_buffer
from those 3lcd_nibbles_buffer
by assigning a color (from0
to3
) based on on the sum its value in those 3lcd_nibbles_buffer
.The screen is then drawn from
greyscale_lcd_nibbles_buffer
with the appropriate colors.The text was updated successfully, but these errors were encountered: