Open chrlns opened 3 months ago
The clear and draw functions for the framebuffer use Byte-wise write operations which is probably the slowest method of doing this.
screen_clear() refactored with commit 64b37a0.
The clear and draw functions for the framebuffer use Byte-wise write operations which is probably the slowest method of doing this.