Library for ILI9325 LCD with 8-bit interface:
[URL=http://radikal.ru/fp/9676a4e5f4724e2baec768f5dc714a2e][img:13f97a7c8b]http://s020.radikal.ru/i719/1401/62/e397e1a306bet.jpg[/img:13f97a7c8b][/URL]
LCD is 3/5V compliant.
Library works in [b:13f97a7c8b]Submode = New[/b:13f97a7c8b], 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 [b:13f97a7c8b]$include[/b:13f97a7c8b]. Supports both types of BASCOM Fonts - "[b:13f97a7c8b]Color[/b:13f97a7c8b]" and "[b:13f97a7c8b]B&W[/b:13f97a7c8b]".
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 [b:13f97a7c8b]bmp, gif, jpg, wmf, emf, ico[/b:13f97a7c8b] I wrote special program [b:13f97a7c8b]Pic2Bin[/b:13f97a7c8b].
Library is fast. I specially made it to work quickly. In this video test program working at 8MHz.
http://youtu.be/-iZbkc4x4s4
Based on Mr.Hkipnik's sources. Published under his permission.
↧