“U8glib库”的版本间的差异
(未显示1个用户的3个中间版本) | |||
第4行: | 第4行: | ||
U8glib github: [https://code.google.com/archive/p/u8glib google U8glib] | U8glib github: [https://code.google.com/archive/p/u8glib google U8glib] | ||
− | [https://github.com/ | + | [https://github.com/olikraus/u8glib/wiki Github U8glib wiki] | [[ | 论坛简介贴地址]] |
[https://github.com/olikraus/U8glib_Arduino/releases/tag/1.19.1 download U8glib_Arduino] | [https://github.com/olikraus/U8glib_Arduino/releases/tag/1.19.1 download U8glib_Arduino] | ||
第14行: | 第14行: | ||
译:一个支持许多不同单色显示屏的图形库。 | 译:一个支持许多不同单色显示屏的图形库。 | ||
+ | |||
+ | [https://github.com/olikraus/u8glib/wiki/device u8glib 支持的显示屏列表] | ||
+ | |||
+ | * 支持不同驱动芯片及不同分辨率; | ||
+ | |||
+ | * 支持不同连接方式(硬件SPI、软件SPI及8位并行控制方式); | ||
+ | |||
+ | * 支持Arduino、AVR及ARM等不同芯片,CPU升级时,移植代价比较小; | ||
+ | |||
+ | * 支持多种字体(几十种),从4像素到42像素都有; | ||
+ | |||
+ | * 支持更换或定制字体; | ||
+ | |||
+ | * 支持横屏或竖屏显示; | ||
+ | |||
+ | ...... | ||
<br> | <br> | ||
第30行: | 第46行: | ||
:-[[ JsonUdpBeacon]] : Json Udp Beacon - Json UDP Beacon 例程 | :-[[ JsonUdpBeacon]] : Json Udp Beacon - Json UDP Beacon 例程 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
第43行: | 第53行: | ||
|width="40%" valign="top" align="left"| | |width="40%" valign="top" align="left"| | ||
<br> | <br> | ||
− | <font color="orange" size="+2">''' | + | <font color="orange" size="+2">'''[https://github.com/olikraus/u8glib/wiki/userreference U8glib Reference]'''</font><br><br> |
+ | |||
+ | - <font color="forestgreen">begin</font> | ||
+ | |||
+ | - <font color="forestgreen">disableCursor</font> | ||
+ | |||
+ | - <font color="forestgreen">drawBitmap</font> | ||
+ | |||
+ | - <font color="forestgreen">drawBitmapP</font> | ||
+ | |||
+ | - <font color="forestgreen">drawBox</font> | ||
+ | |||
+ | - <font color="forestgreen">drawCircle</font> | ||
+ | |||
+ | - <font color="forestgreen">drawDisc</font> | ||
+ | |||
+ | - <font color="forestgreen">drawEllipse</font> | ||
+ | |||
+ | - <font color="forestgreen">drawFilledEllipse</font> | ||
+ | |||
+ | - <font color="forestgreen">drawFrame</font> | ||
+ | |||
+ | - <font color="forestgreen">drawHLine</font> | ||
+ | |||
+ | - <font color="forestgreen">drawLine</font> | ||
+ | |||
+ | - <font color="forestgreen">drawRBox</font> | ||
+ | |||
+ | - <font color="forestgreen">drawRFrame</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr90</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr180</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr270</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStrP</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr90P</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr180P</font> | ||
+ | |||
+ | - <font color="forestgreen">drawStr270P</font> | ||
+ | |||
+ | - <font color="forestgreen">drawTriangle</font> | ||
+ | |||
+ | - <font color="forestgreen">drawVLine</font> | ||
+ | |||
+ | - <font color="forestgreen">drawXBM</font> | ||
+ | |||
+ | - <font color="forestgreen">drawXBMP</font> | ||
+ | |||
+ | - <font color="forestgreen">enableCursor</font> | ||
+ | |||
+ | - <font color="forestgreen">firstPage</font> | ||
+ | |||
+ | - <font color="forestgreen">getColorIndex</font> | ||
+ | |||
+ | - <font color="forestgreen">getFontAscent</font> | ||
+ | |||
+ | - <font color="forestgreen">getFontDescent</font> | ||
+ | |||
+ | - <font color="forestgreen">getFontLineSpacing</font> | ||
+ | |||
+ | - <font color="forestgreen">getHeight</font> | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">getMode</font> |
− | + | - <font color="forestgreen">getWidth</font> | |
− | + | - <font color="forestgreen">getStrWidth</font> | |
− | + | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">InitSPI, InitHWSPI, Init8Bit InitComFn</font> |
− | + | - <font color="forestgreen">nextPage</font> | |
+ | - <font color="forestgreen">setColorIndex</font> | ||
− | - | + | - <font color="forestgreen">setContrast</font> |
+ | - <font color="forestgreen">setCursorColor</font> | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setCursorFont</font> |
− | + | - <font color="forestgreen">setCursorPos</font> | |
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setCursorStyle</font> |
− | + | - <font color="forestgreen">setDefaultBackgroundColor</font> | |
− | + | - <font color="forestgreen">setDefaultForegroundColor</font> | |
− | + | ||
− | + | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setDefaultMidColor</font> |
− | + | - <font color="forestgreen">setFont</font> | |
− | + | - <font color="forestgreen">setFontLineSpacingFactor</font> | |
− | + | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setFontPosBaseline</font> |
− | + | - <font color="forestgreen">setFontPosBottom</font> | |
− | + | - <font color="forestgreen">setFontPosCenter</font> | |
− | + | ||
− | + | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setFontPosTop</font> |
− | + | - <font color="forestgreen">setFontRefHeightAll</font> | |
− | + | - <font color="forestgreen">setFontRefHeightExtendedText</font> | |
− | + | ||
− | + | - <font color="forestgreen">setFontRefHeightText</font> | |
+ | - <font color="forestgreen">setHardwareBackup</font> | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setPrintPos</font> |
− | + | - <font color="forestgreen">setRGB</font> | |
+ | - <font color="forestgreen">setRot90</font> | ||
− | - | + | - <font color="forestgreen">setRot180</font> |
+ | - <font color="forestgreen">setRot270</font> | ||
− | - <font color="forestgreen"> | + | - <font color="forestgreen">setScale2x2</font> |
− | + | - <font color="forestgreen">sleepOn</font> | |
− | - <font color="forestgreen"> | + | - <font color="forestgreen">sleepOff</font> |
− | + | - <font color="forestgreen">undoRotation</font> | |
− | - <font color="forestgreen"> | + | - <font color="forestgreen">undoScale</font> |
− | + | ||
− | + | - <font color="forestgreen">U8GLIB</font> | |
<br> | <br> |
2016年11月17日 (四) 14:50的最后版本
U8glib github: github U8glib
U8glib github: google U8glib
Github U8glib wiki | [[ |论坛简介贴地址]]
A graphics library with support for many different monochrome displays. 译:一个支持许多不同单色显示屏的图形库。
......
|
- begin - disableCursor - drawBitmap - drawBitmapP - drawBox - drawCircle - drawDisc - drawEllipse - drawFilledEllipse - drawFrame - drawHLine - drawLine - drawRBox - drawRFrame - drawStr - drawStr90 - drawStr180 - drawStr270 - drawStrP - drawStr90P - drawStr180P - drawStr270P - drawTriangle - drawVLine - drawXBM - drawXBMP - enableCursor - firstPage - getColorIndex - getFontAscent - getFontDescent - getFontLineSpacing - getHeight - getMode - getWidth - getStrWidth - InitSPI, InitHWSPI, Init8Bit InitComFn - nextPage - setColorIndex - setContrast - setCursorColor - setCursorFont - setCursorPos - setCursorStyle - setDefaultBackgroundColor - setDefaultForegroundColor - setDefaultMidColor - setFont - setFontLineSpacingFactor - setFontPosBaseline - setFontPosBottom - setFontPosCenter - setFontPosTop - setFontRefHeightAll - setFontRefHeightExtendedText - setFontRefHeightText - setHardwareBackup - setPrintPos - setRGB - setRot90 - setRot180 - setRot270 - setScale2x2 - sleepOn - sleepOff - undoRotation - undoScale - U8GLIB
|
更多建议和问题欢迎反馈至 YFRobot论坛