v01d commented on a change in pull request #2208: URL: https://github.com/apache/incubator-nuttx/pull/2208#discussion_r516799386
########## File path: include/nuttx/lcd/lcd_dev.h ########## @@ -76,6 +77,14 @@ struct lcddev_run_s size_t npixels; }; +struct lcddev_area_s +{ + fb_coord_t row_start, row_end; + fb_coord_t col_start, col_end; + size_t stride; Review comment: Ah, I initially considered an extra stride option but concluded that it wouldn't work if I added that. I'll remove this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org