Method for generating multilevel menu on embedded equipment

An embedded device and menu technology, applied in the computer field, can solve problems such as maintenance trouble, code change, error-prone, etc., and achieve the effect of reducing maintenance cost, improving work efficiency and reducing workload.

CN103309662AInactive Publication Date: 2013-09-18FUJIAN XINO COMM TECH
6 Cites 4 Cited by

Patent Information

Authority / Receiving Office
CN · China
Current Assignee / Owner
Publication Date
2013-09-18
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
Patent Text Reader

Abstract

The invention discloses a method for generating a multilevel menu on embedded equipment. The method comprises the steps of beginning, cutting a menu interface effect picture into positions and zones of all menu functions, naming cut pictures with function numbers with uniform rules, editing menu interface information by matched PC (personal computer) terminal menu configuration tools, storing edition results in configuration files, deploying menu cut pictures and the configuration files to be under paths specified by the equipment, reading configuration file information and pictures and displaying menu information effect through terminal equipment, accomplishing analysis, and stopping. The method can perform flexible configuration and convenient maintenance.
Need to check novelty before this filing date? Find Prior Art

Description

Technical field

[0001] The invention belongs to the technical field of computers, and in particular relates to a method for generating a multilevel menu on an embedded device.

Background technique

[0002] The modules of embedded terminal devices are becoming more and more complex, with more and more functions, and the requirements for the display content of multi-level menus are getting higher and higher. Therefore, how to develop a multi-level menu system that can be flexibly configured and maintained easily more and more important.

[0003] At present, the traditional way to realize the embedded multi-level menu is that the artist provides the relevant menu picture, and the program developer codes the menu in the code of each part of the software function, determines the picture and text to be displayed in the menu, and calls the system menu Interface, showing the menu renderings of the original design.

[0004] However, in the released version, users often propose ...

Examples

Embodiment Construction

[0023] Such as figure 1 As shown, a method for generating a multi-level menu on an embedded device includes the following steps:

[0024] Step 1: start;

[0025] Step 2 (this step can be operated by an artist): cut out the position and area of ​​each menu function from the menu interface effect picture, and name the cut pictures with uniform and regular function numbers;

[0026] The function number is uniformly defined as the first letter of the pinyin of the Chinese meaning of the function, which is uniformly lowercase.

[0027] The file name of the menu item picture is defined as the function number, and the default format of the picture is png;

[0028] Example:

[0029] For the “Deposit” function in the menu item, the function number is defined as ck, and the default image file name is ck.png;

[0030] Step 3: Use the matching PC-side menu configuration tool to edit the menu interface information, and save the editing results in the configuration file; specifically in...