From 809f8ac2e0fc17e956022051782a3f2203cdbfb4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 1 Feb 2014 22:07:03 +0100 Subject: Working on the new UDP protocol --- host/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 host/config.h (limited to 'host/config.h') diff --git a/host/config.h b/host/config.h new file mode 100644 index 0000000..64a792c --- /dev/null +++ b/host/config.h @@ -0,0 +1,12 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#define DISPLAY_WIDTH 40 +#define DISPLAY_HEIGHT 16 +#define FRAME_TIMEOUT 5000 /* ms */ +#define UDP_PORT 2323 +#define FRAMERATE 20 /* fps */ +#define TEXT_LOOP_COUNT 3 +#define TEXT_SCROLL_SPEED 3 + +#endif//__CONFIG_H__ -- cgit