Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib I2S LM75B SDFileSystem mbed
Graphics Class Reference
LcdController example. More...
#include <Graphics.h>
Detailed Description
LcdController example.
#include "mbed.h" #include "LcdController.h" LcdController::Config innolux( 45, 17, 2, 800, 22, 22, 2, 480, false, false, true, true, true, LcdController::Bpp_16_565, 36000000, LcdController::Tft, false); int main(void) { LcdController lcd; lcd.open(&innolux); lcd.setFrameBuffer(frameBuffer); lcd.setPower(true); // draw on the frame buffer ... }
Definition at line 43 of file Graphics.h.
Generated on Sun Jul 17 2022 08:29:10 by
