查看Adafruit GFX库的源代码
←
Adafruit GFX库
跳转至:
导航
、
搜索
因为以下原因,你没有权限编辑本页:
你刚才请求的操作只对属于该用户组的用户开放:
用户
您可以查看并复制此页面的源代码:
Adafruit_GFX github: [https://github.com/adafruit/Adafruit-GFX-Library Adafruit_GFX] {| border="0" cellpadding="10" width="100%" |- |width="30%" valign="top" align="left"| Adafruit_GFX <br> <font color="orange" size="+2">'''Examples'''</font><br> <br> :-[[ XX]] : :-[[ XX]] : :-[[ XX]] : :-[[ XX]] : <font size="+2">'''关联库:[[Adafruit SSD1306库]]'''</font><br><br> <!-- |width="10%" valign="top" align="left"| 空白 --> |width="60%" valign="top" align="left"| <br> <font color="orange" size="+2">'''[[Adafruit_GFX库]]'''</font><br><br> <!--<font color="dodgerblue" >'''BLACK 0'''</font>--> - <font color="forestgreen">Adafruit_GFX(int16_t w, int16_t h)</font> - <font color="forestgreen">drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color)</font> - <font color="forestgreen">drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color)</font> - <font color="forestgreen">drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color)</font> - <font color="forestgreen">drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)</font> - <font color="forestgreen">fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)</font> - <font color="forestgreen">fillScreen(uint16_t color)</font> - <font color="forestgreen">invertDisplay(boolean i)</font> - <font color="forestgreen">drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)</font> - <font color="forestgreen">drawCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername,uint16_t color)</font> - <font color="forestgreen">fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)</font> - <font color="forestgreen">fillCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername,int16_t delta, uint16_t color)</font> - <font color="forestgreen">drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)</font> - <font color="forestgreen">fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)</font> - <font color="forestgreen">drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)</font> - <font color="forestgreen">fillRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)</font> - <font color="forestgreen">drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color)</font> - <font color="forestgreen">drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color, uint16_t bg)</font> - <font color="forestgreen">drawBitmap(int16_t x, int16_t y, uint8_t *bitmap, int16_t w, int16_t h, uint16_t color)</font> - <font color="forestgreen">drawBitmap(int16_t x, int16_t y, uint8_t *bitmap, int16_t w, int16_t h, uint16_t color, uint16_t bg)</font> - <font color="forestgreen">drawXBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color)</font> - <font color="forestgreen">drawChar(int16_t x, int16_t y, unsigned char c, uint16_t color, uint16_t bg, uint8_t size)</font> - <font color="forestgreen">setCursor(int16_t x, int16_t y)</font> - <font color="forestgreen">setTextColor(uint16_t c)</font> - <font color="forestgreen">setTextColor(uint16_t c, uint16_t bg)</font> - <font color="forestgreen">setTextSize(uint8_t s)</font> - <font color="forestgreen">setTextWrap(boolean w)</font> - <font color="forestgreen">setRotation(uint8_t r)</font> - <font color="forestgreen">cp437(boolean x=true)</font> - <font color="forestgreen">setFont(const GFXfont *f = NULL)</font> - <font color="forestgreen">getTextBounds(char *string, int16_t x, int16_t y, int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h)</font> - <font color="forestgreen">getTextBounds(const __FlashStringHelper *s, int16_t x, int16_t y, int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h)</font> - <font color="forestgreen">int16_t height(void) const</font> - <font color="forestgreen">int16_t width(void) const</font> - <font color="forestgreen">uint8_t getRotation(void) const</font> - <font color="forestgreen">int16_t getCursorX(void) const</font> - <font color="forestgreen">int16_t getCursorY(void) const</font> <br> <!--|width="10%" valign="top" align="left"| 空白 --> |} ---- [[Arduino库|返回Arduino库菜单]] [[首页|返回首页]] 更多建议和问题欢迎反馈至 [http://www.yfrobot.com YFRobot论坛]
返回
Adafruit GFX库
。
导航菜单
个人工具
登录
名字空间
页面
讨论
不转换
变种
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
台灣正體
查看
阅读
查看源代码
查看历史
操作
搜索
导航
首页
YF-论坛提问
YFRobot-直营店
YFRobot-企业店
Arduino
Arduino之入门篇
Arduino入门教程
Arduino语法参考
Arduino库
Arduino核心代码
编程平台
Mixly库
Mind+库
MakeCode扩展
传感器系列
积木式传感器系列
黑板传感器系列
蓝板传感器系列
Micro:Bit
Micro:Bit 通用基础教程
Valon智能车
Valon-I
帮助
帮助
wiki语法参考
工具箱
链入页面
相关更改
特殊页面
页面信息