The VDR can controlled over the plasmoid with mouse and keyboard.
VDR is a Video Disk Recorder for linux, more info found in the Wiki http://www.vdr-wiki.de and on the VDR homepage http://www.cadsoft.de/vdr
Details about the graphTFT plugin found here:
http://www.vdr-wiki.de/wiki/index.php/Graphtft-plugin
Developed with KDE 4.2, not tried yet with older versions.
My first plasmoid o) hope it works anyhow

Many thanks to tigger-gg for the mandriva packages
Ratings & Comments
1 Comment
To build this plasmoid with the recent version 4.4 of GCC use the following patch: Quote:
--- common.h~ 2009-04-28 14:26:08.000000000 +0200
+++ common.h 2009-04-28 14:26:08.000000000 +0200
@@ -17,6 +17,7 @@
#include <string>
#include <iconv.h>
+#include <stdint.h>
using std::string;