These are the essential files for Alps Displays that I have

LCD1565mm_driver.txt:  working mm basic driver- follows lcd driver rules.  It works but is very slow.  I think the fundamental problem is that the memory organization of my display is horizontal  what the mm driver template assumes.  This code was cribbed from an OLED driver from the fruit of the shed

Arduino App for LCD.ino: an arduino (just c code)  that embeds 2 fonts.  Takes in two pots and displays on LCD- works well enough.  Use arduino SPI.

AVR2313.asm: AVR assembly code program that displays a bit map graphic of sponge bob- works well.  Bit bangs SPI.  Arduino app with ...jpg is a picture of this running.

SED1565_v1.2.pdf- factory specs for driver

Other JPGS with titles are excerpts from the Alps data sheet- self explanatory titles

Readme.txt- this file
