hello, I'm trying to make one project for my car. I bought nokia 5110 lcd with PCD8544 controller.
every example from u8glib is working fine, adafruit library is working fine too, so lcd is wired correctly. My problem starts when I want to change standard u8g bitmap. There is a lot of rubbish on the screen. Tried few programs to convert bmp to hex array (lcd assistant, bitmap2lcd, 3310 image encoder) and all of them are not working. Tried the same with different sizes of bmp too.
I will not include any code as for test I run standard u8g XBM sketch from examples.
I'm trying to achieve full screen (84x48) Ford logo for splash screen.
I don't think the 5110 is a good choice for this, but there is a graphics library from Rinky Dink. It is essentially the same as that for larger graphics LCDs.
just got it sorted. program called microC for PIC has GLCD editor for nokia 3310 which seems to be only program working for me this time. Strange because I was always using lcd assistant before without any problems.