Hi
winreboot,
Thank you for sharing your experience with us. You are right, this forum is unfortunately not very active.
The Aquaero drivers for LCDHype are available from here:
Version 1.0 LCDHype Plugin
They are probably the same ones you got from Rapidshare.
The following is the example code from the German forums:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%Graph.Font('FixedSys', 9, 1)
%Graph.SetTextArea(0, 0, 255, 63)
#Header
/ insert header code here /
#EndHeader
#TextMode
/ insert textmode script code here /
#EndTextMode
#GfxMode
/ insert gfxmode script code here /
%Graph.SetTextArea(0, 0, 255, 63)
'Time -> ' %System.GetDateTime('hh:nn:ss')
%Graph.Rect(50,20,200,50,1,1)
#EndGfxMode
|
Please continue sharing your scripts, I am sure a lot of people would be interested in further expanding their Aquaero possibilites.
Kind regards,
Boris.