Library for NOKIA LCD models:
[i:18ed873022]3720c, 5320, 5330, 5610, 5630, 5700, 5730, 6110n, 6120с, 6208, 6220с, 6300, 6303, 6303i, 6350, 6500, 6500s, 6555, 6600, 6600s, 6720, 6730, 6760, 7500, 8600,Е52, Е55,Е65, Е66, Е75, N71, N73, N75, N76,N77, N78, N79, N81, N82, N93[/i:18ed873022] and others with controller MC2PA8201 from "MagnaChip". Resolution is 240x320.
Library works in [b:18ed873022]Submode = New[/b:18ed873022], 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 [b:18ed873022]Digit_font = 1[/b:18ed873022].
Any Fons may be included via [b:18ed873022]$include[/b:18ed873022]. Supports both types of BASCOM Fonts - "[b:18ed873022]Color[/b:18ed873022]" and "[b:18ed873022]B&W[/b:18ed873022]".
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:18ed873022]bmp, gif, jpg, wmf, emf, ico [/b:18ed873022]I wrote special program [b:18ed873022]Pic2Bin[/b:18ed873022].
Library is fast. I specially write it to work quickly. In this video test program working at 8MHz.
http://www.youtube.com/watch?v=gmRyjNDrdFM&feature=youtu.be
↧