Вот кусочек кода из примера:
$lib "glcdKS108.lib"
Dim Y As Byte
Wait 2
Print "Config"
Config Graphlcd = 128 * 64sed , Dataport = Portc , Controlport = Portd , Ce = 4 , Ce2 = 3 , Cd = 7 , Rd = 6 , Reset = 2 , Enable = 5
Plaatje:
'the $BGF directive will load the data into the EEPROM or FLASH depending on the $EEPROM or $DATA directive
$bgf "a.bgf"
'switch back to normal DATA (flash) mode
$data
'Clear the screen will both clear text and graph display
Cls
'showpicE is used to show a picture from EEPROM
'showpic must be used when the data is located in Flash
Showpice 0 , 0 , Plaatje
End
А результат - куча хлама на дисплее
Контроллер дисплея-KS108 or eqivalent(данные из даташита)
Кто-нибудь разбирался с этим зверем???????




