Added Pimoroni GFX HAT

This commit is contained in:
Phil Howard 2018-09-05 22:58:58 +01:00
parent 65441fba7d
commit 288ed6005a
13 changed files with 372 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -177,3 +177,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!

61
src/en/overlay/gfx-hat.md Normal file
View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!

View File

@ -176,3 +176,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -176,3 +176,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!

View File

@ -177,3 +177,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!

View File

@ -177,3 +177,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!

View File

@ -177,3 +177,4 @@ overlays:
- cube-bit-base
- aiy-voice-bonnet
- aiy-vision-bonnet
- gfx-hat

View File

@ -0,0 +1,61 @@
<!--
---
name: GFX HAT
class: board
type: display
formfactor: HAT
manufacturer: Pimoroni
description: A 128x64 graphic LCD with a 6-zone RGB backlight and 6 touch buttons
url: https://shop.pimoroni.com/products/gfx-hat
github: https://github.com/pimoroni/gfx-hat
buy: https://shop.pimoroni.com/products/gfx-hat
image: 'gfx-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'19':
mode: spi
'31':
name: LCD Data/Command
mode: output
active: high
'23':
mode: spi
'24':
name: LCD Chip Select
mode: chipselect
active: high
'29':
name: LCD Reset
mode: output
active: low
i2c:
'0x54':
name: Backlight
device: sn3218
'0x2c':
name: Cap Touch
device: cap1166
-->
#GFX HAT
GFX HAT uses both SPI and I2c to drive the LCD display, backlight and touch. However both of these busses can be shared with other devices.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS https://get.pimoroni.com/gfxhat | bash
```
And follow the instructions!