SSD1963 fast display library - 800x480
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "==Library for SSD1963 LCD with 16-bit interface== <gallery> File:Ssd1963 1.jpg File:Ssd1963 2.jpg </gallery> *LCD is 3/5V compliant. *Library works in Submode = New, so i...")
(Created page with "==Library for SSD1963 LCD with 16-bit interface== <gallery> File:Ssd1963 1.jpg File:Ssd1963 2.jpg </gallery> *LCD is 3/5V compliant. *Library works in Submode = New, so i...")
Latest revision as of 19:44, 25 August 2015
Library for SSD1963 LCD with 16-bit interface
- LCD is 3/5V compliant.
- Library works in Submode = New, so its very easy to include in project and unused Subs are not compiled to save memory space.
- Also to save space you may use reduced Fonts, like Font36x56 in example. It has only digits, placed at position 33...42. To correct this shift simply use Digit_font = 1.
- Any Fons may be included via $include. Supports both types of BASCOM Fonts - "Color" and "B&W".
- You can display 8-bit (BGC) and 16 bit (BIN) pictures. Also 16 bit pictures can be loaded from SPI-Flash ROM. To prepare bin-file from bmp, gif, jpg, wmf, emf, ico I wrote special program Pic2Bin.
Library is fast. I specially made it to work quickly. In this video test program working at 8MHz. However, display resolution is 800x480 and its better to use 16MHz or 32MHz (Atxmega).