Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Main Page
Related Pages
Modules
Classes
Examples
NexPage.h
1
17
#ifndef __NEXPAGE_H__
18
#define __NEXPAGE_H__
19
20
#include "NexTouch.h"
21
#include "NexHardware.h"
31
class
NexPage
:
public
NexTouch
32
{
33
public
:
/* methods */
37
NexPage
(uint8_t pid, uint8_t cid,
const
char
*name);
38
44
bool
show
(
void
);
45
};
50
#endif
/* #ifndef __NEXPAGE_H__ */
NexTouch
Definition:
NexTouch.h:53
NexPage
Definition:
NexPage.h:31
NexPage::show
bool show(void)
NexPage::NexPage
NexPage(uint8_t pid, uint8_t cid, const char *name)
Sming
Libraries
ITEADLIB_Arduino_Nextion
NexPage.h
Generated by
1.8.11