Anyone know if there is a wx widget for an LCD simulator ??
Here is an example of a commercial one I found.
http://software.pumapc.com/lcdsimulator/v8/screenshots.php
Thanks, Brendan.
Anyone know if there is a wx widget for an LCD simulator ??
Here is an example of a commercial one I found.
http://software.pumapc.com/lcdsimulator/v8/screenshots.php
Thanks, Brendan.
Hi,
Anyone know if there is a wx widget for an LCD simulator ??
Here is an example of a commercial one I found.
A possibility would be to use wx.gizmos.LEDNumberCtrl. I am not sure
how easy would be to extend it to do what you need, but if you wish to
add a particular functionality and/or tweak its appearance a lot you
may need to dig into the C++ code or port it to Python.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
On 23 March 2012 11:56, Brendan Simon (eTRIX) wrote:
El 23/03/2012 13:05, Andrea Gavana escribi�:
Hi,
Anyone know if there is a wx widget for an LCD simulator ??
Here is an example of a commercial one I found.
A possibility would be to use wx.gizmos.LEDNumberCtrl. I am not sure
how easy would be to extend it to do what you need, but if you wish to
add a particular functionality and/or tweak its appearance a lot you
may need to dig into the C++ code or port it to Python.
Other option is use a font:
<http://www.dafont.com/lcd-lcd-mono.font>
On 23 March 2012 11:56, Brendan Simon (eTRIX) wrote:
--
Oswaldo