And finally this is the UTFT.h
As you can see (and also who says "I do not believe you", without testing the real configuration...
) the version is 282 and I downloaded it from the Rinky-Dink Electronics web site.
I can send you the full library if you want.
Ciao.
/*
Β UTFT.h - Multi-Platform library support for Color TFT LCD Boards
Β Copyright (C)2015 Rinky-Dink Electronics, Henning Karlsen. All right reserved
Β
Β This library is the continuation of my ITDB02_Graph, ITDB02_Graph16
Β and RGB_GLCD libraries for Arduino and chipKit. As the number of
Β supported display modules and controllers started to increase I felt
Β it was time to make a single, universal library as it will be much
Β easier to maintain in the future.
Β Basic functionality of this library was origianlly based on the
Β demo-code provided by ITead studio (for the ITDB02 modules) and
Β NKC Electronics (for the RGB GLCD module/shield).
Β This library supports a number of 8bit, 16bit and serial graphic
Β displays, and will work with both Arduino, chipKit boards and select
Β TI LaunchPads. For a full list of tested display modules and controllers,
Β see the document UTFT_Supported_display_modules_&_controllers.pdf.
Β When using 8bit and 16bit display modules there are some
Β requirements you must adhere to. These requirements can be found
Β in the document UTFT_Requirements.pdf.
Β There are no special requirements when using serial displays.
Β You can find the latest version of the library at
Β http://www.RinkyDinkElectronics.com/
Β This library is free software; you can redistribute it and/or
Β modify it under the terms of the CC BY-NC-SA 3.0 license.
Β Please see the included documents for further information.
Β Commercial use of this library requires you to buy a license that
Β will allow commercial use. This includes using the library,
Β modified or not, as a tool to sell products.
Β The license applies to all part of the library including the
Β examples and tools supplied with the library.
*/
#ifndef UTFT_h
#define UTFT_h
#define UTFT_VERSION 282
#define LEFT 0
#define RIGHT 9999
#define CENTER 9998
#define PORTRAIT 0
#define LANDSCAPE 1


