Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
NexCrop.h
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__ */
Definition: NexTouch.h:53
Definition: NexCrop.h:30
bool setPic(uint32_t number)
NexCrop(uint8_t pid, uint8_t cid, const char *name)
bool Get_background_crop_picc(uint32_t *number)
bool Set_background_crop_picc(uint32_t number)
bool getPic(uint32_t *number)