YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
include
board
rp2350-launchpad
v1.1
boostxl_k350qvga.h
1
// ---------------------------------------------
2
// This file is part of
3
// _ _ __ _ _ __ __
4
// ( \/ ) /__\ ( )_( ) /__\ ( )
5
// \ / /(__)\ ) _ ( /(__)\ )(__
6
// (__)(__)(__)(_) (_)(__)(__)(____)
7
//
8
// Yet Another HW Abstraction Library
9
// Copyright (C) Andreas Terstegge
10
// BSD Licensed (see file LICENSE)
11
//
12
// ---------------------------------------------
13
//
14
// This file defines the hardware components
15
// on K350 QVGA Booterpack MKII from TI,
16
// when used with a RP2350 Launchpad.
17
//
18
#ifndef BOOSTXL_K350QVG_BOOSTXL_K350QVGA_H
19
#define BOOSTXL_K350QVG_BOOSTXL_K350QVGA_H
20
21
// Touch signals
22
#define K350_TOUCHXP_GPIO 42
23
#define K350_TOUCHYP_GPIO 41
24
#define K350_TOUCHXN_GPIO 2
25
#define K350_TOUCHYN_GPIO 1
26
27
// LED backlight
28
#define K350_BACK_LED 25
29
30
// SPI signals
31
#define K350_LCD_MISO_GPIO 12
32
#define K350_LCD_MOSI_GPIO 11
33
#define K350_LCD_SCL_GPIO 30
34
#define K350_LCD_CS_GPIO 13
35
#define K350_LCD_RST_GPIO 10
36
#define K350_LCD_DC_GPIO 36
37
38
#endif
//BOOSTXL_K350QVG_BOOSTXL_K350QVGA_H
Generated by
1.12.0