Just talked with ViRuSTriNiTy, he created a new subforumin LCDHype Forum -> Script Examples -> gLCD , which is called 128 x 32 (ASUS G1S)
-
-
here is my wip.
-
-
Common guyz, share your code!
-
For now when you start fraps it changes to FPS and goes back to "normal" when you close it. Bt i wanted to add msn support but haven't find any plugin for it.
Litle help here -
Maybe I'm gonna write few more plugins, like Skype/MSN/Yahoo in the future
-
Yep, an msn plugin would be great so we can say bye to asus direct messenger for good.
-
-
This is what my G1S mega-script menu looks like right now... Adding new screens to the script is a matter of just adding the script code you like, enter one line in it to handle the user actions and adding it's name to the menu list. Browsing the menu and the screens is done with 4 buttons you can customize on your keyboard
Attached Files:
-
-
Can't wait to see that Predator
-
Predator, kind of like with your meun idea, has anyone found out a way to take over the asus hotkeys on top? I dont use that Mail button, is there a way to catch that event press and use that to cycle the oled menu, that way in game or somthing you coudl see gpu temp/cpu temp, etc...
-
I'll research that...I have an idea for the green DirectX lights and LCDHype too
-
Great work man!
-
i followed all ur instructions 5482741 and in the end i get 8600 - tri
cpu*the temperature*
HD = tri
what am i doing wrong? lol
oh just figured coz i was using everest trial version lol
sorry ..
and oh pred looking forward to ur scrpit -
ok , here is my script. i know that predators script will be alot better but this is my best at programing
ctrl-shift+f5 is main script
the midle "bar" on the lcd is your actual sound volume
It features battery percent with flashing alarm at 10% and a charging indicator.
dont' forget to set everest to share cpu temp 1, cpu temp 2 and gpu
ctrl-shift+f6 is winamp
ctrl-shift+f7 FROM the main script gives your internet ip adress during 15 seconds and returns to main script
if you start fraps after a few seconds it changes to "fraps mode" and when you close fraps it returns to main script.
don't forget to install the winamp plugin "C:\Program Files\LCDHype\stuff\winamp" ON WINAMP "C:\Program Files\Winamp\Plugins" and start the plugin on winamp if you want ctrl-shift+f6 to work.
Feedback is apreciated
Thank you predator and virustrinityAttached Files:
-
-
adolfotregosa that is really good!
Would be cool if the Net script would also show Download/Upload traffic -
What scripting languange is .sd? Thanks.
-
@tocampo, it's LCDHype's own language.
And more...inside
Download from here: Link -
Predator that really is something
Two things:
- The cpu usage with the winamp scripts activated is exaggeratedly high
- The network script stays in the zeros. I think it's supposed to show network info on the Realtek card, that I use to connect to the internet, but the script stays "dead". Do I need to set any parameter in particular within the script?
Thanks! -
%DefVar(N=7)
The N=7 points to the network adapter that the screen will read info from, on my Asus G1S the Realtek is the 7-th network adapter, on yours it may differ, change the value to the appropriate.
You can lower the CPU usage on the winamp screens if you just increase the %Common.SetPriority(20) to a higher value (which will reduce the frames per second sent to your OLED).
PS: There are few small bugs I'll fix in the future... The Autochange option will first start running if you press the Key4 (Ctrl+Alt+F8 by default) twice...well it's not that big deal anyway -
Perfect now
btw, have you worked out something for msn? -
Not yet, I'm having much work so I'll suspend my work on this for a couple of days probably
-
Im gonna ask a stupid questoin :S
how do you install the plugins and the oled display?
thanks -
-
Thanks Predator_MF, but unfortunately I can't get the plugins to work. I extracted them to the plugins folder. Is there anything else i should do?
Thanks =]
Edit: Nevermind, I just found out you have to copy the folder, not the contents of the folder ... i feel stupid now =[ -
-
updated script - it's mostly the winamp part!
give feedback pleaseAttached Files:
-
-
i am abit confused how u change the screen with keys wat keys? sorry
it did start from the 1st screen though i just cant get it to change.
-
Ctrl+Shift+F5 is Left (Previous)
Ctrl+Shift+F6 is Right (Next)
Ctrl+Shift+F7 is Menu
Ctrl+Shift+F8 is Enter (or toggles autochange)
You can change those from the Asus G1S OLED Driver advanced options in LCDHype.
Be sure you don't have these keys assigned to any other program, or you are not running another LCDHype instance. -
sorry was able to figure it out :3 very ncie script pred
oops! u replied faster! thanks though -
-
Man, this is SUPER
I found this topic via a youtube movie
But I'm running Windows XP on my G1S, is this also possible on XP (not only on vista) ? -
I'm with XisPas
Works flawlessly -
changed volume bar to cpu usage, more usefull !!
Attached Files:
-
-
ASUS G1S OLED driver updated to v.1.1:
- Added standby handling, LCD turns off when going on standby (by request of adolfotregosa)
Download from the driver's page.Last edited by a moderator: May 8, 2015 -
Find the line of code
%System.GetDateTime(h:nn)
and replace it with
%If((%System.GetDateTime(hh) > 12) )
Then{
%Dec(%System.GetDateTime(hh),12)
':'
%System.GetDateTime(nn)
}
Else{
%System.GetDateTime(h:nn)
} -
Hi Predator
Thanks for this new work
I like very much your megascript, but I was a little bit confused by the keys, so I made some slight modifications to be able to use only 2 keys.
I just modified "Init" and the two "Menu" scripts to obtain this result :
Pressing "Ctrl+Shift+F5" several times allows to select the script to display. And when you stop pressing, after 1 second the screen changes to the selected script.
Pressing "Ctrl+Shift+F6" several times allows to select autochange time. Stop pressing, and after 1 second the selected time is applied.
What do you think about this ?Attached Files:
-
-
Dude, you killed it, where's the menu in there lol
It's a good idea, but I prefer browsing with left-right keys
You are free to modify anything you like, when you do something interesting, please post it to LCDHype forum so we have all scripts on one place -
-
Does the oled driver work with vista 64?
-
Hello
Did anybody of You Guys know how to create script for WI-FI Network transfer or Windows Media Player info ?? -
You can customize the network script included in the megascript, wich changing the %DefVar(N=8) where 8 is the number of the network interface. On my G1S the Wi-Fi is N=13
-
Im gonna ask a stupid question cuz i've spent 15 min trying to figure it out and i cant :S ... how do you rearrange the classes in the script editor?
Thanks =] -
By holding CTRL and dragging them in the list.
-
wow great discovery! hope you guys can make some awesome customizations.
-
I confirm that Predator's driver works fine in Vista Ultimate 64
-
The music visualizer only works with winamp? no way to make it work with Windows Media Player?
-
hey guys great work!!
i've been reading the thread and Predator_MF did a great work!
i just have 2problems on your script..
and can't make the network screen work and i don't know and to see what my network adapter is and the winamp screens don't work either..my version is 5.52.
any ideas?
thanks!
edit:just found out my adapter by trying it out =p
still the winamp problem! -
Thank You very much !!
-
ASUS G1S OLED display - I have found a way to set it :)
Discussion in 'ASUS Gaming Notebook Forum' started by kryteng1, Dec 14, 2007.