summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 996a1a81dd..17440ad496 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -41,7 +41,7 @@ static long matrice[3][3];
41static int nb_points = 8; 41static int nb_points = 8;
42 42
43static int x_off = 56; 43static int x_off = 56;
44static int y_off = 95; 44static int y_off = 31;
45static int z_off = 600; 45static int z_off = 600;
46 46
47/* Precalculated sine and cosine * 10000 (four digit fixed point math) */ 47/* Precalculated sine and cosine * 10000 (four digit fixed point math) */
@@ -249,7 +249,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
249 249
250 while(!exit) 250 while(!exit)
251 { 251 {
252 if (!highspeed) 252 if (highspeed)
253 rb->yield();
254 else
253 rb->sleep(4); 255 rb->sleep(4);
254 256
255 rb->lcd_clear_display(); 257 rb->lcd_clear_display();