aboutsummaryrefslogtreecommitdiff
path: root/include/options.h
blob: 2e71ad65ba464c253084869fc6390fa1a2ea14e2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __OPTIONS_H__
#define __OPTIONS_H__


#define DRM_DEVICE "/dev/dri/card1"
#define DRM_MODE "1366x768"
#define DRM_RATE 60


#endif /* __OPTIONS_H */