doc/api/hubs_ev3brick: add Image class as EV3Brick.screen

This duplicates the Image class documentation In pybricks.ev3devices
as EV3Bricks.screen.
This commit is contained in:
David Lechner
2020-01-13 12:59:07 -06:00
parent f694de2277
commit b4cd9113b5
4 changed files with 59 additions and 9 deletions
+23 -3
View File
@@ -34,11 +34,31 @@
.. automethod:: pybricks._instances.speaker.set_voice_settings
.. todo:: This functionality is not yet implemented
.. rubric:: Using the screen
.. rubric:: Using the screen
.. automethod:: pybricks.hubs::EV3Brick.screen.clear
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_text
.. automethod:: pybricks.hubs::EV3Brick.screen.print
.. automethod:: pybricks.hubs::EV3Brick.screen.set_font
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_image
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_pixel
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_line
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_box
.. automethod:: pybricks.hubs::EV3Brick.screen.draw_circle
.. autoattribute:: pybricks.hubs::EV3Brick.screen.width
.. autoattribute:: pybricks.hubs::EV3Brick.screen.height
.. todo:: This functionality is not yet implemented
.. ::