BT.drawPixel()
— Draw individual pixels with colors
BT.drawLine()
— Draw lines between two points
BT.drawRect()
— Draw rectangle outlines
BT.drawRectFill()
— Draw filled rectangles
BT.clearRect()
— Clear rectangular regions
BT.clear()
— Clear the entire screen with color
BT.printFont()
— Text rendering with bitmap fonts