2014-12-28, 06:00
i am on windows 7, is there a way i can use this on win 7? i have a silverstone cw02 case with imon vfd
(2014-12-28, 06:00)MANswers Wrote: i am on windows 7, is there a way i can use this on win 7? i have a silverstone cw02 case with imon vfd
(2015-01-11, 11:51)Turok777 Wrote: I have futaba mdm166a LCD (2x16)
Is it possible to display large font in one length line ?
like here for example : https://www.youtube.com/watch?v=mvb9laG7ddY
(2015-01-25, 15:55)noxx2 Wrote: i ve problems with the Futuba MDM166A Display and openelec.Hmm, judging from the photo - are you sure this is really a MDM166A, and if so, that the correct driver is used? I'm missing the additional elements around the text area (like the volume bar, network/play/pause/rec indicators etc.). The photo looks like LCDproc uses it's "emulated" big digits but falsely assumes more line than physically available. Mind to pastebin your kodi.log so one can see what display type is detected?
i use the openelec driver and this addon. the most works fine, but not
Code:<screensaver>
<line>$INFO[LCD.TimeWide21]</line>
<line>$INFO[LCD.TimeWide22]</line>
</screensaver>
(2015-01-28, 22:29)noxx2 Wrote: yes, its a Futuba MDM166A.
here my log-files:
(2015-01-28, 22:29)noxx2 Wrote: It look like the upper half of the Time, i had made the picture at 13:38
(2015-01-28, 23:14)noxx2 Wrote: Yes, i have this icons.Ok, good to hear
(2015-01-28, 23:14)noxx2 Wrote: Nothing what i can do?Well, from the looks something seems to go wrong in the LCDd I think. script.xbmc.lcdproc simply tells LCDproc to e.g. draw a big number "8" at position x onto the display. How it's done or what method is used is completely left to LCDd. As said, I don't own such a display myself, so digging and poking around in the LCDproc sources would just be random trial and error...