2009-11-10 05:57 AM
loading the data to display ram
2011-05-17 04:29 AM
2011-05-17 04:29 AM
Hello abhinavbose87,
the installation of library only ensures, that you approve the license, otherwise it's only set of source and project files. So do install, anyway. In the library is a subdirectory Examples. Find one of the SPI examples, modify to suit SPI2 and try to send whatever you want to the display. Your last question, how to display Hello world, is half of the job: download the controller datasheet, send commands one-by-one, initialize properly the display (beware of the delays necessary for the commands to execue, may be even few milliseconds), setup the address position and send the characters as a data stream. The initialization sequence examples are in the document you pointed to. Be careful, the RS pin tells the controller if the data are ASCII (=1) or commands (=0). Next, check in the controller datasheet, what is the polarity and phase of the SPI clock, and setup the proper in the library example.