LCD Nokia(84*48)+PIC16F84
For all who need make characters for LCD nokia is this web easy way. You can generate code for PIC16f84 or binary or array code for PIC
Step 1: Go on: http://ilo.php5.sk/lcd84x48.htm
Set table array: 84*48,5*8 or custom.
Step 2: Drawing
If you use Opera browser you can use Kreslit(Drawing),Zmazat(Eraser). Press CTRL and move whit PC mouse.
Other browser click on table array. One x representing one pixel.
First click on table block change color on blue,2nd clear color.
Blue color representing black pixel on LCD.
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
x | x | x | x | x |
Step 3: Generated code
TextArrea show Table HTML code. Set one option: úplny program pre LCD(Full asm code for Pic16f84). Len kód objektu(ASM code for character...) Len bity(binary bits) After press button Assembler kod, copy and use for your project.
ADD: Set MPLAB XC8 and web generate array for XC8 MPLAB (can use for Arduino):
const char objekt_xyz [ byte count ]= {0bxxxxxxxx,0bxxxxxxxx,.....,0bxxxxxxxx};
- Comments(2)
- Likes(1)