13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
config screen
|
||
|
option resolution 480x640
|
||
|
option dpi 285
|
||
|
|
||
|
config graphic
|
||
|
option device /dev/fb0
|
||
|
|
||
|
config input mouse
|
||
|
option device /dev/event1
|
||
|
option driver tslib
|