Embedded SDK
Embedded SDK
Macros | Functions | Variables
ux_legacy.c File Reference
#include "ux.h"
#include "os_helpers.h"
#include "os_pic.h"
#include "os_pin.h"
#include "os_io_seproxyhal.h"
#include <string.h>
Include dependency graph for ux_legacy.c:

Go to the source code of this file.

Macros

#define L(x)
 

Functions

void debug_wait_displayed (void)
 

Variables

const bagl_element_t clear_element
 
const bagl_element_t printf_element
 

Macro Definition Documentation

◆ L

#define L (   x)

Definition at line 475 of file ux_legacy.c.

Function Documentation

◆ debug_wait_displayed()

void debug_wait_displayed ( void  )

Definition at line 439 of file ux_legacy.c.

Variable Documentation

◆ clear_element

const bagl_element_t clear_element
Initial value:
= {
{BAGL_RECTANGLE, 0, 0, 0, 128, 32, 0, 0, 0, 0x000000, 0x000000, 0, 0},
.text = NULL
}

Definition at line 417 of file ux_legacy.c.

◆ printf_element

const bagl_element_t printf_element
Initial value:
= {
{BAGL_LABELINE,
0, 0,
9, 128,
32, 0,
0, 0,
0xFFFFFF, 0x000000,
BAGL_FONT_OPEN_SANS_REGULAR_8_11PX
,
0},
.text = "Default printf"
}

Definition at line 422 of file ux_legacy.c.