Posts: 29
Threads: 3
Joined: Jan 2011
Is there a way to narrow the spaces between the segments of the characters of the emulated version of our WP34S?
See the diference between the emulated version and the real version:
Space between the segments of the emulated version:
Space between the segments in the real version:
Edited: 14 Feb 2013, 6:47 a.m.
Posts: 4,587
Threads: 105
Joined: Jul 2005
On the screen, a pixel is the minimum distance between two segments. And a pixel stays a pixel ;-) Thus,in a way, the emulator LCD is clearer than the real one. Take a screen shot and you see why.
d:-)
Posts: 3,283
Threads: 104
Joined: Jul 2005
The artwork of the display in the standard Windows emulator is courtesy of HP's emulator kernel that came with the SDK. I just didn't spent any effort to redesign it. You can design the display yourself by editing the skin files and the bitmaps. Enjoy! ;) (It's a fiddly as can be.)
Posts: 29
Threads: 3
Joined: Jan 2011
Thank you Marcus, I'll have a look at it to see if it is feasible.