Numworks Epsilon  1.4.1
Graphing Calculator Operating System
modkandinsky_impl.cpp File Reference
#include "modkandinsky.h"
#include <kandinsky.h>
#include "port.h"

Go to the source code of this file.

Functions

mp_obj_t kandinsky_color (mp_obj_t red, mp_obj_t green, mp_obj_t blue)
 
mp_obj_t kandinsky_get_pixel (mp_obj_t x, mp_obj_t y)
 
mp_obj_t kandinsky_set_pixel (mp_obj_t x, mp_obj_t y, mp_obj_t color)
 
mp_obj_t kandinsky_draw_string (mp_obj_t text, mp_obj_t x, mp_obj_t y)
 

Function Documentation

◆ kandinsky_color()

mp_obj_t kandinsky_color ( mp_obj_t  red,
mp_obj_t  green,
mp_obj_t  blue 
)

Definition at line 13 of file modkandinsky_impl.cpp.

◆ kandinsky_draw_string()

mp_obj_t kandinsky_draw_string ( mp_obj_t  text,
mp_obj_t  x,
mp_obj_t  y 
)

Definition at line 40 of file modkandinsky_impl.cpp.

◆ kandinsky_get_pixel()

mp_obj_t kandinsky_get_pixel ( mp_obj_t  x,
mp_obj_t  y 
)

Definition at line 24 of file modkandinsky_impl.cpp.

◆ kandinsky_set_pixel()

mp_obj_t kandinsky_set_pixel ( mp_obj_t  x,
mp_obj_t  y,
mp_obj_t  color 
)

Definition at line 31 of file modkandinsky_impl.cpp.