Example of аnalog clock for K64F with 4.3" display, FT800 or FT801

Dependencies:   FT800-480x272

Example of аnalog clock for K64F with 4.3" display based FT800 or FT801

HARDWARE:

WIRING: FRDM-K64F Break Out Board ----------------------------------- +3.3V --- Pin 1 VDD, Pin 17 BLVDD GND --- Pin 2 GND D13 (PTD1) SCLK --- Pin 3 SPI SCLK D12 (PTD3) MISO --- Pin 4 MISO D11 (PTD2) MOSI --- PIN 5 MOSI D10 (PTD0) --- Pin 6 CS D9 (PTC4) --- Pin 7 INT D8 (PTC12) --- Pin 8 PD -----------------------------------

https://os.mbed.com/media/uploads/nz/demo-clock.jpg

mbed_app.json

Committer:
nz
Date:
2020-12-11
Revision:
2:61827b316d78
Parent:
0:4d6ee7be56aa

File content as of revision 2:61827b316d78:

{
    "target_overrides": {
        "*": {
            "target.printf_lib" : "std",
            "platform.stdio-convert-newlines" : 1
        }      
    }
}