256x160 glcd initialization with avr controller

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
sravani.thatha
Posts: 1
Joined: Thu Oct 07, 2010 5:18 am
Contact:

256x160 glcd initialization with avr controller

Post by sravani.thatha »

hai sir,

we are trying to initialize 256x160 glcd that is LM256160BCW with avr controller and trying to display characters.

but we are unable to initialize it.

so please feel kind enough to help me about the steps for initialization of glcd and what are the commands to be passed and how to set control pins and the sequence of steps to be followed for initialization and display character.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: 256x160 glcd initialization with avr controller

Post by Benj »

Hello,

There should be a datasheet for the controller chip that is used by the display. This will detail what is required in order to start up the display and control the pixels. We have a couple of custom display controllers supported so maybe you could edit one of these to tailor it to your display controller.

http://www.matrixmultimedia.com/Flowcode_Components.php

Post Reply