mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] The code app runs Python code
Change-Id: I6034adeb368db2c5d3b64b16f8ad512750cd3bc0
This commit is contained in:
committed by
Émilie Feral
parent
c88b802516
commit
30471ede35
@@ -8,8 +8,8 @@ mp_obj_t kandinsky_color(mp_obj_t red, mp_obj_t green, mp_obj_t blue) {
|
||||
MP_OBJ_NEW_SMALL_INT(
|
||||
KDColor::RGB888(
|
||||
mp_obj_get_int(red),
|
||||
mp_obj_get_int(blue),
|
||||
mp_obj_get_int(red)
|
||||
mp_obj_get_int(green),
|
||||
mp_obj_get_int(blue)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user