Skip to content

Commit

Permalink
add caution about parralel interface for ST7789
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 25, 2023
1 parent f368b0f commit 39215eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/api/drivers/st7789.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ST7735, ILI9163, ST7789

# ST7735, ILI9163, ST7789

Driver for ST7735, ST7789 and similar LCD screens.
Driver for ST7735, ST7789 and similar LCD screens using SPI.
The ST7735 driver also works for ILI9163C.
ILI9341 should be [easy to add](https://github.com/microsoft/devicescript/issues/568).

Expand All @@ -18,6 +18,12 @@ import { ST7735Driver } from "@devicescript/drivers"

![WaveShare Pico-LCD shield](https://github.com/mmoskal/devicescript-waveshare-pico-lcd/blob/main/assets/pico-lcd-114.png?raw=true)

:::caution I8080 not supported

The drivers use the SPI interface. The parralel interface (I8080) is not supported at the moment.

:::

## Hardware configuration

- Configure the SPI connection
Expand Down

0 comments on commit 39215eb

Please sign in to comment.