Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Functions | |
STATIC | MP_DEFINE_CONST_FUN_OBJ_3 (kandinsky_color_obj, kandinsky_color) |
STATIC | MP_DEFINE_CONST_FUN_OBJ_2 (kandinsky_get_pixel_obj, kandinsky_get_pixel) |
STATIC | MP_DEFINE_CONST_FUN_OBJ_3 (kandinsky_set_pixel_obj, kandinsky_set_pixel) |
STATIC | MP_DEFINE_CONST_FUN_OBJ_3 (kandinsky_draw_string_obj, kandinsky_draw_string) |
STATIC | MP_DEFINE_CONST_DICT (kandinsky_module_globals, kandinsky_module_globals_table) |
Variables | |
STATIC const mp_rom_map_elem_t | kandinsky_module_globals_table [] |
const mp_obj_module_t | kandinsky_module |
STATIC MP_DEFINE_CONST_DICT | ( | kandinsky_module_globals | , |
kandinsky_module_globals_table | |||
) |
STATIC MP_DEFINE_CONST_FUN_OBJ_2 | ( | kandinsky_get_pixel_obj | , |
kandinsky_get_pixel | |||
) |
STATIC MP_DEFINE_CONST_FUN_OBJ_3 | ( | kandinsky_color_obj | , |
kandinsky_color | |||
) |
STATIC MP_DEFINE_CONST_FUN_OBJ_3 | ( | kandinsky_set_pixel_obj | , |
kandinsky_set_pixel | |||
) |
STATIC MP_DEFINE_CONST_FUN_OBJ_3 | ( | kandinsky_draw_string_obj | , |
kandinsky_draw_string | |||
) |
const mp_obj_module_t kandinsky_module |
Definition at line 20 of file modkandinsky.c.
STATIC const mp_rom_map_elem_t kandinsky_module_globals_table[] |
Definition at line 10 of file modkandinsky.c.