DMCP interface  03.15_020
System variables

System variables. More...

Modules

 Flags
 Flags.
 
 Menu System
 Menu System.
 
 Fonts
 Fonts.
 

Typedefs

typedef void void_fn_t()
 General prototype for void function.
 

Variables

void_fn_tafter_fat_format
 This callback function is called by system after FAT disk format (if set)
 
uint32_t calc_state
 Main calculator state flags.
 
FILppgm_fp
 Pointer to file handle provided by system. More...
 
const char * key_to_alpha_table
 Key to alpha translation table. More...
 

Detailed Description

System variables.

Global variables exposed by system in System Data Block (SDB)

Variable Documentation

◆ key_to_alpha_table

const char* key_to_alpha_table

Key to alpha translation table.

Used as key to alpha translation if set by program. Used by system e.g. in "New File" dialog.

◆ ppgm_fp

FIL* ppgm_fp

Pointer to file handle provided by system.

This should be used by program to save memory.