adamkaliszan opened a new pull request, #6510: URL: https://github.com/apache/incubator-nuttx/pull/6510
## Summary Driver supports 2.13 inch display v2 mono ## Impact Function **putrun** (pointer in struct lcd_planeinfo_s) redraws the screen if argument **npixels** has value 0. Adding special IOCTL for framebuffes driver can call putrun function in order to refresh e-paper screen. We don't want to refresh the screen after single line/pixel modification. Driver is not aware if there is next **putrun** function call or not. ## Testing Tested on lilygo t5v2 with 2.9 inch display and STM Nucleo-wl55JC with 2.13 inch display. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org