📄 tuneable.h
字号:
#define XFORMATS_INCR 64 /*!< Increments to allocate extended formats */#define FONTS_INCR 32 /*!< Increments to allocate fonts */#define WORKSHEETS_INCR 4 /*!< Increments to allocate worksheet pages */#define COLS_INCR (U16)24 /*!< Increments to allocate Columns per Worksheet page */#define ROWS_INCR (U32)128 /*!< Increments to allocate Rows per Worksheet page */#define STRINGS_INCR 256UL /*!< Increments to allocate the string array - */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -