IPST_SE

Page 43

ทดลองเขียนโปรแกรมดังนี้ #include <ipst.h> void setup() { glcdClear(); } void loop() { glcd(1,1,”Hello”); glcd(3,1,”IPST”); glcd(4,1,”MicroBox”); }

43 Wednesday, April 10, 13

หน้า 12 #include <ipst.h> void setup() { glcdClear(); glcdMode(0); } void loop() { setTextSize(2); setTextColor(GLCD_YELLOW); glcd(1,1,”Hello”); setTextColor(GLCD_SKY); glcd(3,1,”IPST”); glcd(4,1,”MicroBox”); setTextSize(1); glcd(10,2,”Secondary Education”); }

www.themegallery.com


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.