forked from pjaos/ili9341-spi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
33 lines (27 loc) · 873 Bytes
/
mos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
author: Pim van Pelt <pim@google.com>
type: lib
description: Mongoose-OS library for ILI9341
version: 1.0
platforms: [esp8266, esp32]
sources:
- src
- third_party/adafruit/src
includes:
- include
- third_party/adafruit/include
config_schema:
- ["ili9341", "o", {title: "ILI9341 settings"}]
- ["ili9341.cs_index", "i", 0, {title: "spi.cs*_gpio index, 0, 1 or 2"}]
- ["ili9341.spi_freq", "i", 20000000, {title: "SPI frequency"}]
- ["ili9341.dc_pin", "i", 33, {title: "TFT DC pin"}]
- ["ili9341.rst_pin", "i", -1, {title: "RST pin. If set, will be used to reinit the display."}]
- ["ili9341.width", "i", 320, {title: "TFT width in pixels"}]
- ["ili9341.height", "i", 240, {title: "TFT height in pixels"}]
libs:
- origin: https://github.com/mongoose-os-libs/spi
tags:
- c
- spi
- hw
- docs:drivers:ILI9341 SPI
manifest_version: 2017-09-29