IFAKA 6f04718dc0 fix: add NULL checks for frameBuffer in GfxRenderer
Add missing NULL checks before dereferencing frameBuffer in:
- invertScreen()
- storeBwBuffer()
- restoreBwBuffer()

Follows existing pattern from drawPixel() which already validates.
2025-12-20 19:16:37 +01:00
..