A 55x31 font for the SPI_TFT library, based on the free Source Code Pro semi-bold (http://sourceforge.net/projects/sourcecodepro.adobe/) Includes optional characters for Mu (micro), Omega (Ohm), +-, square, cubed, Degree sign
Revision 1:a9b5d4535260, committed 2013-01-29
- Comitter:
- pholzleitner
- Date:
- Tue Jan 29 17:18:42 2013 +0000
- Parent:
- 0:17a18e81efc5
- Commit message:
- corrected comment
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 17a18e81efc5 -r a9b5d4535260 main.cpp --- a/main.cpp Sun Jan 27 19:34:34 2013 +0000 +++ b/main.cpp Tue Jan 29 17:18:42 2013 +0000 @@ -6,7 +6,7 @@ #include "SourceCodePro31.h" #include "SPI_TFT.h" -// the TFT is connected to SPI pin 5-7 +// the TFT is connected to SPI pin 11-13 SPI_TFT TFT(p11, p12, p13, p14, p15,"TFT"); // mosi, miso, sclk, cs, reset int main() {