eynarcalle / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

Support SPI #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Originally entered by mem:

 List of possible target controllers:
  - nokia 6610 128x128 color  (sparkfun lcd-00569, lcd08600)
  - kent Display 240x160  (sparkfun lcd-09560)

note prototype device code has been added to the debug directory - see 
glcd_Device_6610.cpp. The only other change required to current GLCD code is 
the addition of the following two public fields in glcdDevice.h 
  uint8_t ForeColor;
  uint8_t BackColor;

Original issue reported on code.google.com by bperry...@gmail.com on 24 Mar 2011 at 7:16

GoogleCodeExporter commented 8 years ago
There is a sample project on the arduino site that uses i2c or SPI
that might be very useful as an example:

http://arduino.cc/forum/index.php/topic,52271.0.html

The i2C mode might be very useful even for normal displays as a 16 bit i2c
expander chip is only about $1 and could save lots of pins.

Original comment by bperry...@gmail.com on 24 Mar 2011 at 7:19