Close
0%
0%

LCD,OLED online characters editor

http://ilo.wz.sk/lcd84x48.htm

iloilo
Similar projects worth following
120 views
0 followers
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 ( all microcontroler ) for PIC.

ADD new functions :
Display, bin-hex conversion

  • Display char array

    ilo03/23/2023 at 19:14 0 comments

    New functions :
    Display, bin-hex conversion

    Display:

    set x 16 and y 8

    -Vlastná veľkosť tabuľky:X(max:84)  ,Y(max:48) -

    add this to first array :

    const char objekt_xyz[16]= {0b00011100,0b00010000,0b00111100,0b01000010,0b11001010,
    0b01000010,0b01010010,0b01010010,0b01010010,0b01000010,
    0b11001010,0b01000010,0b00111100,0b00010000,0b00011100,
    0b00000000};

    click on Display button

    or

    past 

    const char objekt_xyz[16]= {0x1C,0x10,0x3C,0x42,0xCA,0x42,0x52,0x52,0x52,0x42,0xCA,0x42,0x3C,0x10,0x1C,0x0,};

    to 

    Vložte kod v HEX (0x**) sústave:

    and  

    click on Prevod-hex after Display button

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates