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
QImage::convertToFormat supports dithering when converting to QImage::Format_Mono. Upon testing it, the rM1 just can't keep up with running the emulator and converting the screen. The rM2 may be able to keep up with its two cores, but it's not really a great option. This already runs the rM1 at an almost constant 100% CPU utilization as-is. So something with extremely low overhead is needed.
https://github.com/rmkit-dev/rmkit/blob/master/src/rmkit/fb/dither.h
https://github.com/rmkit-dev/rmkit/blob/master/src/rmkit/color.h
DITHER(x, y, actual_color)
The text was updated successfully, but these errors were encountered: