Skip to content

crystalfontz/CFA480128Ex-039Tx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CFA480128E0-039Tx

Code for the Crystalfontz CFA480128E0-039TC and CFA480128E0-039TN.
These displays are 3.9in 480x128 TFTs.

Example Seeeduino (Arduino clone) software.

Kits for these products can be found here:
https://www.crystalfontz.com/product/cfa480128e0039tckit-480x128-bar-type-tft-dev-kit https://www.crystalfontz.com/product/cfaf480128a0039tna12

Navigating the Code

To toggle on or off different demonstrations, some defines in "CFA10099_defines.h" can be changed.

#define BMP_DEMO             (0)  
#define   BMP_SCROLL         (0)  
#define SOUND_DEMO           (0)  
#define   SOUND_VOICE        (0)  
#define   SOUND_PLAY_TIMES   (10)
#define LOGO_DEMO            (1)  
#define   LOGO_PNG_0_ARGB2_1 (1)  
#define BOUNCE_DEMO          (1)  
#define MARBLE_DEMO          (0)  
#define TOUCH_DEMO           (0)

BMP_DEMO - Toggled to 1 will look to the uSD card to pull the "SPLASH.RAW" file and display it
BMP_SCROLL - Toggled to 1 will look to the uSD card to pull the "CLOUDS.RAW" file and display it scrolling across the screen
LOGO_DEMO - Toggled to 1 will display the Crystalfontz Logo from flash
BOUNCE_DEMO - Toggled to 1 will show a ball bouncing around the screen
MARBLE_DEMO - Toggled to 1 will look in the uSD card and pull "BLUEMARB.RAW" and demonstrate the earth rotating and bouncing around in screen in place of the ball
TOUCH_DEMO - Toggled to 1 will enable the touch screen (only compatible on touch versions of the display)

For an in-depth guide to loading custom images on our EVE lineup of displays, please refer to our blog post available here.

Connection Details

To CFA10098 Adapter Board (See kits above)

10098 Pin Seeeduino Pin Connection Description
1 (3v3) 3v3 +3.3V Power
2 (GND) GND Ground
3 (SCK) D13 Serial Clock
4 (MOSI/D0) D11 MOSI/D0
5 (MISO/D1) D12 MISO/D1
6 (GPIO0/D2) DNC GPIO0/D2
7 (GPIO1/D3) DNC GPIO1/D2
8 (GND) GND or DNC Ground
9 (CS) D9 Chip Select
10 (INT) D7 Interupt
11 (PD) D8 Chip Power Down
12 (MODE/GPIO2) DNC MODE/GPIO2
13 (AUDIO) DNC Audio PWM
14 (GND) GND or DNC Ground

To Optional uSD Adapter Board

microSD Pin Seeeduino Pin Connection Description
1 (CS) D10 SD CS
2 (DI) D11 SD MOSI
3 (DO) D12 SD MISO
4 (VDD) 3v3 +3.3V Power
5 (SCLK) D13 SD SCLK
6 (VSS) GND Ground

About

Demo code for the 3.9" bar type TFTs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published