We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2db3a41 + 4fc05ad commit 7cf5d63Copy full SHA for 7cf5d63
src/VNC_config.h
@@ -27,17 +27,17 @@
27
#ifndef VNC_CONFIG_H_
28
#define VNC_CONFIG_H_
29
30
+#ifndef VNC_USER_SETUP_LOADED
31
+
32
/// Display
33
#define VNC_ILI9341
34
#define VNC_ST7789
35
36
// RA8875 not fully implemented
37
//#define VNC_RA8875
38
-
39
/// TCP layer
40
#define USE_ARDUINO_TCP
-#define VNC_TCP_TIMEOUT 5000
41
42
/// VNC Encodes
43
#define VNC_RRE
@@ -62,6 +62,12 @@
62
/// Memory Options
63
//#define VNC_SAVE_MEMORY
64
65
+#endif /* VNC_USER_SETUP_LOADED */
66
67
+#ifndef VNC_TCP_TIMEOUT
68
+#define VNC_TCP_TIMEOUT 5000
69
+#endif
70
71
#ifndef VNC_SAVE_MEMORY
72
// 15KB raw input buffer
73
#define VNC_RAW_BUFFER 15360
0 commit comments