aboutsummaryrefslogtreecommitdiff
path: root/host/config.h
blob: 64a792cdaffc70d22772167c6110f93e3f530f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
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__