113 lines
6.2 KiB
C
113 lines
6.2 KiB
C
/*
|
|
* argo128x64.c
|
|
*
|
|
* Sharp Argo logo (medium).
|
|
*
|
|
* Created: 8/7/2021
|
|
* Author: Philip Smart
|
|
*/
|
|
|
|
#if defined(__K64F__)
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
#include <stdint.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <stdarg.h>
|
|
#include <core_pins.h>
|
|
#include <usb_serial.h>
|
|
#include <Arduino.h>
|
|
#include "k64f_soc.h"
|
|
#include <../../libraries/include/stdmisc.h>
|
|
#elif defined(__ZPU__)
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include "zpu_soc.h"
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <stdmisc.h>
|
|
#else
|
|
#error "Target CPU not defined, use __ZPU__ or __K64F__"
|
|
#endif
|
|
|
|
#include "bitmaps.h"
|
|
|
|
#define BITMAP_WIDTH 128
|
|
#define BITMAP_HEIGHT 64
|
|
|
|
static const uint8_t argo128x64Data[((BITMAP_WIDTH * BITMAP_HEIGHT)/8)+1]= {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x01,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x01,0xff,0xf8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x01,0xff,0xf8,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xc0
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0xf0,0x00,0x00,0x00,0x00,0x03,0xe7,0xff,0xe0
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x80,0x00,0x00,0x00,0x00,0x07,0xfc,0x0f,0xe0
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0xc0,0x00,0x00,0x00,0x00,0x03,0xf0,0x3d,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x1d,0xc0,0x00,0x00,0x00,0x00,0x00,0x18,0xf1,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x1d,0xe0,0x00,0x00,0x00,0x07,0x00,0x07,0xc1,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x3d,0xf0,0x00,0x00,0x00,0x7f,0xcf,0x0f,0xc3,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x78,0xb0,0x00,0x00,0x00,0xff,0xcf,0xe0,0x77,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0x78,0xd8,0x00,0x00,0x03,0x8f,0x8f,0xe0,0x1f,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x00,0xd8,0xdc,0x00,0x00,0x0f,0xe6,0x38,0x0e,0x1f,0x80
|
|
,0x00,0x00,0x00,0x00,0x00,0x01,0xd8,0xee,0x00,0x00,0x0f,0xec,0x63,0xff,0x02,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x01,0xd8,0xe6,0x00,0x00,0x0f,0xe0,0xfe,0x0f,0x80,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x03,0x98,0x67,0x00,0x00,0x00,0x27,0xff,0x93,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x03,0xb8,0x73,0x80,0x00,0x03,0x8f,0xff,0xee,0x80,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x07,0x38,0x73,0xc0,0x00,0x03,0xcf,0x83,0xe7,0x80,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x0f,0x38,0x71,0xc0,0x00,0x01,0xef,0xc3,0xe7,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x0e,0x78,0x38,0xe0,0x00,0x00,0x07,0xff,0xe0,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x1e,0x78,0x38,0xf0,0x00,0x07,0x81,0xff,0x80,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x3c,0x78,0x3c,0x78,0x00,0x1e,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x3c,0x78,0x1c,0x38,0x00,0xf8,0x00,0x7f,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0x78,0xf0,0x1c,0x3c,0x03,0xe0,0x00,0xff,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0xf8,0xf0,0x1e,0x1e,0x0f,0x80,0x03,0xff,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x00,0xf0,0xf0,0x1e,0x3f,0x3e,0x00,0x0f,0xff,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x01,0xf0,0xf0,0x3f,0xff,0xf8,0x00,0x7f,0xff,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x00,0x03,0xe3,0xff,0xff,0xc1,0xf0,0x07,0xff,0xff,0x00,0x00,0x00
|
|
,0x00,0x3f,0xe0,0x00,0x1f,0xff,0xfe,0x00,0x00,0x7f,0xff,0xff,0xff,0x00,0x00,0x00
|
|
,0x00,0x7f,0xff,0xff,0xff,0xfc,0x00,0x00,0x07,0xff,0xff,0xff,0xff,0x00,0x00,0x00
|
|
,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0x00,0x00,0x00
|
|
,0x01,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0x00,0x00,0x00
|
|
,0x03,0xfe,0x00,0xff,0x00,0x3f,0xc0,0x1f,0xf0,0x07,0xff,0xff,0xfe,0x00,0x00,0x00
|
|
,0x03,0xf8,0xfe,0x3c,0x3f,0x1f,0x0f,0xc7,0xc3,0xe1,0xff,0xff,0xfc,0x00,0x00,0x00
|
|
,0x03,0xf1,0xff,0x1c,0xff,0xcf,0x3f,0xf3,0x8f,0xf8,0xff,0xff,0xfc,0x00,0x00,0x00
|
|
,0x03,0xf1,0xff,0x1c,0x7f,0xc6,0x3f,0xf3,0x8f,0xf8,0xff,0xff,0xf8,0x00,0x00,0x00
|
|
,0x03,0xf8,0xff,0x1c,0x7f,0x8f,0x1f,0xe3,0xc7,0xf8,0xff,0xff,0xf0,0x00,0x00,0x00
|
|
,0x01,0xfc,0x0e,0x3e,0x0f,0x9f,0x83,0xf3,0xe1,0xfe,0x7f,0xff,0xe0,0x00,0x00,0x00
|
|
,0x01,0xff,0x87,0x7f,0xc1,0xcf,0xf0,0x39,0xf8,0x07,0xbf,0xff,0xc0,0x00,0x00,0x00
|
|
,0x01,0xff,0xf3,0x3f,0xfc,0xe7,0xff,0xce,0x7f,0xf9,0xcf,0xff,0x00,0x00,0x00,0x00
|
|
,0x01,0xff,0xfb,0x9f,0xff,0x73,0xff,0xe7,0x3f,0xfe,0x73,0xfc,0x00,0x00,0x00,0x00
|
|
,0x00,0xff,0xf9,0xcf,0xff,0x9c,0xff,0xf9,0xcf,0xff,0x3d,0xf0,0x00,0x00,0x00,0x00
|
|
,0x00,0xff,0xfc,0xcf,0xff,0xce,0x7f,0xfc,0xf3,0xff,0x9e,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0xff,0xfc,0xe7,0xff,0xe7,0x3f,0xfe,0x79,0xff,0xcf,0x80,0x00,0x00,0x00,0x00
|
|
,0x00,0xff,0xfc,0xf3,0xff,0xf3,0x9f,0xff,0x3e,0x7f,0xe7,0xe0,0x00,0x00,0x00,0x00
|
|
,0x00,0xff,0xfc,0xf3,0xff,0xf9,0xe7,0xff,0x9f,0x3e,0x03,0xf0,0x00,0x00,0x00,0x00
|
|
,0x00,0x7f,0xfc,0xf9,0xff,0xf9,0xf3,0xff,0xcf,0xc0,0x01,0xfc,0x00,0x00,0x00,0x00
|
|
,0x00,0x7f,0xfc,0xfc,0xff,0xfc,0xf9,0xff,0xc7,0xf0,0x00,0x7f,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0xfe,0xff,0xfc,0xfe,0x00,0x03,0xf8,0x00,0x3f,0xc0,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x7e,0x00,0x00,0x7f,0x00,0x01,0xfe,0x00,0x0f,0xe0,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x7f,0x00,0x00,0x7f,0x80,0x00,0xff,0x80,0x07,0xf8,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x7f,0x80,0x00,0x3f,0xc0,0x00,0x3f,0xc0,0x01,0xf8,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x3f,0x80,0x00,0x1f,0xf0,0x00,0x1f,0xf0,0x00,0x70,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x3f,0xc0,0x00,0x0f,0xf8,0x00,0x07,0xf0,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x1f,0xc0,0x00,0x03,0xfc,0x00,0x03,0xf0,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x1f,0xe0,0x00,0x01,0xfe,0x00,0x00,0xc0,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x0f,0xf0,0x00,0x00,0xfe,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x0f,0xf0,0x00,0x00,0x7e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x07,0xf0,0x00,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x07,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
,0x00,0x00,0x00,0x03,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
|
|
};
|
|
|
|
/*
|
|
* Bitmap Size: 128x64
|
|
*/
|
|
const bitmapStruct argo128x64 = {
|
|
(byte *) argo128x64Data,
|
|
BITMAP_WIDTH,
|
|
BITMAP_HEIGHT
|
|
};
|