Bind
C++ UI toolkit for Arduino
Loading...
Searching...
No Matches
BindView.hpp
1
#ifndef __BINDVIEW_HPP
2
#define __BINDVIEW_HPP
3
#include <stdint.h>
4
5
#define BLACK 0xFF000000
6
#define DKGRAY 0xFF444444
7
#define GRAY 0xFF888888
8
#define LTGRAY 0xFFCCCCCC
9
#define WHITE 0xFFFFFFFF
10
#define RED 0xFFFF0000
11
#define GREEN 0xFF00FF00
12
#define BLUE 0xFF0000FF
13
#define YELLOW 0xFFFFFF00
14
#define CYAN 0xFF00FFFF
15
#define MAGENTA 0xFFFF00FF
16
#define UBUNTU 0xFF300A24
17
#define AVOCADO 0xFF95986B
18
#define TRANSPARENT 0
19
#define MAX_STRING_LENGTH_TERMINAL 64
20
21
class
BindView
22
{
23
public
:
33
virtual
uint16_t
getBytes
(uint8_t *out) {
return
0; };
34
int16_t tag;
35
};
36
37
#endif
/* __BINDVIEW_HPP */
BindView
Definition
BindView.hpp:22
BindView::getBytes
virtual uint16_t getBytes(uint8_t *out)
Retrieves the bytes representing the BindView for synchronization.
Definition
BindView.hpp:33
src
BindView.hpp
Generated by
1.9.8