Hasonló csak nagyobb.
Ilyen: http://www.lcdwiki.com/3.5inch_Arduino_Display-Mega2560#Program_Download
Feri és ez a demo lefut a kijelzön? Ha igen akkor nehéz lessz összehozni hiszen ennek a kijelzönek ezek a lábak kellenek.
//Set the pins to the correct ones for your development shield or breakout board.
//the 16bit mode only use in Mega.you must modify the mode in the file of lcd_mode.h
//when using the BREAKOUT BOARD only and using these 16 data lines to the LCD,
//pin usage as follow:
// CS CD WR RD RST D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15
//Arduino Mega 40 38 39 / 41 37 36 35 34 33 32 31 30 22 23 24 25 26 27 28 29
//Remember to set the pins to suit your display module!
#include <LCDWIKI_GUI.h> //Core graphics library
#include <LCDWIKI_KBV.h> //Hardware-specific library
//the definiens of 16bit mode as follow:
//if the IC model is known or the modules is unreadable,you can use this constructed function
LCDWIKI_KBV my_lcd(ILI9486,40,38,39,-1,41); //model,cs,cd,wr,rd,reset
A fél programot ujra kell irni .
Pláne az eeprom is ugyanazokat a lábakat is használná a programban de utána kéne még nézni:
//читаем из 20 ячейки EEPROM состояние ATToff
ATT3dB=EEPROM.read(21); //читаем из 21 ячейки EEPROM состояние ATT3dB
ATT6dB=EEPROM.read(22); //читаем из 22 ячейки EEPROM состояние ATT6dB
ATTauto=EEPROM.read(23); //читаем из 23 ячейки EEPROM состояние ATTauto
ATTalarm=EEPROM.read(24); //читаем из 24 ячейки EEPROM состояние ATTalarm
EEPROM.get(address,SWRmax); //читаем из 27-30 ячейки EEPROM состояние SWRmax
Tonbeep=EEPROM.read(26); //читаем из 26 ячейки EEPROM состояние Tonbeep