AgonConsole8 / agon-vdp

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

bitmap fixes #114

Closed stevesims closed 9 months ago

stevesims commented 9 months ago

fixes issue with capturing bitmap to buffer zero (the createBuffer call was preventing creation of buffer with ID 0, as it can’t be used as a place to redirect output)

fixes recently introduced bug with behaviour of VDU 23,27,3 caused by changes to drawBitmap which was compensating for the height of the bitmap when it should only do that for plot calls