pimoroni-pico/libraries
Philip Howard 7d4ca4a86b
Graphics Enhancements (#8)
* typedef pen and constexpr create_pen for #6

* Prevent out of bounds clip permitting write outside buffer

* camelcase rect, point, and pen types

* added triangle(p1, p2, p3) and polygon(std::vector<Point> points) methods to graphics library

* change all uses of pen that were uint16_t into Pen type

* updated micropython modules to use new rect, point, pen naming

* added line(p1, p2) method to pico graphics library with faster vertical/horizontal special cases

Co-authored-by: Jonathan Williamson <jon@pimoroni.com>
2021-01-23 23:41:09 +00:00
..
pico_display Add gpio.h to work around N_GPIOs bug (#16) 2021-01-23 23:39:32 +00:00
pico_explorer Include gpio.h to fix undefined N_GPIOS 2021-01-22 14:03:38 +00:00
pico_graphics Graphics Enhancements (#8) 2021-01-23 23:41:09 +00:00
pico_rgb_keypad Add cmake files for other libraries 2021-01-22 14:33:17 +00:00
pico_scroll Add cmake files for other libraries 2021-01-22 14:33:17 +00:00
pico_unicorn request an available sm instead of defaulting to 0 2021-01-23 16:46:15 +00:00
CMakeLists.txt Added c++ code and mpy wrapper for pico_rgb_keypad, with examples 2021-01-19 18:40:51 +00:00