Add comment to pixel format set

This commit is contained in:
Grant Miller 2020-08-28 15:26:46 -05:00
parent 427127fe2d
commit 61531412cf

View file

@ -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, &[])?;