diff --git a/07-BitBangDisplay/README.txt b/07-BitBangDisplay/README.txt new file mode 100644 index 0000000..e880114 --- /dev/null +++ b/07-BitBangDisplay/README.txt @@ -0,0 +1,5 @@ +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).