scales

来自「Python.Tkinter编程实例代码多多学习」· 代码 · 共 7 行

TXT
7
字号
#define scales_width 16#define scales_height 16static unsigned char scales_bits[] = {   0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, 0x01, 0x01, 0x01, 0x01,   0x82, 0x82, 0x7c, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7,   0x01, 0x01, 0x01, 0x01, 0x82, 0x82, 0x7c, 0x7c};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?