- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-11-2009 05:55 AM
HI
I have a G13 installed on Vista 64-Bit, Release 3.0.2.173. I'm trying to get the OutputLCDMessage to work via the script and i'm having no luck at all this is the simple script that i'm using
function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg);
ClearLCD();
OutputLCDMessage(("Hello world1")
OutputLCDMessage("Hello world2")
PressKey("a", "b");
end
Testing this under word, I get the a and b typed in the document, but noting on the display. Is there anything that i am missing
Thanks
Solved! Go to Solution.
Re: G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-11-2009 12:36 PM
Re: G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-12-2009 01:39 AM
Did you have newlines at the end of the output lines? Your quoted material has smiley faces (at least for me) so I can't see what the original code looked like. It may be LCD output is delayed until a newline is seen. I don't think you wanted a single line with "Hello world1Hello world2".
Try....
ClearLCD();
OutputLCDMessage( "Hello world1\n" );
OutputLCDMessage( "Hello world2\n" );
Re: G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-12-2009 02:56 AM
All it was that the Logitech G-series Scripting Display was not enabled
Thanks for the help all anyway
Re: G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-09-2010 03:09 PM
Settings >> Game Panel Manager >> Logitech G13 LCD Then check the box for 'Immediate Display of High Priority Items'.
Re: G13 OutputLCDM essage
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2012 08:48 PM
Thanks for the suggestion - this solved the problem for me (G510 keyboard display), while the other suggestions did not.
