Repo unification
This commit is contained in:
19
firmware/tests/ut_logic/ut_display.h
Normal file
19
firmware/tests/ut_logic/ut_display.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef UT_DISPLAY_H_
|
||||
#define UT_DISPLAY_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
int ut_dsp_init_ctrl_test(void);
|
||||
|
||||
int ut_dsp_set_lock_test(void);
|
||||
int ut_dsp_reset_lock_test(void);
|
||||
|
||||
int ut_dsp_img_percent_test(void);
|
||||
|
||||
int ut_dsp_img_raw_test(void);
|
||||
|
||||
int ut_dsp_get_act_img_test(void);
|
||||
|
||||
int ut_dsp_backlight_test(void);
|
||||
|
||||
#endif /* UT_DISPLAY_H_ */
|
||||
Reference in New Issue
Block a user