Microchip® Advanced Software Framework

display.h File Reference

Functions

void display_init (U32 fcpu_hz)
 Initialization function of the display. More...
 
void display_print (const char *str)
 GUI main task update. More...
 

void display_init ( U32  fcpu_hz)

Initialization function of the display.

Parameters
fcpu_hzCPU frequency.

Referenced by portTASK_FUNCTION().

void display_print ( const char *  str)

GUI main task update.

Parameters
Messageto display

Referenced by portTASK_FUNCTION().