View Single Post
Old 02-07-2016, 06:15 PM   #425 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by H-Man View Post
Is the Tinkerkit LCD code broken? When I try to compile for the leonardo, I get a compile error on Ardunio 1.6.6.
Yah, the Tinkerkit LCD code does not have support for serial output. You'll need to turn off serial output via

Code:
//#define useSerialPortDataLogging true		// Ability to output 5 basic parameters to a data logger or SD card
//#define useBufferedSerialPort true			// Speed up serial output
I stopped development on getting the TinkerKit LCD board, due to lack of perceived interest. If you want serial output, I can try to figure out how to get it to work.
  Reply With Quote