Mikroelektronika MIKROE-742 데이터 시트

다운로드
페이지 532
T6963C_Init
454
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroPASCAL PRO for AVR
CHAPTER 6
Prototype
procedure T6963C_init(width, height, fntW : byte); 
Returns
Nothing.
Description
Initalizes the Graphic Lcd controller.
Parameters : 
- width: width of the Glcd panel 
- height: height of the Glcd panel 
- fntW: font width 
Display RAM organization:
The library cuts the RAM into panels : a complete panel is one graphics panel
followed by a text panel (see schematic below). 
schematic:
+---------------------+ /\
+ GRAPHICS PANEL #0   +  |
+                     +  |
+                     +  |
+                     +  |
+---------------------+  | PANEL 0
+ TEXT PANEL #0       +  |
+                     + \/
+---------------------+ /\
+ GRAPHICS PANEL #1   +  |
+                     +  |
+                     +  |
+                     +  |
+---------------------+  | PANEL 1
+ TEXT PANEL #2       +  |
+                     +  |
+---------------------+ \/