A59项目初版工程 1.电压+光感adc采样优化 2.串口逻辑优化
This commit is contained in:
27
app/double_pointer_halo/double_pointer_demo.h
Normal file
27
app/double_pointer_halo/double_pointer_demo.h
Normal file
@ -0,0 +1,27 @@
|
||||
#ifndef POINTER_DEMO_H
|
||||
#define POINTER_DEMO_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// <20><><EFBFBD>ε<EFBFBD>ͼaRGB8888
|
||||
extern unsigned int* get_halo_image(void);
|
||||
|
||||
extern unsigned short* get_bk_image(void);
|
||||
|
||||
int double_pointer_halo_draw (void);
|
||||
|
||||
int double_pointer_halo_init (int width, int height);
|
||||
|
||||
int double_pointer_halo_exit (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user