// As defined in the following structure the pin connection of Port F is as
// follows:
// F0 rs
// F1 rw
// F2 enable
// F3 LCD_LP
// F4 LCD_DOUT
// F5 LCD_BL
// Pins F6 and F7 are not connected
How can I modify flex_lcd.c to drive 36 X 24 pixel NKK Smartswitch LCD
The flex_lcd driver won't work with the NKK SmartSwitch. It's a
completely different type of display. They have a sample driver
here, written in Microchip ASM source code:
http://www.nkksmartswitch.com/agree.asp?url=pdf/PicSampleCode.pdf
Click the Download button to get it.
You'll have to convert it from ASM to C code. Please don't ask me
to do this for you.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum