132x32 graphic LCD

HI every one! Can anybody help me on my Arduino Project with 132 x 32 graphic LCD!
I tried lot of programs on the internet! I tried a lot but Only thing i could achieve is lighting up BACK LED!!! :stuck_out_tongue_closed_eyes: :frowning: but i have to use in my project! can anybody can help me with an hello world program source codes!!!

The data sheet of the LCD-
http://www.topwaydisplays.eu/documentos/004616-LNK04502.pdf

Thank you! :slight_smile:

FIrst thing. Stop just guessing and just trying random stuff as that has the potential to damage the device.
Next, you will need to figure out is which chipset is on the board.
i.e. ks0108, ST960, sed1520, etc....
(This information is not in that single page datasheet)

Once you know that, you can start to look for an appropriate library.

See if you can find a real datasheet for the module/chipset.

--- bill

Bill is fully right. Unfortunately, the driver chip is not mentioned in the datasheet. I personally think it might be a ST7920 or a ST7565.

Maybe the undocumented constructor will work if this ist a ST7565 (ensure parallel mode):

 ย  U8GLIB_NHD_C12832(uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, 
 ย  ย  ย  ย uint8_t en, uint8_t cs1, uint8_t di, uint8_t rw = U8G_PIN_NONE, uint8_t reset = U8G_PIN_NONE)

Oliver

Is there anybody who has done this????

You might be able to find something here:

http://www.topwaydisplay.com/TechnicalInfo/index.htm

This display doesn't seem to be one they currently manufacture...

Here's something - there's a link to a RAR archive that appears to contain everything needed (better datasheet, source code, etc):

http://ram-e-shop.com/oscmax/catalog/product_info.php?products_id=1616

...for the future, if anyone needs the file and the above link stops working, let me know - I have a copy.