- changed title to Implement function for printing progress bar in VT100 format
Implement functions for printing progress bar in VT100 format
Issue #143
resolved
extern oC_TGUI_ProgressBar_t oC_TGUI_ProgressBar_New ( uint16_t Line , uint16_t Column , uint32_t MaximumValue , oC_TGUI_ProgressBarStyle_t Style ); extern bool oC_TGUI_ProgressBar_Delete ( oC_TGUI_ProgressBar_t * ProgressBar ); extern bool oC_TGUI_ProgressBar_SetValue ( oC_TGUI_ProgressBar_t ProgressBar , uint32_t Value );
Comments (7)
-
reporter -
reporter - changed component to tgui
-
reporter - changed title to Implement functions for printing progress bar in VT100 format
- edited description
-
reporter - edited description
-
reporter - edited description
-
reporter - changed status to resolved
-
reporter - removed component
Removing component: tgui (automated comment)
- Log in to comment