添加了水平与镜像翻转的功能,实现方法在flip中#8
Open
Asoulra wants to merge 1 commit into
Open
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.
您好kk,我在学习您的驱动库视频的时候使用了这个取模工具,发现了我自己购买的SSD1306的OLED屏幕与取模的页号是反的,即page0变成了page7,page1变成page6这样,所以我做了一个水平与垂直镜像翻转的功能,但是目前由于文字取模的后端api缺失,目前只能看到图片取模的这两个反转方式是没有问题的,您可以去检查一下文字取模的翻转是否有问题,希望您可以接受我的PR,以下图片是功能展示
