| .. _module-pw_draw: |
| |
| ============== |
| pw_draw |
| ============== |
| .. pigweed-module:: |
| :name: pw_draw |
| |
| .. seealso:: |
| This module is part of SEED :ref:`seed-0104`. |
| |
| ``pw_draw`` was created for testing and verification purposes only. It is |
| not intended to be feature rich or performant in any way. This is small |
| collection of basic drawing primitives not intended to be used by shipping |
| applications. |
| |
| .. important:: |
| Currently only ``pw::color::color_rgb565_t`` pixel types are supported. |
| |
| ------------- |
| API reference |
| ------------- |
| .. doxygengroup:: pw_draw |
| :members: |
| |
| .. include:: ../pw_display/docs.rst |
| :start-after: .. graphics-modules-start |
| :end-before: .. graphics-modules-end |