添加樱花和菊花绘制方法 / Add Sakura and Chrysanthemum drawing methods#59
Open
2874270572lll-del wants to merge 3 commits intoelpitha:masterfrom
Open
添加樱花和菊花绘制方法 / Add Sakura and Chrysanthemum drawing methods#592874270572lll-del wants to merge 3 commits intoelpitha:masterfrom
2874270572lll-del wants to merge 3 commits intoelpitha:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明 / Changes
本 Pull Request 为 Adafruit_GFX 库添加了两个新的花朵图形绘制方法。
新增功能 / New Features
drawSakura() - 绘制樱花图形
drawChrysanthemum() - 绘制菊花图形
修改文件 / Modified Files
Adafruit_GFX.h- 添加方法声明Adafruit_GFX.cpp- 添加方法实现测试情况 / Testing
使用示例 / Usage Example