Friday, March 6, 2009

AS1107 LCD Driver Chip Interface Code for C18

I was unable to find any code to interface this chip on the Internet. However, there were a few people with videos demonstrating its use. After contacting them, borrowing a few of their driver ideas, and writing my own driver, I was finally able to get this chip to work. Here’s my driver.

  • Written for Microchip C18 compiler. Can easily be adapted to other compilers.
  • My chip is an 18F2620, however, the code can work with almost any PIC.

The code is pretty  much self-explanatory. The headers are where everything is defined and where the user is able to define pin assignments.

Download: http://www.mediafire.com/?5jjjzz2jitj

No comments:

Post a Comment