mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
first commit
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
#ifdef RT_USING_ULOG
|
||||
#include <ulog.h>
|
||||
#endif
|
||||
|
||||
extern void disp_driver_backlight_set(int brightness);
|
||||
int main(void)
|
||||
{
|
||||
#ifdef ULOG_USING_FILTER
|
||||
ulog_global_filter_lvl_set(ULOG_OUTPUT_LVL);
|
||||
#endif
|
||||
|
||||
disp_driver_backlight_set(100);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user