From: Michael F. <mi...@fr...> - 2006-11-18 11:04:47
|
Hi, I'm using a 20x4 Text display with an AVR, which works as a simple serial terminal. It works very well, but it seems that I can't assign e.g. 0-20% to ascii-code 0 21-40% to ascii-code 1 41-60% to ascii-code 2 61-80% to ascii-code 4 81-100% to ascii-code 5 while the software in the AVR assigns 0 to a blank block 1 to a _ 2 to a 1/5 full block ... 5 to a full block (in reality, I can assign 7+1(space) user-defined symbols which fits perfectly to the 7 pixel height characters), so I would have a vertical baragraph. I've already a patch to add this widget-type, but it is very ugly, so I would like to have an official solution ;) Thanks, Michael |