CN113867879A - Android-based system style deep customization method - Google Patents
Android-based system style deep customization method Download PDFInfo
- Publication number
- CN113867879A CN113867879A CN202111201184.4A CN202111201184A CN113867879A CN 113867879 A CN113867879 A CN 113867879A CN 202111201184 A CN202111201184 A CN 202111201184A CN 113867879 A CN113867879 A CN 113867879A
- Authority
- CN
- China
- Prior art keywords
- style
- state
- layer
- updating
- boot
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
Abstract
The invention relates to a system style deep customization method based on Android, wherein the system style customization process mainly comprises style selection, the style selection mainly comprises a transmission path and an updating path, the transmission path displays different styles according to various conditions by pre-configuring styles of various different elements at various stages in a system and Apk application layer, and simultaneously transmits state information of a switching style to a U-Boot layer; the updating path is that in the process of switching the two styles, the system automatically finishes the picture customization in the starting process from three different stages of a U-Boot layer, a Kernel layer, a HAL layer and a Framework layer, and the automatic customization of the system and the application style in the system and Apk application layers. The method greatly reduces the workload of software upgrading and the after-sale maintenance cost, and simultaneously meets the aesthetic requirements of customers on style diversification and customers of different age classes.
Description
Technical Field
The invention relates to the technical field of intelligent information display equipment control, in particular to a system style depth customization method based on Android.
Background
Along with the intelligent development of public transit among the prior art, the information screen obtains the wide application in public trip, shows the route of traveling and the website developments of vehicle through the setting of information screen to and the accurate input of public civilization construction information and the dangerous warning of incident, provide safe efficient trip mode for the passenger, promoted the mental civilization construction in city simultaneously.
Common public transit information screen in present public trip facility, the demonstration style is comparatively single, and the harmony of whole style is lower with the aesthetic feeling, leads to the customer to produce visual aesthetic fatigue easily, and can appear interface content occasionally and show the unmatched situation of style, leads to equipment manufacturer often to change the demonstration style of equipment, and the working cost of later maintenance upgrading is great.
In the patent document CN201711484290.1, the method for supporting multiple user interface styles, the smart television and the storage medium are disclosed, and the method for supporting multiple user interface styles, the smart television and the storage medium are used for the television equipment system based on Android to support multiple user interface styles and can be dynamically switched; compared with the patent, the development period is increased, and the development cost is higher.
Disclosure of Invention
In order to solve the problems, the invention provides the Android-based system style deep customization method which meets the requirements of clients of different age classes on system style diversification and aesthetic feeling and reduces the workload of software upgrading and the later maintenance cost.
In order to achieve the purpose, the Android-based system style depth customization method mainly comprises the following steps of selecting a style, wherein the style is selected by a transmission path and an updating path:
the transmission sequence of the transmission path is transmitted from top to bottom, style setting information is obtained through a system and an Apk application layer, and the style setting information is transmitted to a U-Boot layer, specifically, the system and the Apk application layer > HAL & Framework layer > Kernel layer > U-Boot layer;
the updating sequence of the updating path is from bottom to top updating, after the selection state of the updating style is obtained through a U-Boot layer, the system transmits the updated style conversion message to a system and an Apk application layer, and specifically comprises the U-Boot layer, a Kernel layer, an HAL and Framework layer, and the Apk application layer;
the system automatically restarts after finishing the style updating path, and finishes the style updating and the pictures and the animations of the three staged processes of the system starting in the starting process, wherein the pictures and the animations of the three staged processes of the system starting are divided into U-Boot Logo, Kernel Logo and boosting. The transmission path and the updating path set by the method automatically complete the pictures and the animations in three staged processes of style updating and system startup through the updating path after the style setting message acquired by the system is transmitted to the U-Boot layer.
The further scheme is that the transmission from top to bottom is divided into the following steps:
a. setting the style currently used as style 2, and switching the current style 2 into the state information of style 1 through a system and an Apk application layer to transmit downwards;
b. meanwhile, after the HAL & Framework layer is connected with the driving layer downwards, an interface is provided for JNI or HAL upwards, and the state information of the style 1 switched from the style 2 is transmitted downwards through the file system;
and c, the Kernel layer acquires the state information of switching the downward transmission style 2 into the style 1 through an IOCtrl driving interface, assigns a value through an RTC register, switches the transmission style 2 into the state information of the style 1, stores the state information and transmits the state information to the U-Boot layer.
The implementation of pictures and animations in three staged processes of bottom-to-top updating and system startup is divided into the following steps:
A. firstly, obtaining the assignment of an RTC register to obtain style information to be switched, obtaining the current style state by reading the style state information recorded in a Memory fixed area, and simultaneously unifying display interfaces to realize the loading of different styles;
B. the method comprises the steps of obtaining the style state of a U-Boot layer by reading specific data in a Memory area Nandflash, establishing a system file, updating the system state of the file at the same time for a HAL & Framework layer, a system and an Apk application layer, backfilling the style state, and displaying a logo through a display interface;
C. acquiring the style state updated by the Kernerl layer by reading the file system, backfilling the style state to update the file system after judging whether the style state is consistent with the current style animation state, and playing the animation through a playing interface;
D. the system and the Apk application layer acquire the updated style through the updated file system state, mark the updated style and complete the updating of the system style.
The RTC register set by the method can utilize the RTC spare Bit to store the transmitted style state information, and simultaneously set the transmitted style state information in the RTC register, so long as the system is not powered down or rewritten, the style state information in the RTC register is stored unchanged; and the JNI or HAL in the HAL & Framework layer has the function of starting and stopping, is communicated with the system and the application through a display interface, and is communicated with the Kernerl layer through a file system.
A further scheme is that the current style state is obtained in the step A, if the style state is not consistent with the style state in use, the current style state is loaded into a display interface, and the updated style state is recorded and stored in a Memory, and if the style state is consistent with the style state in use, the original qualified U-Boot Logo is loaded into the display interface for backfilling the state value; if the style state obtained in the step B and the style state obtained in the step C are not consistent with the style state in use, the style state in use is updated to the obtained style state, and the style state after switching is loaded into a file interface or a playing interface; and if the style state is consistent with the style state in use, loading the style state in use into a file interface or a playing interface. The setting of the method can compare the style state obtained by assigning the RTC register in the step A with the current style state, and if the style state is not consistent with the current style state, the obtained style state is stored in the Memory.
The method comprises the steps of dividing a Memory partition in a Memory hollow residual region, recording a switching state of styles, keeping a certain style state without being influenced by power failure, shutdown and factory restoration, presetting a plurality of styles in a system and Apk application layer, carrying out automatic customization and manual customization, wherein the customization process of the style of the system which is automatically customized is consistent with that of the system which is manually customized, and the styles preset in the system and the Apk application layer can be automatically customized by means of a She11 script. The method is arranged in a hollow residual region of the Memory, and the switching state of the exclusive Memory partition recording style is divided, so that the switching state of the style is kept most accurately, and meanwhile, the style of the system can be automatically switched through a Shell script arranged in the system.
The Android-based system style deep customization method provided by the invention has the advantages that the system style customization process mainly comprises style selection, the style selection mainly comprises a transmission path and an updating path, the transmission path displays different styles according to various conditions by pre-configuring styles of various different elements at various stages in a system and Apk application layer, and meanwhile, state information of switching styles is transmitted to a U-Boot layer; the updating path is that in the process of switching the two styles, the system automatically finishes the picture customization in the starting process from three different stages of a U-Boot layer, a Kernel layer, a HAL layer and a Framework layer, and the automatic customization of the system and the application style in the system and Apk application layers. The method greatly reduces the workload of software upgrading and the after-sale maintenance cost, and simultaneously meets the aesthetic requirements of customers on style diversification and customers of different age classes.
Drawings
Fig. 1 is a style switching flowchart of an Android-based system style depth customization method.
Fig. 2 is a schematic diagram of style preset resources of an Android-based system style depth customization method.
Detailed Description
To further illustrate the technical means and effects of the present invention adopted to achieve the predetermined objects, the following detailed description of the embodiments, structures, features and effects according to the present invention will be made with reference to the accompanying drawings and preferred embodiments.
Example 1.
As shown in fig. 1, in the Android-based system style depth customization method described in this embodiment, the system style customization process mainly includes style selection, and the style selection is divided into a transmission path and an update path:
the transmission sequence of the transmission path is transmitted from top to bottom, style setting information is obtained through a system and an Apk application layer, and the style setting information is transmitted to a U-Boot layer, specifically, the system and the Apk application layer > HAL & Framework layer > Kernel layer > U-Boot layer;
the updating sequence of the updating path is from bottom to top updating, after the selection state of the updating style is obtained through a U-Boot layer, the system transmits the updated style conversion message to a system and an Apk application layer, and specifically comprises the U-Boot layer, a Kernel layer, an HAL and Framework layer, and the Apk application layer;
the system automatically restarts after finishing the style updating path, and finishes the style updating and the pictures and the animations of the three staged processes of the system starting in the starting process, wherein the pictures and the animations of the three staged processes of the system starting are divided into U-Boot Logo, Kernel Logo and boosting.
The specific switching process of style switching comprises the following steps:
a) setting state information for switching the style 2 to the style 1 through a system and an Apk application layer, and transmitting the state information to a HAL & Framework layer;
b) transmitting state information for switching the style 2 into the style 1 to a Kernel layer through a file system after transmitting to an HAL & Framework layer;
c) after the information is transmitted to the Kernel layer, the downward transmitted style 2 is acquired through an IOCtrl driving interface and is switched into style 1 state information, and the information is transmitted downwards to an RTC register;
d) after assigning value to the state information of the style 2 switched to the style 1 through the RTC register, transmitting the state information downwards to the U-Boot layer;
e) reading the RTC register value through the U-Boot layer, and acquiring state information of which the updating style is that style 2 is switched to style 1;
f) reading style state data recorded in a fixed area of a Memory in a U-Boot layer, and acquiring that the current style is style 2;
g) loading the U-Boot Logo with the style 1 into a display interface, recording the updated style as the style 1 in a Memory fixed area, and backfilling a state value;
h) entering a Kernel layer, reading specific data in the NandFlash, and acquiring the style state of the U-Boot layer;
i) establishing a system file in the Kernel layer, updating the state of the file system for the HAL & Framework layer, the system and the Apk application layer, and loading the switched style 1 picture into a corresponding file interface;
j) backfilling state, and displaying the Kernel logo through a display interface;
k) reading the file system updated in the step i), and judging that the frame in the HAL & frame layer is inconsistent with the current style animation state after the frame in the HAL & frame layer acquires the style 1 state needing to be updated;
loading the animation with the style 1 into a playing interface, backfilling the state, updating a file system, and playing the animation by the playing interface;
m), the system and the Apk application layer know that the updated style is style 1 from the state of the file system, and mark pictures and animations of style 2 to complete the system style update.
As shown in fig. 2, in the Memory empty residual region, a dedicated Memory partition is divided, a switching state of the style is recorded, and is not affected by power failure, shutdown, and factory restoration, a determined style state can be retained, a style 1, a style 2, and a style 3 … … are preset in the system and Apk application layers, and automatic customization and manual customization can be performed, the customization processes of the automatically customized system style and the manually customized system style are consistent, and multiple preset styles in the system and Apk application layers can be automatically customized by means of a She11 script.
Although the present invention has been described with reference to the preferred embodiments, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (7)
1. A system style deep customization method based on Android is characterized in that a system style customization process mainly comprises style selection, and the style selection is divided into a transmission path and an updating path:
the transmission sequence of the transmission path is transmitted from top to bottom, style setting information is obtained through a system and an Apk application layer, and the style setting information is transmitted to a U-Boot layer, specifically, the system and the Apk application layer > HAL & Framework layer > Kernel layer > U-Boot layer;
the updating sequence of the updating path is from bottom to top updating, after the selection state of the updating style is obtained through a U-Boot layer, the system transmits the updated style conversion message to a system and an Apk application layer, and specifically comprises the U-Boot layer, a Kernel layer, an HAL and Framework layer, and the Apk application layer;
the system automatically restarts after finishing the style updating path, and finishes the style updating and the pictures and the animations of the three staged processes of the system starting in the starting process, wherein the pictures and the animations of the three staged processes of the system starting are divided into U-Boot Logo, Kernel Logo and boosting.
2. The Android-based system style depth customization method of claim 1, wherein the top-down transmission comprises the following steps:
a. setting the style currently used as style 2, and switching the current style 2 into the state information of style 1 through a system and an Apk application layer to transmit downwards;
b. meanwhile, after the HAL & Framework layer is connected with the driving layer downwards, an interface is provided for JNI or HAL upwards, and the state information of the style 1 switched from the style 2 is transmitted downwards through the file system;
and c, the Kernel layer acquires the state information of switching the downward transmission style 2 into the style 1 through an IOCtrl driving interface, assigns a value through an RTC register, switches the transmission style 2 into the state information of the style 1, stores the state information and transmits the state information to the U-Boot layer.
3. The Android-based system style depth customization method of claim 2, wherein the implementation of the pictures and animations of the three staged processes of bottom-up update and system boot is divided into the following steps:
A. firstly, obtaining the assignment of an RTC register to obtain style information to be switched, obtaining the current style state by reading the style state information recorded in a Memory fixed area, and simultaneously unifying display interfaces to realize the loading of different styles;
B. the method comprises the steps of obtaining the style state of a U-Boot layer by reading specific data in a Memory area Nandflash, establishing a system file, updating the system state of the file at the same time for a HAL & Framework layer, a system and an Apk application layer, backfilling the style state, and displaying a logo through a display interface;
C. acquiring the style state updated by the Kernerl layer by reading the file system, backfilling the style state to update the file system after judging whether the style state is consistent with the current style animation state, and playing the animation through a playing interface;
D. the system and the Apk application layer acquire the updated style through the updated file system state, mark the updated style and complete the updating of the system style.
4. The Android-based system style depth customization method according to claim 3, characterized in that the current style state is obtained in step A, if the current style state is inconsistent with the style state in use, the current style state is loaded into the display interface, the updated style state is recorded and stored in the Memory, and if the current style state is consistent with the style state in use, the original wind U-Boot Logo is loaded into the display interface for backfilling the state value.
5. The Android-based system style depth customization method according to claim 3, characterized in that the style state obtained in step B and step C is updated to the obtained style state if the style state is inconsistent with the style state in use, and the style state after switching is loaded into a file interface or a play interface; and if the style state is consistent with the style state in use, loading the style state in use into a file interface or a playing interface.
6. The Android-based system style deep customization method according to claim 4 or 5, characterized in that a dedicated Memory partition is divided in a Memory empty residual region, and the style switching state is recorded, and the determined style state can be retained without being affected by power failure, shutdown and factory restoration settings.
7. The Android-based system style depth customization method of claim 6, characterized in that multiple sets of styles are preset in the system and Apk application layers, and automatic customization and manual customization can be performed, the customization process of the automatically customized system style is consistent with that of the manually customized system style, and the multiple sets of styles preset in the system and Apk application layers can be automatically customized by means of a She11 script.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111201184.4A CN113867879B (en) | 2021-10-15 | 2021-10-15 | Android-based system style depth customization method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111201184.4A CN113867879B (en) | 2021-10-15 | 2021-10-15 | Android-based system style depth customization method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113867879A true CN113867879A (en) | 2021-12-31 |
CN113867879B CN113867879B (en) | 2023-09-22 |
Family
ID=78999470
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111201184.4A Active CN113867879B (en) | 2021-10-15 | 2021-10-15 | Android-based system style depth customization method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113867879B (en) |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090300483A1 (en) * | 2008-05-30 | 2009-12-03 | Julien Viet | Stylesheet conversion engine |
US20110321029A1 (en) * | 2010-06-24 | 2011-12-29 | Microsoft Corporation | Upgrade management of application components |
CN102937859A (en) * | 2012-10-19 | 2013-02-20 | 山东大学 | Realization method of desktop system based on Android operation system |
CN105549998A (en) * | 2015-12-15 | 2016-05-04 | Tcl集团股份有限公司 | Dynamic association upgrading method and system of terminal application program |
CN105701635A (en) * | 2016-03-15 | 2016-06-22 | 江阴中科今朝科技有限公司 | Logistics goods real-time tracking and management system based on mobile internet technology |
CN106251382A (en) * | 2016-08-05 | 2016-12-21 | 惠州Tcl移动通信有限公司 | The switching of picture style, camera render the realization method and system updated with theme |
US20170220404A1 (en) * | 2016-02-01 | 2017-08-03 | Electro Industries/Gauge Tech | Devices, systems and methods for validating and upgrading firmware in intelligent electronic devices |
CN107861827A (en) * | 2017-10-31 | 2018-03-30 | 努比亚技术有限公司 | Card screen detection method, mobile terminal and computer-readable recording medium |
CN109766197A (en) * | 2018-12-29 | 2019-05-17 | 数源科技股份有限公司 | A kind of 4G module stability working method based on android system |
CN109996119A (en) * | 2017-12-29 | 2019-07-09 | 深圳Tcl新技术有限公司 | Support method, smart television and the storage medium of multiple user interfaces style |
CN110018742A (en) * | 2019-04-03 | 2019-07-16 | 北京八亿时空信息工程有限公司 | A kind of network virtual touring system and its construction method |
CN110399195A (en) * | 2019-07-30 | 2019-11-01 | 努比亚技术有限公司 | A kind of desktop icons dynamic replacement method, equipment and computer readable storage medium |
CN112527425A (en) * | 2019-09-19 | 2021-03-19 | Oppo广东移动通信有限公司 | Startup picture display method, terminal and storage medium |
WO2021092260A1 (en) * | 2019-11-05 | 2021-05-14 | Strong Force Vcn Portfolio 2019, Llc | Control tower and enterprise management platform for value chain networks |
-
2021
- 2021-10-15 CN CN202111201184.4A patent/CN113867879B/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090300483A1 (en) * | 2008-05-30 | 2009-12-03 | Julien Viet | Stylesheet conversion engine |
US20110321029A1 (en) * | 2010-06-24 | 2011-12-29 | Microsoft Corporation | Upgrade management of application components |
CN102937859A (en) * | 2012-10-19 | 2013-02-20 | 山东大学 | Realization method of desktop system based on Android operation system |
CN105549998A (en) * | 2015-12-15 | 2016-05-04 | Tcl集团股份有限公司 | Dynamic association upgrading method and system of terminal application program |
US20170220404A1 (en) * | 2016-02-01 | 2017-08-03 | Electro Industries/Gauge Tech | Devices, systems and methods for validating and upgrading firmware in intelligent electronic devices |
CN105701635A (en) * | 2016-03-15 | 2016-06-22 | 江阴中科今朝科技有限公司 | Logistics goods real-time tracking and management system based on mobile internet technology |
CN106251382A (en) * | 2016-08-05 | 2016-12-21 | 惠州Tcl移动通信有限公司 | The switching of picture style, camera render the realization method and system updated with theme |
CN107861827A (en) * | 2017-10-31 | 2018-03-30 | 努比亚技术有限公司 | Card screen detection method, mobile terminal and computer-readable recording medium |
CN109996119A (en) * | 2017-12-29 | 2019-07-09 | 深圳Tcl新技术有限公司 | Support method, smart television and the storage medium of multiple user interfaces style |
CN109766197A (en) * | 2018-12-29 | 2019-05-17 | 数源科技股份有限公司 | A kind of 4G module stability working method based on android system |
CN110018742A (en) * | 2019-04-03 | 2019-07-16 | 北京八亿时空信息工程有限公司 | A kind of network virtual touring system and its construction method |
CN110399195A (en) * | 2019-07-30 | 2019-11-01 | 努比亚技术有限公司 | A kind of desktop icons dynamic replacement method, equipment and computer readable storage medium |
CN112527425A (en) * | 2019-09-19 | 2021-03-19 | Oppo广东移动通信有限公司 | Startup picture display method, terminal and storage medium |
WO2021092260A1 (en) * | 2019-11-05 | 2021-05-14 | Strong Force Vcn Portfolio 2019, Llc | Control tower and enterprise management platform for value chain networks |
Non-Patent Citations (6)
Title |
---|
HANWEN LI ET AL: "A novel adaptive update method for over-stretching treatment in clothing animation", 《2012 INTERNATIONAL CONFERENCE ON COMPUTATIONAL PROBLEM-SOLVING (ICCP)》, pages 1 - 4 * |
喻毅 等: "网络监测Web后台管理系统的设计", 《电子世界》, no. 10, pages 1 - 3 * |
缪汉威: "Android启动优化研究及应用", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 5, pages 1 - 90 * |
胡思捷: "基于Android平台的触摸屏系统设计及实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 9, pages 1 - 120 * |
许剑琪: "基于Android移动终端的U盘系统的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 7, pages 1 - 66 * |
郭瑞祥 等: "双Android系统AudioFramework及驱动设计", 《微型电脑应用》, vol. 35, no. 7, pages 86 - 88 * |
Also Published As
Publication number | Publication date |
---|---|
CN113867879B (en) | 2023-09-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112165642B (en) | Display device | |
US20140181497A1 (en) | User interface with splash screen | |
CN112764627B (en) | Upgrade package installation progress display method and display device | |
US9395972B2 (en) | Customizing an operating system installer via a web-based interface | |
CN107368232A (en) | A kind of display control method, electronic equipment and computer-readable recording medium | |
CN108174255A (en) | Smart television starting-up method, smart television and computer readable storage medium | |
CN113721955A (en) | Vehicle upgrading method, device, equipment and storage medium | |
CN111414205A (en) | Multi-screen linkage starting-up animation display system and implementation method | |
US20200301992A1 (en) | Page updating method and display device | |
US11526363B2 (en) | Electronic apparatus and control method thereof | |
CN113867879A (en) | Android-based system style deep customization method | |
CN111984167B (en) | Quick naming method and display device | |
CN106897102B (en) | Intelligent terminal working mode configuration method and device and intelligent terminal | |
JP2006350469A (en) | Navigation device | |
CN112616090B (en) | Display equipment system upgrading method and display equipment | |
CN114222014A (en) | Method and device for switching ROM system by cloud mobile phone | |
CN113495654B (en) | Control display method and display device | |
CN113360194B (en) | Python-based drive generation method and system and electronic equipment | |
CN110908624A (en) | Control method and system for screen abnormal display | |
CN105930041B (en) | Menu generation method and device based on liquid crystal display | |
CN106648519B (en) | Method for detecting actual display effect of picture for instrument | |
CN115904295B (en) | Multi-screen display control method, device, medium, system, chip and panel | |
CN102841779A (en) | Window system management method and device based on instant messaging open platform | |
CN108109600A (en) | Screen display treating method and apparatus | |
CN111930410B (en) | Display equipment and idle time upgrading method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |