summaryrefslogtreecommitdiff
path: root/frontends/calculator/src
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/calculator/src')
l---------frontends/calculator/src/cetris.c1
l---------frontends/calculator/src/cetris.h1
-rw-r--r--frontends/calculator/src/gfx/block_1.c17
-rw-r--r--frontends/calculator/src/gfx/block_1.pngbin127 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_2.c17
-rw-r--r--frontends/calculator/src/gfx/block_2.pngbin129 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_3.c17
-rw-r--r--frontends/calculator/src/gfx/block_3.pngbin129 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_4.c17
-rw-r--r--frontends/calculator/src/gfx/block_4.pngbin129 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_5.c17
-rw-r--r--frontends/calculator/src/gfx/block_5.pngbin126 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_6.c17
-rw-r--r--frontends/calculator/src/gfx/block_6.pngbin129 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/block_7.c17
-rw-r--r--frontends/calculator/src/gfx/block_7.pngbin129 -> 0 bytes
-rw-r--r--frontends/calculator/src/gfx/convpng.ini10
-rw-r--r--frontends/calculator/src/gfx/convpng.log20
-rw-r--r--frontends/calculator/src/gfx/logo_gfx.c14
-rw-r--r--frontends/calculator/src/gfx/logo_gfx.h47
l---------frontends/calculator/src/input.c1
l---------frontends/calculator/src/input.h1
-rw-r--r--frontends/calculator/src/main.c41
l---------frontends/calculator/src/matrix.c1
l---------frontends/calculator/src/matrix.h1
l---------frontends/calculator/src/types.h1
26 files changed, 0 insertions, 258 deletions
diff --git a/frontends/calculator/src/cetris.c b/frontends/calculator/src/cetris.c
deleted file mode 120000
index ecbdb48..0000000
--- a/frontends/calculator/src/cetris.c
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/src/cetris.c \ No newline at end of file
diff --git a/frontends/calculator/src/cetris.h b/frontends/calculator/src/cetris.h
deleted file mode 120000
index 37329b2..0000000
--- a/frontends/calculator/src/cetris.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/include/cetris.h \ No newline at end of file
diff --git a/frontends/calculator/src/gfx/block_1.c b/frontends/calculator/src/gfx/block_1.c
deleted file mode 100644
index 58d58d3..0000000
--- a/frontends/calculator/src/gfx/block_1.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_1_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x05,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x00,0x00,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x00,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_1.png b/frontends/calculator/src/gfx/block_1.png
deleted file mode 100644
index 295821e..0000000
--- a/frontends/calculator/src/gfx/block_1.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_2.c b/frontends/calculator/src/gfx/block_2.c
deleted file mode 100644
index 47c16cb..0000000
--- a/frontends/calculator/src/gfx/block_2.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_2_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x00,0x00,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x00,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_2.png b/frontends/calculator/src/gfx/block_2.png
deleted file mode 100644
index 29443db..0000000
--- a/frontends/calculator/src/gfx/block_2.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_3.c b/frontends/calculator/src/gfx/block_3.c
deleted file mode 100644
index 798215c..0000000
--- a/frontends/calculator/src/gfx/block_3.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_3_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x00,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_3.png b/frontends/calculator/src/gfx/block_3.png
deleted file mode 100644
index a4b6dfd..0000000
--- a/frontends/calculator/src/gfx/block_3.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_4.c b/frontends/calculator/src/gfx/block_4.c
deleted file mode 100644
index 517aff2..0000000
--- a/frontends/calculator/src/gfx/block_4.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_4_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x00,0x00,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x00,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_4.png b/frontends/calculator/src/gfx/block_4.png
deleted file mode 100644
index e5b977e..0000000
--- a/frontends/calculator/src/gfx/block_4.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_5.c b/frontends/calculator/src/gfx/block_5.c
deleted file mode 100644
index 073b138..0000000
--- a/frontends/calculator/src/gfx/block_5.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_5_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x00,0x00,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x00,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_5.png b/frontends/calculator/src/gfx/block_5.png
deleted file mode 100644
index a63802c..0000000
--- a/frontends/calculator/src/gfx/block_5.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_6.c b/frontends/calculator/src/gfx/block_6.c
deleted file mode 100644
index 4decd9b..0000000
--- a/frontends/calculator/src/gfx/block_6.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_6_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x00,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_6.png b/frontends/calculator/src/gfx/block_6.png
deleted file mode 100644
index a4b6dfd..0000000
--- a/frontends/calculator/src/gfx/block_6.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/block_7.c b/frontends/calculator/src/gfx/block_7.c
deleted file mode 100644
index 67122d1..0000000
--- a/frontends/calculator/src/gfx/block_7.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-// 8 bpp image
-uint8_t block_7_data[83] = {
- 9,9, // width,height
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
- 0x02,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x00,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,
- 0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,
-};
diff --git a/frontends/calculator/src/gfx/block_7.png b/frontends/calculator/src/gfx/block_7.png
deleted file mode 100644
index 8cb6da8..0000000
--- a/frontends/calculator/src/gfx/block_7.png
+++ /dev/null
Binary files differ
diff --git a/frontends/calculator/src/gfx/convpng.ini b/frontends/calculator/src/gfx/convpng.ini
deleted file mode 100644
index fcf7193..0000000
--- a/frontends/calculator/src/gfx/convpng.ini
+++ /dev/null
@@ -1,10 +0,0 @@
-#GroupC : logo_gfx
-#TransparentColor : 255,255,255
-#PNGImages :
- block_1
- block_2
- block_3
- block_4
- block_5
- block_6
- block_7
diff --git a/frontends/calculator/src/gfx/convpng.log b/frontends/calculator/src/gfx/convpng.log
deleted file mode 100644
index 538c0d0..0000000
--- a/frontends/calculator/src/gfx/convpng.log
+++ /dev/null
@@ -1,20 +0,0 @@
-opened convpng.ini
-
---- logo_gfx (C) ---
-building palette with [256] available indices ...
-built palette with [8] indices.
-palette quality : 100.00%
-transparent color index : 0
-transparent color : 0xFFFF
-7:
- block_1 : 100.00%
- block_2 : 100.00%
- block_3 : 100.00%
- block_4 : 100.00%
- block_5 : 100.00%
- block_6 : 100.00%
- block_7 : 100.00%
-
-converted in 0 s
-
-finished!
diff --git a/frontends/calculator/src/gfx/logo_gfx.c b/frontends/calculator/src/gfx/logo_gfx.c
deleted file mode 100644
index 3509c0e..0000000
--- a/frontends/calculator/src/gfx/logo_gfx.c
+++ /dev/null
@@ -1,14 +0,0 @@
-// convpng v7.0
-#include <stdint.h>
-#include "logo_gfx.h"
-
-uint16_t logo_gfx_pal[8] = {
- 0xFFFF, // 00 :: rgb(255,255,255)
- 0xF264, // 01 :: rgb(231,156,33)
- 0x0000, // 02 :: rgb(0,0,0)
- 0xCC84, // 03 :: rgb(160,35,30)
- 0x38BF, // 04 :: rgb(115,41,255)
- 0x211F, // 05 :: rgb(66,66,255)
- 0xA370, // 06 :: rgb(66,222,132)
- 0x588F, // 07 :: rgb(181,33,123)
-}; \ No newline at end of file
diff --git a/frontends/calculator/src/gfx/logo_gfx.h b/frontends/calculator/src/gfx/logo_gfx.h
deleted file mode 100644
index 02714e5..0000000
--- a/frontends/calculator/src/gfx/logo_gfx.h
+++ /dev/null
@@ -1,47 +0,0 @@
-// convpng v7.0
-// this file contains all the graphics sources for easy inclusion in a project
-#ifndef __logo_gfx__
-#define __logo_gfx__
-#include <stdint.h>
-
-#define logo_gfx_transparent_color_index 0
-
-#define block_1_width 9
-#define block_1_height 9
-#define block_1_size 83
-extern uint8_t block_1_data[83];
-#define block_1 ((gfx_sprite_t*)block_1_data)
-#define block_2_width 9
-#define block_2_height 9
-#define block_2_size 83
-extern uint8_t block_2_data[83];
-#define block_2 ((gfx_sprite_t*)block_2_data)
-#define block_3_width 9
-#define block_3_height 9
-#define block_3_size 83
-extern uint8_t block_3_data[83];
-#define block_3 ((gfx_sprite_t*)block_3_data)
-#define block_4_width 9
-#define block_4_height 9
-#define block_4_size 83
-extern uint8_t block_4_data[83];
-#define block_4 ((gfx_sprite_t*)block_4_data)
-#define block_5_width 9
-#define block_5_height 9
-#define block_5_size 83
-extern uint8_t block_5_data[83];
-#define block_5 ((gfx_sprite_t*)block_5_data)
-#define block_6_width 9
-#define block_6_height 9
-#define block_6_size 83
-extern uint8_t block_6_data[83];
-#define block_6 ((gfx_sprite_t*)block_6_data)
-#define block_7_width 9
-#define block_7_height 9
-#define block_7_size 83
-extern uint8_t block_7_data[83];
-#define block_7 ((gfx_sprite_t*)block_7_data)
-#define sizeof_logo_gfx_pal 16
-extern uint16_t logo_gfx_pal[8];
-
-#endif
diff --git a/frontends/calculator/src/input.c b/frontends/calculator/src/input.c
deleted file mode 120000
index 5b377ca..0000000
--- a/frontends/calculator/src/input.c
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/src/input.c \ No newline at end of file
diff --git a/frontends/calculator/src/input.h b/frontends/calculator/src/input.h
deleted file mode 120000
index d569ad2..0000000
--- a/frontends/calculator/src/input.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/include/input.h \ No newline at end of file
diff --git a/frontends/calculator/src/main.c b/frontends/calculator/src/main.c
deleted file mode 100644
index 535f431..0000000
--- a/frontends/calculator/src/main.c
+++ /dev/null
@@ -1,41 +0,0 @@
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <tice.h>
-
-#include <math.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include <graphx.h>
-
-#include "cetris.h"
-
-/* Include the sprite data */
-#include "gfx/logo_gfx.h"
-
-void main(void) {
- /* Initialize the 8bpp graphics */
- gfx_Begin();
-
- /* Set up the palette for our sprites */
- gfx_SetPalette(logo_gfx_pal, sizeof_logo_gfx_pal, 0);
-
- /* Fill the screen with color index 0 */
- gfx_FillScreen(0);
-
- /* Draw a bunch of different styled sprites on the screen */
- gfx_Sprite(block_1, 0, 0);
- gfx_Sprite_NoClip(block_1, 32, 32);
- gfx_TransparentSprite(block_1, 64, 64);
- gfx_TransparentSprite_NoClip(block_1, 96, 96);
- gfx_ScaledSprite_NoClip(block_1, 128, 128, 2, 2);
- gfx_ScaledTransparentSprite_NoClip(block_1, 128, 0, 3, 3);
-
- /* Wait for a key to be pressed */
- while (!os_GetCSC());
-
- /* Close the graphics */
- gfx_End();
-}
diff --git a/frontends/calculator/src/matrix.c b/frontends/calculator/src/matrix.c
deleted file mode 120000
index 9a72a36..0000000
--- a/frontends/calculator/src/matrix.c
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/src/matrix.c \ No newline at end of file
diff --git a/frontends/calculator/src/matrix.h b/frontends/calculator/src/matrix.h
deleted file mode 120000
index 0b441d9..0000000
--- a/frontends/calculator/src/matrix.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/include/matrix.h \ No newline at end of file
diff --git a/frontends/calculator/src/types.h b/frontends/calculator/src/types.h
deleted file mode 120000
index 65216e0..0000000
--- a/frontends/calculator/src/types.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../core/include/types.h \ No newline at end of file