Thomas Jäger has made a time plugin for LCDInfo. Good work Thomas
You can get it here:
http://www.skippari.net/lcd/alpha/plugi ... plugin.dll
What's available:
Quote:
TimeInfo.Hour - Name:System Time Hours (00-24)
TimeInfo.Minute - Name:System Time Minutes (00-59)
TimeInfo.Second - Name:System Time Seconds (00-59)
TimeInfo.Time - Name:System Time (hh/mm/ss)
TimeInfo.Day - Name:System Date Month (00-12)
TimeInfo.Month - Name:System Date Day (00-31)
TimeInfo.Year - Name:System Date Year (00-99)
TimeInfo.Date0 - Name:System Date (dd/mm/yy)
TimeInfo.Date1 - Name:System Date (mm/dd/yy)
TimeInfo.Weekday - Name:System Weekday (Monday-Friday)
Thomas also sent me these pictures:


There is analog clock now also:
Quote:
I was able to implement a analogue clock into
the time plugin. All you need is a background picture what works as a dial
for the clock. I have attached 3 sample backgrounds. Just rename one of them
to "Clock_Background.bmp" and copy it to the LCDInfo folder. There are no
adjustments to be made, since the pointers adapt to the size of the bitmap
automatically. Just make sure that the height and width of the bitmap are
the same, in case you want to make your own background. Then just add the
following term to your "clock screen" and adjust the position:
<item type="pluginimage" x="5" y="9">
<imageid>TimeInfo.Analog</imageid>
<refresh>100</refresh>
</item>
This should bring up a clock screen as the one in the attached photo.
http://www.skippari.net/lcd/alpha/plugins/CLOCK_128x64_V2.bmp
http://www.skippari.net/lcd/alpha/plugins/Clock_Background_32x32.bmp
http://www.skippari.net/lcd/alpha/plugins/Clock_Background_52x52.bmp
http://www.skippari.net/lcd/alpha/plugins/Clock_Background_64x64.bmp
