I have some problems with using redefining chars on HB LCD. Does anyone had
any success with redefining the extra chars?
It does not seem to work.
Maybe I'm using it wrong.
Could someone provide a simple example how to use it?

For example I want a hourglass

- a hourglass on char '\3' : "31F1F0E04040E1F1F"
  >     ##### => "1F"
  >     ##### => "1F"
  >     .###. => "0E"
  >     ..#.. => "04"
  >     ..#.. => "04"
  >     .###. => "0E"
  >     ##### => "1F"
  >     ##### => "1F"

echo "31F1F0E04040E1F1F" > /mnt/owfs/lcd/LCD_H/redefchar_hex.2
or
owwrite -s 2485 lcd/LCD_H/redefchar_hex.2 "31F1F0E04040E1F1F"


Shouldn't it work?




-- 
p4trykx

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to