QUERY · ISSUE
RFC modframebuf.c scrolling behaviour
enhancement
Currently framebuf_scroll does not clear the region of the display which is exposed by scrolling. While I appreciate that this behaviour is by design, I'd submit that it's seldom what is actually required.
An option would be good, perhaps via a colour arg:
- Behave as at present leaving exposed region unchanged.
- Fill with a colour.
Any thoughts, or reasons why the current behaviour has been chosen?
CANDIDATE · PULL REQUEST
extmod/modframebuf: Fixed a crash in FrameBuffer scrolling.
extmod
- tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling.
- extmod/modframebuf: Fixed a crash in FrameBuffer scrolling.