diff --git a/TFTLCD.cpp b/TFTLCD.cpp index c5edc31..bf5d823 100644 --- a/TFTLCD.cpp +++ b/TFTLCD.cpp @@ -1,3 +1,6 @@ +// Graphics library by ladyada/adafruit with init code from Rossum +// MIT license + #include "TFTLCD.h" #include diff --git a/TFTLCD.h b/TFTLCD.h index cfc998e..4415aa1 100644 --- a/TFTLCD.h +++ b/TFTLCD.h @@ -1,3 +1,5 @@ +// Graphics library by ladyada/adafruit with init code from Rossum +// MIT license #include