def drawDisplay(self, name, display = True):
self.drawAutoText(name, 0, 5, fill = (0,255,255), size = 30, display = display, align="center")
## Draw forward and back arrows on the screen
# @param self The object pointer.
# @param display Choose to immediately push the drawing to the screen. Optional, defaults to True.
评论列表
文章目录