-
-
Notifications
You must be signed in to change notification settings - Fork 348
Add PN532Killer support via UART #1067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…different platforms.
src/core/display.cpp
Outdated
tft.drawWideLine(8 + x, 8 + y, 4 + x, 13 + y, 2, bruceConfig.priColor, bruceConfig.bgColor); | ||
tft.drawTriangle(8 + x, 8 + y, 8 + x, 0 + y, 13 + x, 4 + y, bruceConfig.priColor); | ||
tft.drawTriangle(8 + x, 8 + y, 8 + x, 16 + y, 13 + x, 12 + y, bruceConfig.priColor); | ||
tft.fillRect(x, y + 2, 17, 13, bruceConfig.bgColor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you change those Y values? Like you've changed 8 + y
to 6 + y + 2
. Is there a reason for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The originla icon of Bluetooth is on the border edge, when make it small er, it fits well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed Changes
Control PN532Killer via UART via Grove socket or PIN.
Best Fit Devices
M5StickC Plus 1.1 - Via PIN
M5StickC Plus 2 - Via PIN
CardPuter - Via Grove