stm32f4/07-BitBangDisplay
2012-11-05 09:19:42 +01:00
..
chconf.h Initial code for screen access 2012-11-04 16:24:46 +01:00
gen_pin_defs.pl Initial code for screen access 2012-11-04 16:24:46 +01:00
halconf.h Initial code for screen access 2012-11-04 16:24:46 +01:00
main.c Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00
Makefile Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00
mcuconf.h Initial code for screen access 2012-11-04 16:24:46 +01:00
pins.csv Initial code for screen access 2012-11-04 16:24:46 +01:00
README.txt Added README file 2012-11-05 09:19:42 +01:00
ssd1963.c Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00
ssd1963.h Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00
ssd1963_pins.h Initial code for screen access 2012-11-04 16:24:46 +01:00
xpt2046.c Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00
xpt2046.h Display - cleanup and better "example" 2012-11-05 09:10:58 +01:00

Trying to access the ITDB02-4.3's screen, using bit-banging to access the
controller.

Pins used for the display can be modified by changing the pins.csv file, then
running the gen_pin_defs.pl script (which will re-create ssd1963_pins.h).