1 2 3 4 5 6 7 8 9 10 11 12 13
# # rc-addon-script for plugin graphtft & graphtft-fe # # Joerg Bornkessel <hd_brummy@g.o> . /etc/conf.d/vdr.graphtft plugin_pre_vdr_start() { : ${GRAPHTFT_DEVICE:=/dev/fb0} add_plugin_param "-d ${GRAPHTFT_DEVICE}" }