Интерес быстро кончиться, после первой неудачи или как закончил устройство Оно получиться высоким, неудобным, да же стыдно к уху будет подносить
Экран этот можно будет не под телефон зашарить, а под какой-нибудь "бортовой компьютер" в машине, дома...
Помогите с подключением itdb02-5.0 к ардуино уно, точнее с кодом чтоб что то выводил на экран, пробывал через библиотеку UTFT выдает постоянно ошибку 'CENTER' was not declared in this scope. Помогите плиз.
// UTFT_Demo_800x480 (C)2012 Henning Karlsen // web: http://www.henningkarlsen.com/electronics // // This program is a demo of how to use most of the functions // of the library with a supported display modules. // // This demo was made for modules with a screen resolution // of 800x480 pixels. // // This program requires the UTFT library. // #include <UTFT.h> // Declare which fonts we will be using extern uint8_t SmallFont[]; // Uncomment the next line for Arduino 2009/Uno UTFT myGLCD(TFT50,19,18,17,16); // Remember to change the model parameter to suit your display module! // Uncomment the next line for Arduino Mega //UTFT myGLCD(ITDB50,38,39,40,41); // Remember to change the model parameter to suit your display module! void setup() { randomSeed(analogRead(0)); // Setup the LCD myGLCD.InitLCD(); myGLCD.setFont(SmallFont); } void loop() { // Clear the screen and draw the frame myGLCD.clrScr(); myGLCD.setColor(255, 255, 255); // myGLCD.fillRect(0, 0, 799, 13); myGLCD.setBackColor(255, 0, 0); myGLCD.print("* Universal Color TFT Display Library *", CENTER, 1); delay (10000); } Может экран бракованный?