Expand description
Brain screen display and touch functions.
Contains user calls to the v5 screen for touching and displaying graphics.
Structs§
- Struct representing screen touch status, screen last x, screen last y, press count, release count.
Constants§
Functions§
- Display a fatal error to the built-in LCD/touch screen.
- Copy a screen region (designated by a rectangle) from an off-screen buffer to the screen
- Draw a circle on the screen using the current pen color
- Draw a line on the screen using the current pen color
- Draw a single pixel on the screen using the current pen color
- Draw a rectangle on the screen using the current pen color
- Clear display with eraser color
- Erase a circle on the screen using the current eraser color
- Erase a line on the screen using the current eraser color
- Erase a pixel from the screen (Sets the location)
- Erase a rectangle on the screen using the current eraser color
- Fill a circular region of the screen using the current pen color
- Fill a rectangular region of the screen using the current pen color
- Get the current eraser color.
- Get the current pen color.
- Print a formatted string to the screen on the specified line
- Print a formatted string to the screen at the specified point
- Scroll lines on the display upwards.
- Scroll lines within a region on the display
- Set the eraser color for erasing and the current background.
- Set the pen color for subsequent graphics operations
- Assigns a callback function to be called when a certain touch event happens.
- Gets the touch status of the last touch of the screen.
- Print a formatted string to the screen on the specified line