⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample.gpj

📁 AVR单片机的菜单制作工具
💻 GPJ
字号:
Option:[%RootKey%]
[%
  Version:2.0.0.10
  Author:""
  Descript:""
  ExportToOnFile:TRUE
  ExportToEachFile:FALSE
  ExportMenuTree:TRUE
  ExportExecuteEvent:TRUE
  ExportLCDModule:TRUE
  ExportKeyboard:TRUE
  ExportTools:TRUE
  Compiler:"CVAVR"
  McuType:"ATMega16"
  Clock:16
%]

MenuOption:[%RootKey%]
[%
  CaptionLength:16
  Format:1
%]

LCDModule:[%RootKey%]
[%
  ModuleLib:"LMB162ADC.lcd"
  PortType:1
  PortLow:"PD0~7"
  PortHigh:""
  PinLow:""
  PinHigh:""
  PinCustom0:""
  PinCustom1:""
  PinCustom2:""
  PinCustom3:""
  PinCustom4:""
  PinCustom5:""
  PinCustom6:""
  PinCustom7:""
  PinRS:"PA7"
  PinRW:""
  PinE:"PA6"
  PinRWGnd:TRUE
  ModuleName:"LMB162ADC ( 16 Char * 2 Line )"
  COL:16
  ROW:2
  Type:"Char"
  ICON:FALSE
  REVERSE:FALSE
  DataWidth:1
  DDRAM:"0x00, 0x40"
  TC:1500ns
  TPW:175ns
  TR:20ns
  TF:20ns
  TAS:5ns
  TAH:13ns
  TDSW:50ns
  TDDR:125ns
  TH:13ns
%]

KeyModule:[%RootKey%]
[%
  KeyType:0
  Data1:"PB0"
  Data2:"PB1"
  Data3:"PB2"
  Data4:"PB3"
  Data5:"PB4"
  Data6:"PB5"
  Data7:"PB6"
  Data8:"PB7"
  Check1:TRUE
  Check2:FALSE
  Check3:FALSE
  Check4:FALSE
  Check5:FALSE
  Check6:FALSE
  Check7:FALSE
  Check8:FALSE
  Support1:"01"
  Support2:"02"
  Support3:"04"
  Support4:"08"
  Support5:"10"
  Support6:"20"
  Support7:"40"
  Support8:"00"
%]

Tools:[%RootKey%]
[%
  KeyDelay:TRUE
  CreateExecuteEvent:FALSE
  DisplayVersion:TRUE
  CreateMainProgram:FALSE
  ProgressMessage:1
%]

MenuData:[%RootKey%]
[%
  Style:MENU_SUBITEM
  ParentID:0
  Format:0
  Caption:"Setup"
  Define:"SETUP"
  ControlWidth:1
%]
[%
  Style:MENU_SUBITEM
  ParentID:0
  Format:0
  Caption:"Execute"
  Define:"EXECUTE"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:0
  Format:0
  Caption:"Version"
  Define:"VERSION"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:1
  Format:0
  Caption:"Num Inc"
  Define:"NUM_INC"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:1
  Format:0
  Caption:"Num Dec"
  Define:"NUM_DEC"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:1
  Format:0
  Caption:"Shift Left"
  Define:"SHIFT_LEFT"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:1
  Format:0
  Caption:"Shift Right"
  Define:"SHIFT_RIGHT"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:1
  Format:0
  Caption:"Num Xor"
  Define:"NUM_XOR"
  ControlWidth:1
%]
[%
  Style:MENU_INPUT
  ParentID:7
  Format:2
  Caption:"Delay Time"
  Define:"DELAY_TIME"
  ControlWidth:1
%]
[%
  Style:MENU_TEXT
  ParentID:7
  Format:0
  Caption:"Stop"
  Define:"STOP"
  ControlWidth:1
%]

⌨️ 快捷键说明

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