AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
38 stars 17 forks source link

ensure scroll will _definitely_ use correct fill #168

Closed stevesims closed 5 months ago

stevesims commented 6 months ago

underlying vdp-gl scroll function uses getActualBrushColor to work out pixel to fill with. this is affected by the paint options, and will pick either brush or pen colour depending on whether swapFGBG is set in the current paintOptions.

code had previously only been explicitly setting pen colour. this was an oversight. for completeness, we now explicitly set both.

stevesims commented 5 months ago

Already present via #179