kasjer opened a new pull request, #3063:
URL: https://github.com/apache/mynewt-core/pull/3063

   This adds several syscfg values that tweak LVGL build.
   LV_DISP_DRAW_BUF_LINES (default 10) specifies buffer size in lines.
   Increasing this number can reduce drawing time but uses more memory.
   LV_DISP_DOUBLE_BUFFER - when set, allows display driver to draw
   pixel asynchronously (with DMA). Currently no driver utilizes this.
   LV_DISP_X_ALIGN/LV_DISP_Y_ALIGN - can specify minimum pixel alignment
   required by display driver. Currently only DA1469X LCD driver requires
   LV_DISP_X_ALIGN to be 1. Increasing this number forces LVGL to draw more
   pixels that library needs.
   
   Signed-off-by: Jerzy Kasenberg <[email protected]>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to