25 lines
849 B
ReStructuredText
Executable File
25 lines
849 B
ReStructuredText
Executable File
LCD_RGB
|
|
========================
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
1 Function Overview
|
|
-------------------------------------
|
|
This project mainly verifies the function of lcd_RGB driving st7701s screen, which will generate random colors on the screen every second for display after power-on.
|
|
|
|
2 Code Path
|
|
-------------------------------------
|
|
demo path:./projects/media/lcd_rgb
|
|
|
|
3 Introduction to cli commands
|
|
-------------------------------------
|
|
This function mainly relies on APP to use the configuration, and does not require cli command auxiliary control for the time being
|
|
|
|
4 Compile the command
|
|
-------------------------------------
|
|
Compile command: 'make bk7258 PROJECT=media/lcd_rgb'
|
|
|
|
5 Presentation
|
|
-------------------------------------
|
|
When powered on, the display displays random colored rectangular squares
|