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.
main.cpp
00001 // 00002 // Sample of spilcd_qvga class 00003 // 00004 #include "mbed.h" 00005 #include "spilcd_qvga.h" 00006 #include <stdlib.h> 00007 00008 // 00009 // SPILCD LG 00010 // 00011 SPILCD_QVGA lcdq(p21, p22, p5, p6, p7,USBTX,USBRX) ; 00012 00013 int main() { 00014 while(1){ 00015 u16 i ; 00016 lcdq.filltest(i++); 00017 } 00018 }
Generated on Fri Jul 22 2022 02:00:09 by
1.7.2