Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
epichl25 authored Aug 25, 2022
1 parent 6851cbf commit fa23a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Two rendering methods are available.
This method simply writes pixels one by one using loops.

#### 2. dma2d
This method uses the dma2d hardware accelerator available on the development board to speed up the rendering performance. Compared to the "simple" method, the use of dma2d significantly improves its rendering performance.
This method uses the dma2d hardware accelerator available on the development board to speed up the rendering performance. Compared to the "simple" method, this method significantly improves its rendering performance.

## How to change the rendering mode
Navigate to "hal_stm_lvgl/tft/tft.c" and change the defines for simple and dma2d to either "0" or "1".
Expand Down

0 comments on commit fa23a71

Please sign in to comment.