adafruit/ST7565-LCD

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
aliyesami
 
Posts: 8
Joined: Mon Sep 30, 2013 11:05 pm

adafruit/ST7565-LCD

Post by aliyesami »

I want to use this display adafruit/ST7565-LCD but where are the AVR-GCC libraries that the site is mentioning below?
also the site is saying that they are the same for GCC and Arduino but its not true since the library that is there is using the "shiftout" function which does not exist in AVR-GCC.

thanks
"
There are two 'versions' of the LCD library - one is straightup avr-gcc and the other is an Arduino Library. They're essentially the same. You can create new icons for bitmapdisplaying using bmp2glcd have fun! limor
"

http://www.ladyada.net/learn/lcd/st7565.html

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: adafruit/ST7565-LCD

Post by adafruit_support_mike »

The code lives in our Github repo, which is linked from the page you mentioned: https://github.com/adafruit/ST7565-LCD

aliyesami
 
Posts: 8
Joined: Mon Sep 30, 2013 11:05 pm

Re: adafruit/ST7565-LCD

Post by aliyesami »

hi Mike !
I have the code you mentioned already , what I am saying is that that code has only one library and that's for arduino , where is the code for AVR ?

thanks

User avatar
Franklin97355
 
Posts: 23911
Joined: Mon Apr 21, 2008 2:33 pm

Re: adafruit/ST7565-LCD

Post by Franklin97355 »

I would think if you want AVR-GCC specific code you will need to write it although there may be some out there someplace if you look (Google?)

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”