Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Emulate MatrixLCD for Windows Mobile devices
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 16
- Joined: April 1st, 2009, 7:18 am
Emulate MatrixLCD for Windows Mobile devices
MatrixLCD for Windows Mobile
Now you can use your Windows Mobile or PocketPC device as 4x20 characters display in Smartie :)
To install:
Place "RemoteDisplay.dll" to display subfolder of your LCD Smartie installation.
Open LCDSmartie settings, in "Display settings" Select 4x20 resolution and RemoteDisplay.dll as display plugin.
Copy MatrixLCD.exe to any folder of your Windows Mobile device.
Start it and press connect. If your device is not connected in Active Sync, you can open "Connection" options and enter the IP or Host name.
Also you can ajust the "Matrix" colors via "LSD Colors".
Landscape screen mode on PPC device is strong recommended!
----------------------------------------------------------
Warning: RemoteDisplay.dll opens the TCP/IP port 11002 to lisn.
You can block it in firewall for outer WAN interface
(Is it nice to see small LCD_Smartie information display of you home computer anywhere over internet with you PDA? :)
but leave it opened for ActiveSync input connections.
If you have any comments or questions please mailto: vvitaliy@mail.ru
2009-04-07
VVit.
Now you can use your Windows Mobile or PocketPC device as 4x20 characters display in Smartie :)
To install:
Place "RemoteDisplay.dll" to display subfolder of your LCD Smartie installation.
Open LCDSmartie settings, in "Display settings" Select 4x20 resolution and RemoteDisplay.dll as display plugin.
Copy MatrixLCD.exe to any folder of your Windows Mobile device.
Start it and press connect. If your device is not connected in Active Sync, you can open "Connection" options and enter the IP or Host name.
Also you can ajust the "Matrix" colors via "LSD Colors".
Landscape screen mode on PPC device is strong recommended!
----------------------------------------------------------
Warning: RemoteDisplay.dll opens the TCP/IP port 11002 to lisn.
You can block it in firewall for outer WAN interface
(Is it nice to see small LCD_Smartie information display of you home computer anywhere over internet with you PDA? :)
but leave it opened for ActiveSync input connections.
If you have any comments or questions please mailto: vvitaliy@mail.ru
2009-04-07
VVit.
You do not have the required permissions to view the files attached to this post.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Plugin Author
- Posts: 16
- Joined: April 1st, 2009, 7:18 am
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 16
- Joined: April 1st, 2009, 7:18 am
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Actually I can't provide character list for custom characters because the display creates them in memory dynamically.VVit1 wrote:If you extend the map I release the version with dynamic resource loading.
Some links about it can be found here: http://forums.lcdsmartie.org/viewtopic.php?p=2838#2838
In addition you can download a good custom character creation program by using this link http://forums.lcdsmartie.org/download.php?id=20
Finally more info about custom character are available on www.LCDSmartie.org
Adapted from program site:
"this works by using $CustomChar(1,31,31,31,31,31,31,31,31)
in this example we change customchar 1 (first number). there are 8 custom chars, so you can use 1 to 8.
the following 8 numbers are the rows of a character. This is how you can look at your character:
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
16 8 4 2 1
Lets say you wan't the letter 'S'. the sum of the fields that are collored is the number you should place in the $CustomChar field
Here you get: $CustomChar(1,0,15,16,16,14,1,1,30)"
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I think there is a bug on custom characters color.limbo wrote:Thats great news!
Thanks
If you change the LCD color by using the emulator menu teh custom characters are still displayed in blue color...

Is there any tweak to resolve this?
Last edited by limbo on April 13th, 2009, 9:57 am, edited 1 time in total.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
While at it, here is another idea:
make the characters 6x8 and stick them together without spaces, that way custom characters and bar graphs will look nicer and have that solid feel.
font will still be 5x8(7) and readable because of the gap
look here for a no space, 6x8 dots screen to get what i mean:
http://www.youtube.com/v/ItTTrkSBKHk
make the characters 6x8 and stick them together without spaces, that way custom characters and bar graphs will look nicer and have that solid feel.
font will still be 5x8(7) and readable because of the gap

look here for a no space, 6x8 dots screen to get what i mean:
http://www.youtube.com/v/ItTTrkSBKHk
-
- Plugin Author
- Posts: 16
- Joined: April 1st, 2009, 7:18 am
Well, It's not so easy.
GDI+ on Windows Mobile does not support Color Table remapping so I need manually recalculate texture colors from image with _known_ colors.
There is no such image for custom characters.
After color edition, old colors in custom characters will stay till the next character change only.
So, I intended to think about it as some kind of 'feature'
GDI+ on Windows Mobile does not support Color Table remapping so I need manually recalculate texture colors from image with _known_ colors.
There is no such image for custom characters.
After color edition, old colors in custom characters will stay till the next character change only.
So, I intended to think about it as some kind of 'feature'

-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Well, only if you can, it was just an idea to get great bars showing.
(just use the first 20 Chars on each row and Smartie won't send more)
If you still want to make it with more rows than 4, you can use this Smartie build to display them: http://czi.uni.cc/LCDSmartie/LCDSmartie_6.0.0-b.rar to display 8 rows or even 16.There is some limitations from Smartie on rows, in other side 20 columns is a maximum for 320x240 WM screen devices.
(just use the first 20 Chars on each row and Smartie won't send more)
-
- Plugin Author
- Posts: 16
- Joined: April 1st, 2009, 7:18 am
-
- Posts: 20
- Joined: April 27th, 2009, 4:17 pm
Re: Emulate MatrixLCD for Windows Mobile devices
It's working very nice 
But you're using some controls that are not avalible in WM Std so I can't run the Connection menu (it throws a NotSupportedException).
Could you made a support for WM Std?
EDIT:
or just place the source code in a SVN repository so I can fix it

But you're using some controls that are not avalible in WM Std so I can't run the Connection menu (it throws a NotSupportedException).
Could you made a support for WM Std?
EDIT:
or just place the source code in a SVN repository so I can fix it
