Unverified Commit d675ee39 authored by russhughes's avatar russhughes Committed by GitHub

Merge pull request #18 from jej/doc-ILI9342C-update

Removes the reference to ILI9342C :)
parents e04e34e8 18568b39
...@@ -230,7 +230,7 @@ This driver supports only 16bit colors in RGB565 notation. ...@@ -230,7 +230,7 @@ This driver supports only 16bit colors in RGB565 notation.
can be drawn by passing SLOW for method. The SLOW method will draw the image a piece at a time can be drawn by passing SLOW for method. The SLOW method will draw the image a piece at a time
using the Minimum Coded Unit (MCU, typically 8x8). using the Minimum Coded Unit (MCU, typically 8x8).
- `ILI9342C.bitmap(bitmap, x , y)` - `ST7789.bitmap(bitmap, x , y)`
Draw bitmap using the specified x, y coordinates as the upper-left corner of Draw bitmap using the specified x, y coordinates as the upper-left corner of
the of the bitmap. See the imgtobitmap.py file in the utils folder for a the of the bitmap. See the imgtobitmap.py file in the utils folder for a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment