My Project
 All Classes Files Functions Typedefs Groups Pages
NexCrop.h
Go to the documentation of this file.
1 
17 #ifndef __NEXCROP_H__
18 #define __NEXCROP_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
30 class NexCrop: public NexTouch
31 {
32 public: /* methods */
33 
37  NexCrop(uint8_t pid, uint8_t cid, const char *name);
38 
47  bool Get_background_crop_picc(uint32_t *number);
48 
57  bool Set_background_crop_picc(uint32_t number);
58 
67  bool getPic(uint32_t *number);
68 
77  bool setPic(uint32_t number);
78 };
79 
84 #endif /* #ifndef __NEXCROP_H__ */
bool Get_background_crop_picc(uint32_t *number)
Definition: NexCrop.cpp:23
bool getPic(uint32_t *number)
Definition: NexCrop.cpp:46
NexCrop(uint8_t pid, uint8_t cid, const char *name)
Definition: NexCrop.cpp:18
bool setPic(uint32_t number)
Definition: NexCrop.cpp:55
Definition: NexCrop.h:30
bool Set_background_crop_picc(uint32_t number)
Definition: NexCrop.cpp:32
Definition: NexTouch.h:53