I'm using a board (Inhaos lcd2000-7775) that uses a library called "LCD-2000-7775" when i try ot compile the test code i get the following error messages
"Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
1.6.6 and onwards are complaining when libraries don't have all the parameters they want you to provide, even when these are unrelated to funtionality - for example, if the maintainer of the library isn't listed roll-eyes.
Solved
Thank you DrAzzy, there were enough clues in your answer to work out that editing the library.properties file and temporarily putting in my own name and email as the author allowed the sketch to compile, there was a further problem that the top level directory for the library directory had both "src" and "Utility" directories , renaming the src directory allowed the library to function.
I have the same screen and im trying to get it to work with the gamebuino library im getting only one error message.
Arduino: 1.6.7 (Windows 7), Board: "Arduino Duemilanove or Diecimila, ATmega328"
WARNING: Category '' in library LCD_2000_7775 is not valid. Setting to 'Uncategorized'
Missing 'maintainer' from library in C:\Users\duhjoker\Documents\Arduino\libraries\LCD_2000_7775
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
the work round is to edit the library.properties in the LCD_2000_7775 library folder
so that
it reads
"
name=LCD_2000_7775
author= willy wonka
email=willy@wonka.info
sentence=Write, draw and display images on TFT displays
paragraph=This library is compatible with most of the TFT display based on the ST7775 chipset
url=http://arduino.cc/en/Reference/TFTLibrary
architectures=*
version=1.0
dependencies=SPI,SD
core-dependencies=arduino (>=1.5.0)
10/06/2016 18:08
Hello
Since librairie.zip LCD_2000_7775 Arduino,
I get in Documents> Arduino> bookstores> LCD_2000_775:
folder examples
folder src
file keywords 1KB
file library.properties 1KB
The only software with which I can open the file library.properties
is openoffice writer (I copy, I open writer, I paste,
I get the block "insert sectio" I click "insert", I get
name = LCD_2000_7775
author = jeremy wood email=chuckwood0077@yahoo.com
sentence = Write, draw and display pictures on TFT displays
paragraph = This library is compliant with MOST of the TFT
display based on the ST7775 chipset
url = http: //arduino.cc/en/Reference/TFTLibrary
architectures = *
version = 1.0
dependencies = SPI, SD
Arduino core-dependencies = (> = 1.5.0)
Just before the line url = http ...... I insert the line
"Category = Display"
I then "save as"
Documents> Arduino> bookstores> LCD_2000_775
I "library properties already exists", I replace the
I get in "Documents> Arduino> bookstores> LCD_2000_775
file library.properties 11KB (11KB yes and before 1KB)
I close all open software
I open Arduino and I have not "LCD_2000_7775" in the list of libraries
I get the message "Invalid Library found in
C: \ Users \ hop \ Documents \ Arduino \ libraries \ LCD_2000_7775:
Missing 'name' from library '
Before the transformation of "library.properties" I have "LCD_2000_7775" in the list of libraries
I do not understand anything, unless it be when using a text editor, integration with OpenOffice Writer for me because I did not find anything to edit this "terrible file" library.properties
What do you use as a text editor and pouvvez you help me?
It seems there are many people who have problems with this screen and the Arduino UNO board
Thank you
I have not tried yet.
I think I took the library in LCD-2000-7775 2.0 inch TFT LCD Display,
Released_LCD-2000_Development_Kit_EN_R02_Update with Arduino IDE 1.6.3
thanks pert for all the information.
i just got the product and this thread is very useful.
hopefully, i would be able to get the tft working without major problems.