📄 lcd-player-charset.c
字号:
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ * $Id: lcd-player-charset.c,v 1.4 2003/06/29 20:08:38 kjer Exp $ * * Copyright (C) 2003 by Kjell Ericson * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ****************************************************************************/#include "config.h"#ifdef HAVE_LCD_CHARCELLS#include "lcd-player-charset.h"unsigned short new_lcd_rocklatin1_to_xlcd[] ={ NOCHAR_NEW, /* 0x00 reserved never to be used */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ RESERVED_CHAR, /* 0x01-0x16 reserved */ 0x217, /* 0x17 .. "plugin" icon */ 0x218, /* 0x18 .. "folder" icon */ 0x219, /* 0x19 .. "MOD/AJZ" icon (winlatin o (dote in the middle) */ 0x21a, /* 0x1a .. "language" icon (winlatin - (a bit longer minus sign) */ 0x21b, /* 0x1b .. "note" icon */ 0x21c, /* 0x1c .. "WPS" icon */ 0x21d, /* 0x1d .. "playlist" icon */ 0x21e, /* 0x1e .. "text file" icon (winlatin - (much longer minus sign) */ 0x21f, /* 0x1f .. "config file" icon (winlatin ~) */ 0x020, /* 0x20 .. */ 0x021, /* 0x21 .. ! */ 0x022, /* 0x22 .. " */ 0x023, /* 0x23 .. # */ 0x024, /* 0x24 .. $ */ 0x025, /* 0x25 .. % */ 0x026, /* 0x26 .. & */ 0x027, /* 0x27 .. ' */ 0x028, /* 0x28 .. ( */ 0x029, /* 0x29 .. ) */ 0x02a, /* 0x2a .. * */ 0x02b, /* 0x2b .. + */ 0x02c, /* 0x2c .. , */ 0x02d, /* 0x2d .. - */ 0x02e, /* 0x2e .. . */ 0x02f, /* 0x2f .. / */ 0x030, /* 0x30 .. 0 */ 0x031, /* 0x31 .. 1 */ 0x032, /* 0x32 .. 2 */ 0x033, /* 0x33 .. 3 */ 0x034, /* 0x34 .. 4 */ 0x035, /* 0x35 .. 5 */ 0x036, /* 0x36 .. 6 */ 0x037, /* 0x37 .. 7 */ 0x038, /* 0x38 .. 8 */ 0x039, /* 0x39 .. 9 */ 0x03a, /* 0x3a .. : */ 0x03b, /* 0x3b .. ; */ 0x03c, /* 0x3c .. < */ 0x03d, /* 0x3d .. = */ 0x03e, /* 0x3e .. > */ 0x03f, /* 0x3f .. ? */ 0x040, /* 0x40 .. @ */ 0x041, /* 0x41 .. A */ 0x042, /* 0x42 .. B */ 0x043, /* 0x43 .. C */ 0x044, /* 0x44 .. D */ 0x045, /* 0x45 .. E */ 0x046, /* 0x46 .. F */ 0x047, /* 0x47 .. G */ 0x048, /* 0x48 .. H */ 0x049, /* 0x49 .. I */ 0x04a, /* 0x4a .. J */ 0x04b, /* 0x4b .. K */ 0x04c, /* 0x4c .. L */ 0x04d, /* 0x4d .. M */ 0x04e, /* 0x4e .. N */ 0x04f, /* 0x4f .. O */ 0x050, /* 0x50 .. P */ 0x051, /* 0x51 .. Q */ 0x052, /* 0x52 .. R */ 0x053, /* 0x53 .. S */ 0x054, /* 0x54 .. T */ 0x055, /* 0x55 .. U */ 0x056, /* 0x56 .. V */ 0x057, /* 0x57 .. W */ 0x058, /* 0x58 .. X */ 0x059, /* 0x59 .. Y */ 0x05a, /* 0x5a .. Z */ 0x05b, /* 0x5b .. [ */ 0x012, /* 0x5c .. \ */ 0x05d, /* 0x5d .. ] */ 0x05e, /* 0x5e .. ^ */ 0x05f, /* 0x5f .. _ */ 0x060, /* 0x60 .. ` */ 0x061, /* 0x00 97 .. a */ 0x062, /* 0x00 98 .. b */ 0x063, /* 0x00 99 .. c */ 0x064, /* 0x64 .. d */ 0x065, /* 0x65 .. e */ 0x066, /* 0x66 .. f */ 0x067, /* 0x67 .. g */ 0x068, /* 0x68 .. h */ 0x069, /* 0x69 .. i */ 0x06a, /* 0x6a .. j */ 0x06b, /* 0x6b .. k */ 0x06c, /* 0x6c .. l */ 0x06d, /* 0x6d .. m */ 0x06e, /* 0x6e .. n */ 0x06f, /* 0x6f .. o */ 0x070, /* 0x70 .. p */ 0x071, /* 0x71 .. q */ 0x072, /* 0x72 .. r */ 0x073, /* 0x73 .. s */ 0x074, /* 0x74 .. t */ 0x075, /* 0x75 .. u */ 0x076, /* 0x76 .. v */ 0x077, /* 0x77 .. w */ 0x078, /* 0x78 .. x */ 0x079, /* 0x79 .. y */ 0x07a, /* 0x7a .. z */ 0x07b, /* 0x7b ..*/ /* Old LCD hardcoded to "(" */ 0x07c, /* 0x7c .. | */ 0x07d, /* 0x7d .. } */ /* Old LCD hardcoded to ")" */ 0x0f0, /* 0x7e .. ~ */ 0x0fe, /* 0x7f .. full grid */ NOCHAR_NEW, /* 0x80 winlatin Eurosign */ 0x010, /* 0x81 filled-left-arrow (winlatin undefined) */ 0x011, /* 0x82 filled-right-arrow (winlatin comma) */ 0x01e, /* 0x83 filled-up-arrow (winlatin f) */ 0x01f, /* 0x84 filled-up-arrow (winlatin ") */ 0x224, /* 0x85 ..
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -