- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2011 09:34 AM
I absolutely have to recommend this app, it's the best G1x app there is, by a long way; and the response to issues or feature requests is usually almost instant. Fantastic app. Why isn't this guy developing apps for Logitech? Compared to some of the apps that ship with the G1x, this is like comparing a hand cart with a Veyron. ![]()
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2011 07:27 AM
Thank you. Please "Give kudos" to the initial post if you like, that'll help more users find this thread.
Re: Looking for alpha testers for G19 plugin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-07-2011 03:08 AM
CharlesB wrote:
SirReal is probably one of the few non-Logi software devs I'd turn a blind eye to recruiting for testers on our forumsGlad to see your work is continuing on the G19
Who are the other non-logitech devs that you would allow that? And where can I find their apps? if their as good as sirreal, those apps are /need ![]()
ontopic: I'm gonna test it tonight ![]()
Re: Looking for alpha testers for G19 plugin
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2011 03:29 PM - edited 01-25-2011 03:31 PM
What’s new in LCDHost alpha 14:
* Dev: LH_QtPlugin.(cpp|h) split up into LH_QtPlugin and LH_QtInstance, project file modification needed.
* Dev: Setup item help added, recompile needed.
* Dev: SignLibrary argument ordering changes; use ‘SignLibrary -?’ for usage.
* Dev: Instance name gets passed to plugin – contructors need looking over.
* Fix: Detect Logitech Gaming Software version 7.
* Fix: Plugin verification via HTTP now uses the system proxy.
* Fix: LH_Image now accepts UTF-8 paths that can be 8-bit encoded.
* Fix: Setup item parameters changed during plugin loading would not be accepted.
* Fix: Automatic layout class registration had a race condition.
* Fix: When reparenting an item it’s width/height would get reset.
* Fix: The instance preview no longer counts as “instance [1]” for automatic naming purposes.
* LH_Lua: Lua console output is now shown in a fixed-width font in the log.
* LH_Lua: Changed how the callback token and ‘self’ table are handled.
* LH_Lua: Added setup items support.
* LH_Lua: Added Win32 font creation support for Lua Cairo.
* LH_Lua: Added __pairs metamethod calling.
* LH_Lua: One may now iterate over lcdhost.state and other LCDHost pseudo-tables.
* LH_Lua: Added print_r.lua which provides the useful print_r() function.
* LH_Lua: Added Lua binding libraries for some Qt DLL’s.
* …and lots of other small fixes as usual.
If you like LCDHost, please consider giving a Kudos to the initial post of this thread.
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2011 06:23 PM
Got a Mac?
Good news. I just built my first fully working .dmg for LCDHost. I still need to get the Lua support libraries running on OS/X though. But hopefully alpha 15 will be a multiplatform release.
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-08-2011 05:38 PM
Really looking forward to a Mac version of this, I've already got my PC all pimped out and set up for it. ![]()
The ability to render html on the device helps a ton too, means that people who are only familiar with web development can build quick little php-like pages to show info on the screen ![]()
For all of those who are interested, even though this is only in Alpha, it's quite easy to make layouts. Here's one that took me about 1/2 hour or so to whip up, it shows me weather info, time, CPU/Memory usage and Network usage. (there's still room in the middle to put more info in, soon as I can think of something useful to put in there
)

Thanks for making such a cool app SirReal, keep up the good work!
Ducky
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-08-2011 03:13 PM
What's new in LCDHost alpha 15:
* LCDHost is now available for OS/X.
* Change: Log files are now stored in the data directory on OS/X.
* Fix: RSS class now handles query parameters correctly.
* Dev: Added button and listbox setup items.
* Added: Menu item under tools to remove obsolete setup items from a layout.
* Fix: Network bandwidth suffix was shown even when percentage display was selected.
* Change: LH_FLAG_READONLY setup items now loads stored values, LH_FLAG_NOSAVE replaces old functionality.
* Dev: lh_cb_load_layout now copies parameter data and expects it to be UTF-8 encoded.
* LH_Lua: Now embeds the 'cairo' graphics library, no need to 'require "lcairo"'.
* LH_Lua: Font handling abstracted to remove platform dependencies.
* Fix: Change events for setup items now only fire on actual data change.
* Fix: File selection setup items now show all paths as relative to layout.
* Fix: Changing min/max for supported setup items now clamp the current value.
* Fix: Downloading public keys are now done in parallell and only once per key.
* Fix: Spurious characters could be seen with some fonts with LH_Text suffixes.
* Added: "Show units" as an option for numeric text items such as network usage.
* New application icon by Ender91.
If you like LCDHost, please consider giving a Kudos to the initial post of this thread.
Re: LCDHost (for G13/G15/G5 10/G19)
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-07-2011 08:10 AM - edited 05-07-2011 08:11 AM
What’s new in LCDHost alpha 16:
- LCDHost now has self-update capability, both for plugins and the main program.
- Use Tools -> Updates to check the update settings.
- What’s New display is now on the Welcome screen, not on the device.
- Updated to Qt 4.7.3 for all platforms
- OS/X now uses direct-to-hardware since Logitech does not provide 64-bit drivers.
- HID and USB level drives provided for all platforms.
- The G19 USB driver requires uninstallation of existing drivers before use.
- With little in-house testing time, I fully expect this to be an extra-buggy alpha.
- Report all bugs on the LCDHost issue tracker.
- I would have liked to replace the g19-default layout, but unfortunately there wasn’t time. Pick your own favorite.
- Includes a new g15-default layout for 160×43 devices by Ender91.
- …and lots of other fixes and changes as well.
Important information for OS/X users: LCDHost A16 for OS/X is now 64-bit. If you’re not running Snow Leopard, please consider updating. The Logitech drivers, however, are 32-bit only. This means that LCDHost can no longer use the Logitech drivers to access G13/G15/G19 devices. Sorry about that – but until Logitech releases 64-bit drivers, not much I can do except ask you to try the direct-to-hardware plugins LH_Lg320x240 and LH_Lg160x43. You lose out on the keymapping and backlighting features though. Unfortunately I can’t build a 32-bit version of LCDHost for OS/X, so you’re forced to choose between LCDHost and regular drivers at this point. Hopefully Logitech will release new drivers, and I’ll certainly add macroing and backlight support in the future.
If you like LCDHost, please consider giving a Kudos to this by clicking the Give Kudos button to the left! This will help other users find this post.
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2012 07:05 AM
Hello,
I recentley got a g510 and can not find applets to download to try and do not know where to sart looking, I saw this thread but when I go to the sirreal/linkdata site the only download link is what looks like an advert for something else (like zip software).
I see buttons for donations on the bottom of the one page but whne looking at this it just looks like a pay-site with no actual product.
Can someone please tell me or post up the link so I can try this software please?
Re: LCDHost (for G13/G15/G5 10/G19)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-22-2012 04:27 AM
Go to http://www.linkdata.se/software/lcdsirreal/
About halfway down the page you'll see this bit:
Click the underlined text.


