|
Re: Skin for PLI
When I have talked with authors of DS firmware I have found good idea of improvement and I think pli can use it too.
Enigma can be extended to support 20 or more new skin objects. All should be able to define in frontpanel of skin called during pressing OK or during changeing chanel.
They can be labels named USROBJ01 ... USROBJXY.
The enigma will inset on this lable possibion it, what will read from :
/tmp/skin.info
like:
USROBJ01=Sample Tekst,X,Y,Z
The enigma will write on label space the text :
'Sample Tekst'
in X colour
in Y font size
if Z=T
If Z=G the 'Sample Tekst' will be the link to png graphic file to paint on label position.
The file /tmp/skin.info can be updated by scripts. Here we can add info about lan/wlan/inet status, about emu, provid, key, free ram/flash, ...
Maybe one more ... if ok button will be pressed or chanel will be changed, enigma can run one specific script, where the user will be able to add own code for update /tmp/skin.info file. (or maybe only on OK pressing , if script will be run every each chanel change it can slowing box) The new labels should be updated on the screen by enigma every ... 5 or 10 seconds. It lets to show current info from /tmp/skin.info even if update scripts will need long time for update this file.
Last edited by Tom0000 : 11-14-2006 at 08:56 PM.
|