LCDInfo.com

http://www.lcdinfo.com
It is currently Thu Mar 28, 2024 10:35

All times are UTC + 2 hours




Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: TimeInfo plugin
PostPosted: Tue Aug 10, 2004 14:46 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Thomas Jäger has made a time plugin for LCDInfo. Good work Thomas :D

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:
Image

Image

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

Image


Last edited by Henri on Thu Aug 12, 2004 12:21, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 11, 2004 1:51 
Offline

Joined: Mon Dec 22, 2003 10:23
Posts: 26
hello
error opening dll: D:\lcdinfo\time_plugin.dll
23:54:21:203 LoadLibrary() error: Le module spécifié est introuvable.
??


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 12, 2004 11:14 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Hmm, seems like the plugin dll is built in debug mode and your system doesn't have the debug versions of MS runtimes.

I'll inform Thomas about this.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 12, 2004 12:22 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
There's now Release build available that should fix the error I hope. Also analog clock is now included.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 12, 2004 12:42 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Thanks Thomas! I be spending more time making screens now, will post a pic soon.


Top
 Profile  
 
PostPosted: Thu Aug 12, 2004 15:45 
Offline

Joined: Wed Aug 04, 2004 15:14
Posts: 7
Hi,

Henry sill linked to an old version of the plugin. The old version will only work when VC++ is installed your computer, since I accidentally did not turn off the debug mode. The new version must be 36KB in size, the old one is 125KB. Please wait until Henry had the chance to update the link to the new version.

Regards

Thomas


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 13, 2004 10:29 
Offline

Joined: Wed Aug 04, 2004 15:14
Posts: 7
Hi,
I just chcked the above link for the plugin and it is the right version now !!!
Regards
Thomas


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 14, 2004 16:11 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Works great, any chance of having the months also in 'normal' name mode, just like TimeInfo.Weekday - Name:System Weekday (Monday-Friday) ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 15, 2004 23:19 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Thomas,

I'm getting extremely high memory usage (400mb+) after running LCDinfo with a screen that uses your plugin for a very long period (10+ hours), after that it just terminates LCDinfo and hangs on the time.info screen.
No error messages.
FIY i have a clock_background.bmp sized 200x200 pixels.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 16, 2004 8:48 
Offline

Joined: Wed Aug 04, 2004 15:14
Posts: 7
Hi coorz,

- it looks like as some memory does not get released. I need to talk to Henry about this. :cry:

- I guess having the month as a name (January, February...) should be no problem. :)

I will post a message as soon as the changes are done.

Regards

Thomas


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 16, 2004 9:32 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Thanks :D


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 17, 2004 0:06 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Thomas,
Works ok now. Memory usage bug is gone.
Thanks for your effort :wink:
(pic coming tomorrow, forgot my cam :roll: )


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 17, 2004 13:47 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Thomas,
look in this topic on the clock i made. Nothing really special for now, unti i get some wacko idea for it :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 17, 2004 16:31 
Offline

Joined: Wed Aug 04, 2004 15:14
Posts: 7
Hi coorz,

nice work. It looks very impressive. :!: I have asked Henry to update the link to point to the new version of the plugin. At the moment it is still the faulty version :( .

Regards

Thomas


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 17, 2004 21:34 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Sorry, my attention has been on some other things and it took a while to get the file updated. It should be updated now.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group