Skip to content
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

Added plot library for megalogger, to diplay fancy dashboard #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkowalik
Copy link

I prepared library for megalloger to display fancy dashboard. It provides 3 classes: CirclePlot, BarPlot and GPlot. It was needed to make public three methods of LCD_ILI9325D class in MultiLCD lib: setXY(uint16_t x0,uint16_t x1,uint16_t y0,uint16_t y1), WriteData(uint16_t c), WriteData(byte l, byte h). Now it is possible to use this library only with LCD_ILI9325D display, but changing insignificantly API for other types of displays would make possible to use this library with this too. It is needed also to update megalogger.cbp file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants