mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 14:30:58 +00:00
Add comment to pixel format set
This commit is contained in:
parent
427127fe2d
commit
61531412cf
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ where
|
|||
|
||||
ili9341.set_orientation(Orientation::Portrait)?;
|
||||
|
||||
// Set pixel format to 16 bits per pixel
|
||||
ili9341.command(Command::PixelFormatSet, &[0x55])?;
|
||||
|
||||
ili9341.command(Command::SleepOut, &[])?;
|
||||
|
|
Loading…
Reference in a new issue