glcd driver: Add direct support for framebuffer with paged memory layout.
'struct glcd_framebuf' now contains a layout type which can either be FB_TYPE_LINEAR (this is the default) or FB_TYPE_VPAGED. This actually affects the drawing function and the frame-buffer memory calculation. A new 'size' field is added to store the pre-calculated length. Adopt existing driver to make use of the new feature (currently only glcd2usb driver).
This commit is contained in:
@@ -9,6 +9,7 @@ v0.5dev (ongoing development)
|
||||
* Fix using the left key to change the ring and checkbox menu items
|
||||
* sed1520: Add an option for inverted segment mapping (idea by R. Buchert)
|
||||
* Fix build if compiled with --enable-permissive-menu-goto (#3599609)
|
||||
* glcd driver: Add direct support for framebuffer with paged memory layout
|
||||
|
||||
v0.5.6
|
||||
- Remove deprecated CFontz633 driver. Use CFontzPacket with Model=633 instead!
|
||||
|
||||
Reference in New Issue
Block a user