anyway u can share ur script?..it looks really good![]()
-
I would like to say thanks, about coments and/or vote in my video...
it was an irony... Only predator gave me that! -
Come on, share!
-
Hi, I'm seeking for help about key control in LCDhype, I can't manage to get it working fine.
Here's my test script :
Code:#Header %Graph.Font('Small Fonts',6,1) %Common.SetPriority(500) %Param.RenderMode(Full) %CleanUp.ClearVRAM() %Graph.SetTextArea(0,0,256,32) %DefVar(Rotation,Global=0) %DefVar(vRotation,Global=0) #EndHeader #TextMode /insert textmode script code here/ #EndTextMode #GfxMode %If((%System.Input(GetCode) = 4) AND (%vRotation() = 0)) Then { %Assign(Rotation,0) %Assign(vRotation,1) } %If((%System.Input(GetCode) = 4) AND (%vRotation() = 1)) Then { %Assign(Rotation,1) %Assign(vRotation,0) } %LCD.Gfx_SetOverlayMode() %Common.CreateNewLine(,0,0) 'rotation : '%Rotation() %Common.CreateNewLine(,0,10) 'key : '%System.Input(GetCode) #EndGfxMode
What is wrong in my function, and how could I improve it ?
Many thanks -
Here is the script!
i called it Megascript 3.0 to differentiate from the others.....
http://www.box.net/shared/fto66grxkl
If someone think that something could be best, or some ideas to improve the script, please, say to me! -
Add this line at the end of your script to clean the input buffer.
PHP:%CleanUp.ClearInputBuffer(All) / cleanup any keypresses from buffer /
It's not good to read %System.Input(GetCode) everytime you want to read the key. Make a variable (keys, buttons, whatever), at the start of the script, assign to it the %System.Input(GetCode), then use that variable in your code, then at the end of reading (and responding) to all keycodes, call the %CleanUp.ClearInputBuffer(All) function. -
...i cant wait to try this out on my computer
-
Hey, Thank you very much, Predator_MF, your help was excellent, as usual
With " ReadCode" instead of " GetCode" and %CleanUp.ClearInputBuffer(All) after each keypress, my script works now as it should, and I can go on...
Many many thanks, I'll post my script here when it will be ready. -
My CPU and GPU temp don't work. May did I need extra software or need to configure the script? (e.g. ike for the network card)
cheers -
Hey guys, Thanks alot for your help with these scripts. I however can't seem to get it to work and was seein of anyone could help. I followed Predator's guild and I still can't seem to get it to work. When I start LCDHype my LCD flashes and says "LCD HYPE" and has predator's name on it, but that's all it does. I have verified that in the setup it's set to G50 and everything. Any help would be greatly appreciated
-
Did you open the script???
LcdHyepe it's the software, but you have to program the things that you want to show in your OLED! -
-
I saw that you tried to say thanks me in my language.... I'm grateful for this, so, enjoy it!!! -
Hi, I am trying to modify the logo morphing script from megascript so as to have that effect to work on a bmp file instead of the text "Asus g1s". Managed to get that working with one exception. In my case i m getting the image first and then the morphing effect takes place to 'fade away' the image completely. What i am trying to figure out though is how to 'fade in' the image, wait for a few secs and then 'fade out'.. any ideas?
-
Fading out is the easy part - just fill the pixels of the image with randomly placed black pixels as I do in my "morphing" effect. Fading in - I don't know about it, the way to do it is to read randomly a pixel from the image and put it into the correct place on the screen, but I currently haven't found a decent way to do it.
-
Did someone else notice that LCDhype in WinXP lowers 3mark06 scores by 1000pts ? I mean, the process LCDhype, not everest or any third party plugin.
I tested it with an empty script, and my scores went from 7000 without LCDhype to 5900 with LCDhype.
Do we need to install a particular driver for LCD support in XP (other than LCDhype driver, of course) ? -
Otherwise, I just made a benchmark, 5400pts with or without LCDHype (1280x1024) on G1S. -
Problem with only reading a random pixel of the image is that the image i m using is heavy on left side with dark pixels and majority of the lit up pixels on the rite side. So even if i get the reading bit properly it the effect wont look good as it will b unevenly distributed( taking place mainly on the right side).. ideally i m trying to find out a way to have the display start of blank, randomly pixels lighting up and going off all over for a sec or two followed by the actual reading of the pixels of the image..
and yeah the fading out part was a breeze.. have got that going pretty fine.. -
^^ ofc fading out was a breeze coz of the MS. thnx for that !
-
I am having my own troubles creating a "modular" interface of sorts.
The dream is to split the screen and have two dynamic panels that I can control via keys, in addition to one static screen that displays just time and battery.
If anyone is up to helping me out with technique that'd be great, I just can't seem to wrap my head around how to do the following correctly:
-I want to put each module in as a function, and I understand the %DefFunc function. However when I try to draw something other than text or a simple line, say a progressbar for example, it does not draw. If I copy/paste the same exact code into the #GfxMode, it will render perfectly. Is there any syntax I'm missing to make it do the same thing via predefined function?
-If not, is there a way I can tell a script to draw itself onto the screen without clearing any of the previous script's pixels? This might actually be the better option...
If anyone has any other ideas on how to do things, don't hesitate to suggest them.
Thanks! -
LCDHype is causing errors when I shut down... It keeps on making DrWatson Debugger load. And when I disable DrWatson, LCDHype just shows an error message saying fail to close.
-
There's an LCDHype F.A.Q., check out the first link into my signature -
I didn't see a 9800 GT/GS picture for the video card as all I could see was the 8600 picture for the video card temp so I modified the current one. If there's allready one out lemme know, I just havent' seen one till this one:
-
Hi, here is my piece of code, some things need to be improved or changed, but I use it since enough time to release a first version.
4 screens in rotation : clocks, battery, network and disks
alert popups for : wifi, ethernet, battery, rotation mode change, critical temps.
Winamp mode if winamp is on play or pause
Gaming mode if the temps reach the first level.
Other functions : wifi graph, playback informations, Fraps able, virtual cd and usb stick recognition, screensaver, oled saver...
Everything is in french, but if you're interested I could write an english version...
I'm open to every comment or suggestion, so feel free !
http://play-arena.go-forum.net/asus-g50v-f12/windowsdonner-vie-a-l-ecran-lcd-t76.htm#261
Edit : English version released here :
http://www.megaupload.com/fr/?d=4CH0XKRH
The main part is from myself, but some code come directly from Predator's megascript, so thanks to him, and for his support... -
looks good..! will definitely give it a go a little later in the day.. english one will be really nice to hav..
-
ok i'll translate it to english. I need a few days to do it, i'll post it here.
-
-
I've been faster than expected
Here's the 1.11.4 english version :
http://www.megaupload.com/fr/?d=4CH0XKRH -
indeed!
-
Does anyone know how to make a progressbar draw itself in a function?
-
Nevermind, I just discovered the Import function.
-
is there any help file or manual to refer to for the script functions used?
-
The Megascript is telling me 'Everest is not running'.
Do I need a separate program to run this script? -
u need the everest plugin and everest software running for it to work
-
-
lol, missed that totally.
-
-
haha we are all waiting for that... im patient tho...for now
-
Yeah, considering predator tries to do this in his free time, I'm not going to be too pushy.
-
Hi ! My meagascript for G-Series 256x32 OLED is done, but it's in french, so I wanna know if Delta CT and obliviux are around, and if they still want to translate it to english...?
I have 2 files to translate : one is the tutorial, the other are the comments and the displayed items of the script. If someone starts working on it, please let it known here, to avoid having 10 people translating the smae text... Hoping that at least one will help ;P
Thanks, here are the files to translate :
View attachment comments.txt
View attachment Tuto.txt -
Sanka,
Thanks for the info. I do not know french but Google Translate worked good enough for me.
Thanks
Milo -
I'm still here
I can get my friend from Quebec to translate the comments, since it's relatively short and not too technical (even I understand the majority of it). He owes me a favour for proof-reading his thesis, heh heh.
If I get through the comments and obliviux or anyone else hasn't picked up the tutorial, then I'll give that a shot. -
@mr milo
Thanks, but I think my english is better than google's oneAnd as said Delta CT, some parts are a little bit technical, and I'd like it to be correctly translated, especially for a tutorial, it needs to be perfectly understandable :/
@Delta CT
ThanksIf you may give me your friend's nick, I'll add both of you in the "special thanks list"
-
Thanks for the great script!
-
On an unrelated note, I have LCDHype set up to start when I start my computer, then minimize. This works fine, except when I shut down my computer. I get an error saying access violation at address 01C26504. Read of address 01C26504. Note that the address changes every time I run the program, and it doesn't occur when I shut down the program manually. What could be causing this, and how do I fix it? -
the plugin link.. hmm.. dont hav the link rite now but u shud b able to find it quite easily with a lil effort.. find predators post a lil above.. from his signature navigate thru the first link.. u shud b able to find the everest reference and link to lcdhypes site that has the plugin for dload..
as to run it i believe u need the everest pro version.. -
-
-
-
I may share it with a google translation, but the number of people asking for help because they don't understand how to install it frightens me^^
G50V - Anyone find a use for the OLED display?
Discussion in 'ASUS Gaming Notebook Forum' started by berardi1111, Oct 15, 2008.