background image

 

gen4-FTDI Display Series - GETTING STARTED MANUAL

 

6  

 

GETTING STARTED WITH A SIMPLE PROJECT 

After successfully connecting the display module to the host controller you are 
using, you can now start creating a basic application. This section shows how to 
show a simple keyboard on the display module using the example uploaded on 
the FTDI chip website. The display module used on this example is gen4-FT812-
43DCT-CLB 
 

Note:

  For the sake of the discussion, the example used on this project is based on the 

Arduino sketch provided by the FTDI website. With these, the host controller will be the 
Arduino UNO. 

 

 

Follow the following steps below: 

 

1.

 

Download the 

Example 7 - FT_App_KeEVE2)

 on the FTDI chip 

website. 

2.

 

Extract the file and navigate to App_Keyboard > Project > Arduino > 
App_Keboard. Open the 

App_Keyboard.ino.

 

3.

 

Edit the 

Platform.h 

and add the following configuration needed by the display 

to run the application. 
 
(a.)

 

On line 41 of the Platform.h - 

/* Module specific configurations *,

 add the 

display definition  
 

#define GEN4FT812_43

  

 
and uncomment the display previously defined  

 
//

 

#define VM800P43_50

 

 
(b.)

 

Add the display definition by copying the code below and pasting it on the 
Platform.h on line 49. 

 

#ifdef GEN4FT812_43 
 
#define DISPLAY_RESOLUTION_WQVGA                (1) 
#define FT812_ENABLE                            (1) 
#define ENABLE_SPI_SINGLE                       (1) 
#define ARDUINO_ATMEGA328P_I2C                  (1) 
#define RTC_PRESENT                             (0) 
#define FT800_CS                                (9) 
#define SDCARD_CS                               (10) 
#define FT800_INT                               (7) 
#define FT800_PD_N                              (8) 
#define ARDUINO_PRO_SPI_CS                      FT800_CS 
#define ARDUINO_PLATFORM_SPI                    (1) 
#define ARDUINO_PLATFORM_COCMD_BURST            (1) 
#define RESISTANCE_THRESHOLD                    (1800) 
#endif 
 
 
 
 

Содержание GEN4-FT812-43T

Страница 1: ...gen4 FTDI Display Series GETTING STARTED MANUAL 1...

Страница 2: ...Display Module to the Host Connection Options 06 Getting Started with a Simple Project 08 Reference Documents 09 Glossary Hardware Software WHAT S IN THE BOX gen4 Breakout Gen4 FT812 43CT CLB 15 way t...

Страница 3: ...LCD display with resistive or capacitive touch It is powered by the FT812 FT813 Video Engine which targets high quality graphics displays with Widget support designed to offload the Host Processor and...

Страница 4: ...ase from our website or through one of our distributors Please refer to the section What s in the Box for images of the display module and its accessories 2 Host Controller The gen4 FT812 FT813 is a d...

Страница 5: ...o your module s 30 way ZIF socket with the metal contacts on the FFC facing up on the latch 2 Connect the other end of the FFC to the 30 way ZIF socket on the gen4 Breakout board with the metal contac...

Страница 6: ...the FTDI chip website 2 Extract the file and navigate to App_Keyboard Project Arduino App_Keboard Open the App_Keyboard ino 3 Edit the Platform h and add the following configuration needed by the dis...

Страница 7: ...for the display defined GEN4FT812_43 The completed code should be like this if defined VM800P43_50 defined VM800P35 defined VM801P43_50 defined VM800B43_50 defined VM800B35 defined VM801B43_50 defined...

Страница 8: ...T81x Graphics Controller IC This product page contains the Key Hardware Features Performance Improvements Applications Areas Product Information and other related products of the FT81x Series FT81x Em...

Страница 9: ...riety of electrical cable that is both flat and flexible It used to connect the display to a programming adaptor 5 Adaptor Board Adapter Board is the dedicated interface to connect the Board to the sp...

Страница 10: ...s but also with the help of 3rd party cores other vendor development boards 2 GUI It is a form of user interface that allows users to interact with electronic devices through graphical icons and visua...

Отзывы: