[−][src]Module druid_shell::platform
Platform specific implementations.
Modules
| application | embedded-graphics implementation of features at the application scope. |
| embedded | embedded-graphics-based platform support |
| error | embedded-graphics platform errors. |
| runloop | embedded-graphics implementation of runloop. |
| util | Utilities, embedded-graphics specific. |
| window | embedded-graphics window creation and management. |
Structs
| DruidContext |
Functions
| draw_to_display | Draw the item to the display |
| set_display_pixels | Draw the pixel colours to the display at the window from (sx,sy) to (ex,ey) |
| show_touch | Display the touched (X, Y) coordinates |
| start_display | Initialise the display controller |