Documentation ¶
Index ¶
- func Available() bool
- func Init(display core.Display)
- func RenderErrorMsg(msg string)
- func RenderQRCode(data string)
- func RenderSuccessMsg(msg string)
- func RenderText(msg string)
- func RenderTextWithIcon(text, icon string)
- func RenderTextf(format string, a ...interface{})
- func RenderWarningMsg(msg string)
- func RenderWithChart(msg string, v ...float64)
- func ShowFrame()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderErrorMsg ¶
func RenderErrorMsg(msg string)
RenderErrorMsg displays frame with `msg` text and "error" icon.
func RenderQRCode ¶
func RenderQRCode(data string)
RenderQRCode displays frame with QR code of `data`.
func RenderSuccessMsg ¶
func RenderSuccessMsg(msg string)
RenderSuccessMsg displays frame with `msg` text and "success" icon.
func RenderTextWithIcon ¶
func RenderTextWithIcon(text, icon string)
RenderTextWithIcon displays frame with `msg` text and `icon` image.
func RenderTextf ¶
func RenderTextf(format string, a ...interface{})
func RenderWarningMsg ¶
func RenderWarningMsg(msg string)
RenderWarningMsg displays frame with `msg` and "warning" icon.
func RenderWithChart ¶
RenderWithChart displays frame with chart and `msg` text.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.