设置字体: 参考:https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts#https://forum.arduino.cc/index.php?topic=460827.0 #include <Adafruit_GFX.h> // Core graphics library #include <Fonts/FreeSerif9pt7b.h> display.setFont(&FreeSerif9pt7b); display.setTextSize(1); display.setT...
oled.clearDisplay();//清屏 oled.setTextSize(1); //设置字体大小 oled.setCursor(35, 5);//设置显示位置 oled.println("-TonyCode-"); oled.setTextSize(2);//设置字体大小 oled.setCursor(15, 30);//设置显示位置 oled.println("OLED TEST"); oled.display(); // 开显示 } void loop() {} 1...
64,&Wire,OLED_RESET);//用字模工具取模显示,取模方式:C51格式,横向取模//取16X16汉字字模 逐行式 顺向高位在前staticconstunsignedcharPROGMEM str1[]={/*-- 文字: 国 --*//*-- Fixedsys12; 此字体下对应的点阵为:宽
嘿嘿,又是uPyCraft又是Arduino,你没有猜错,我准备学习物联网了,感觉软件就是魔法,硬件才是物理...
3.3.20 setTextColor—— 设置字体颜色 3.3.21 setTextWrap—— 设置是否自动换行 3.4 屏幕参数类方法 3.4.1 width——获取屏幕宽度 3.4.2 height——获取屏幕高度 3.4.3 getRotation——获取屏幕旋转角度 3.4.4 getCursorX——获取text光标X坐标 3.4.5 getCursorY——获取text光标Y坐标 3.5 滚动类方法 3.5...