'---------------------------------------------------------------------------------------- ' List of available G r a p h i c - L C D T y p e s through type parameter '---------------------------------------------------------------------------------------- ' ' Name: LCD-6963_available_Types_Vxxxx.TIG ' ' ' Current type parameter list for different LCD types supported by driver LCD-6963.TDD ' ' ' LCD type Pixels Font Chars Other ' ' 1: 128 x 64 8 x 8 8 x 16 ' 2: 128 x 128 8 x 8 16 x 16 ' 3: 240 x 128 8 x 8 16 x 30 32k RAM ' 4: 240 x 128 8 x 8 16 x 30 8k RAM ' 5: 192 x 128 8 x 8 16 x 24 ' ' 6: 240 x 128 6 x 8 16 x 40 8/32k RAM ' 7: 128 x 64 6 x 8 8 x 21 ' 8: 192 x 128 6 x 8 16 x 32 ' ' 9: 128 x 128 8 x 8 16 x 16 ' 10: 128 x 128 6 x 8 16 x 21 ' ' 11: 240 x 128 6 x 8 16 x 40 Truly LCD ' ' Display types with virtually identical data (like 2 & 9) vary in the internal structure ' how e.g. a text or graphic line is build. So if one type does not work correctly with ' your display, the other type may do. ' ' ' Setting the LCD type is done in the INSTALL_DEVICE instruction, on parameter position 4. ' ' E x a m p l e : ' 1 2 3 4 5 6 ' INSTALL_DEVICE #LCD, "LCD-6963.TDD", 0, 0, 0, 11, 150, 13h ' ! ' ! ' !<--- LCD type 11: 240 x 128 Truly LCD ' '----------------------------------------------------------------------------------------