Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] nokia 3310 lcd interface with arduino uno

Status
Not open for further replies.

kunal123

Advanced Member level 4
Joined
Jan 24, 2011
Messages
105
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
mumbai
Activity points
1,961
i need to display bitmap image on nokia 3310 lcd using above library LCD5110_Basic.h

i got following error
invalid conversion from 'const unsigned char*' to 'uint8_t*'

in program bitmap draw function accept bitmap image array has datatype of uint8_t & have converter software which convert bitmap image into array datatype of const unsigned char

i try typecasting, but after typecast included bitmap image & displayed image is not same.

how to i can resolve this error?
or suggest me bitmap image to hex array converter software which convert bitmap image in hex array which has datatype of uint8_t
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top