Hi all,
Since Hexiwear hasn't released their own official library for drawing on the OLED yet, and the other libraries need adjustments to make them work, I decided to make my own!
https://developer.mbed.org/users/keithm01/code/Hexidraw/
Right now it's capable of drawing pixels, basic rectangles, and circles with a custom width.
I'm working right now on expending it to include support for drawing images generated from the Resource Collection tool , text/fonts, arcs, hollow rectangles, and more!
The wiki page for the library contains an API reference and some sample code. I also have a sample project available that shows how you can draw the Olympic rings using the circle function: https://developer.mbed.org/users/keithm01/code/Hexidraw_Demo/
Please leave any suggestions and improvements here, or submit a pull request! I'd like to expand this to be a fully-functional graphics library for the Hexiwear that helps make drawing on the OLED a lot easier :)
Hi all,
Since Hexiwear hasn't released their own official library for drawing on the OLED yet, and the other libraries need adjustments to make them work, I decided to make my own!
https://developer.mbed.org/users/keithm01/code/Hexidraw/
Right now it's capable of drawing pixels, basic rectangles, and circles with a custom width.
I'm working right now on expending it to include support for drawing images generated from the Resource Collection tool , text/fonts, arcs, hollow rectangles, and more!
The wiki page for the library contains an API reference and some sample code. I also have a sample project available that shows how you can draw the Olympic rings using the circle function: https://developer.mbed.org/users/keithm01/code/Hexidraw_Demo/
Please leave any suggestions and improvements here, or submit a pull request! I'd like to expand this to be a fully-functional graphics library for the Hexiwear that helps make drawing on the OLED a lot easier :)