no rectangle for ILI9341

Jason2866 2019-11-06 08:54:32 +01:00
parent 25f19f8dbe
commit ef7f135d4a
1 changed files with 2 additions and 2 deletions

@ -70,8 +70,8 @@ and either x or x for the horizontal position. Neither x nor y are advanced/upda
`Kp` = draws a filled circle with radius `p`
`rp:p` = draws a rectangle with `p` with and `p` height
`Rp:p` = draws a filled rectangle with `p` with and `p` height
`up:p:p` = draws a rounded rectangle with `p` with, `p` height and `p` radius
`Up:p:p` = draws a filled rounded rectangle with `p` with, `p` height and `p` radius
`up:p:p` = draws a rounded rectangle with `p` with, `p` height and `p` radius (_not for ILI9341_)
`Up:p:p` = draws a filled rounded rectangle with `p` with, `p` height and `p` radius (_not for ILI9341_)
### Miscellaneous