WO2018006537A1 - Time display method and smart watch - Google Patents

Time display method and smart watch Download PDF

Info

Publication number
WO2018006537A1
WO2018006537A1 PCT/CN2016/107499 CN2016107499W WO2018006537A1 WO 2018006537 A1 WO2018006537 A1 WO 2018006537A1 CN 2016107499 W CN2016107499 W CN 2016107499W WO 2018006537 A1 WO2018006537 A1 WO 2018006537A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
bitmap
time bitmap
memory
currently displayed
Prior art date
Application number
PCT/CN2016/107499
Other languages
French (fr)
Chinese (zh)
Inventor
姚铁锐
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to JP2019500464A priority Critical patent/JP2019527822A/en
Publication of WO2018006537A1 publication Critical patent/WO2018006537A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power

Definitions

  • Embodiments of the present invention relate to the field of communications technologies, and in particular, to a time display method and a smart watch.
  • smart watches are widely used. At present, there are more and more functions on smart watches. For example, smart watches can display daily life information such as time, date and weather.
  • applications can be installed on smart phones, such as instant messaging applications and news applications. Programs, financial applications, calling applications or camera applications, and more.
  • the system of the smart watch is always in working state, that is, the smart watch always displays the above-mentioned daily information, and runs the installed application. This will result in a large power consumption of the smart watch and a short battery life.
  • an embodiment of the present invention provides a time display method, including:
  • the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap.
  • the embodiment of the invention further provides a smart watch, comprising:
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores one or more programs executable by a computer, and when the one or more programs are executed by the computer, the computer is executed as described above.
  • a time display method is provided.
  • FIG. 3 is a schematic flow chart of another time display method according to an embodiment of the present invention.
  • FIG. 5 is a schematic flowchart diagram of another time display method according to an embodiment of the present invention.
  • FIG. 9 is a schematic structural diagram of another smart watch according to an embodiment of the present invention.
  • the time bitmap stored in the memory may be that the system stores multiple time bitmaps in the memory before entering the sleep, and each time bitmap represents a time, so that the system does not wake up when the system sleeps. It is possible to update the time. For example, as shown in FIG. 2, a time bitmap is included every one minute from 00:00 to 23:59. Of course, in some scenarios, a 12-time system can also be used, which is not limited thereto. These time bitmaps can be binary bitmaps, for example, converting a 24-hour or 12-hour time series into a binary bitmap and storing them in memory in order.
  • the above system enters sleep can be understood as the system of the smart watch does not start, which can save the power consumption of the smart watch to achieve the purpose of power saving.
  • the time difference represented by any two consecutively stored time bitmaps in the plurality of time bitmaps may be the same, for example, one time bitmap every one minute.
  • the preset time may be equal to the difference between the times represented by any two consecutively stored time bitmaps in the plurality of time bitmaps. For example, step S102 is performed once every minute.
  • the time bitmap of the current time is read from the memory, the time bitmap is displayed, and the control system enters hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap is stored. Representing a time, and the plurality of time bitmaps are stored in chronological order; every other preset time, reading a next time bitmap of the currently displayed time bitmap in the memory, and displaying the currently displayed time bit The graph is refreshed as the time bitmap of the current read. In this way, the system can update and display the time in the sleep state, so as to reduce the power consumption of the smart watch and prolong the battery life.
  • Step S301 Read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents one Time, and the plurality of time bitmaps are stored in chronological order.
  • the current offset at this time is the current time in step S302.
  • the offset of the time bitmap from the time bitmap of the next time For example, the time bitmap of the current time in step S302 is 00:00, then, in the first execution of step S302, the current offset is a time bitmap of 00:00 and a time bitmap of 00:01. Offset, thereby reading the time bitmap of 00:01 based on the offset.
  • the current offset at the time of the first execution may be set when the step S301 is executed. For example, when the time bitmap of the current time is read in step S301, the current offset is set, so that step S302 is at the first This current offset can be used when it is executed.
  • the current offset is the offset between the time bitmap currently displayed in the memory and the next time bitmap, such that as the currently displayed time bitmap is constantly changing, the current offset is also constantly changing, such that The next time bitmap that can be read is also constantly changing.
  • Step S303 Refresh the currently displayed time bitmap to the currently read time bitmap, and update the current offset.
  • the time bitmap currently read in step S303 is the time bitmap read in step S302. That is, step S302 refreshes the currently displayed time bitmap to the time bitmap currently read in step S302.
  • the currently displayed time bitmap is 11:11, and 11:12 is read when step S302 is performed, so that step S303 refreshes 11:11 to 11:12.
  • the current offset is the offset of the currently displayed time bitmap and the next time bitmap in the memory
  • the currently displayed time bitmap is refreshed to the currently read time bitmap in step S302.
  • the time bitmap currently displayed at this time is the refreshed time bitmap, so that the current offset is updated in step S303 to be the offset of the refreshed time bitmap and the next time bitmap.
  • 11:11 is refreshed to 11:12.
  • S303 updates the current offset to use the offset in memory of 11:12 and 11:13 as the current offset, thereby ensuring that step S302 is read each time.
  • the time is read using the updated current offset.
  • Step S304 the step of periodically reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time.
  • step S302 and step S303 can be executed in a loop according to the above preset time by step S304.
  • the currently displayed time bitmap is 11:11, so step S302 reads 11:12, step S303 refreshes 11:11 to 11:12; after 1 minute interval, the trigger step is repeated.
  • the time bitmap currently displayed at this time is 11:12, so that step S302 reads 11:13, step S303 refreshes 11:12 to 11:13; after 1 minute interval, step S302 is triggered again.
  • the currently displayed time bitmap is 11:13, so step S302 reads 11:14, Step S303 refreshes 11:13 to 11:14, which is continuously executed, so that a complete display of all time can be achieved.
  • the step of periodically triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered by the preset time period, which may include:
  • the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every time the preset timing interrupt is interrupted.
  • the preset timing interrupt may be interrupted every preset time set in advance. For example, the interrupt is performed every 1 minute, that is, the step S302 may be triggered every 1 minute. Of course, the step S302 is performed every time. Step S303 is performed once.
  • step S302 is triggered every predetermined time by interrupting, so that the system of the smart watch does not need to be opened to save the power of the smart phone.
  • the step of triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset when the preset timing interrupt is interrupted may include:
  • the method further includes:
  • the preset timing interrupt can be set to set the CPU to a preset low-power working mode every time the interrupt is interrupted, so that the power can be saved, wherein the preset low-power working mode can be preset by the user, or Smart watches default and so on.
  • the CPU is stopped, and the memory and the display screen are set to a preset power saving mode, so that when the time refresh is completed, the CPU is stopped to further save power. And setting the memory and display screen to the preset power saving mode can further save power and extend the battery life of the smart watch.
  • the preset power saving mode may be preset by the user, or the default of the smart watch, such as a single core minimum frequency, which is not limited thereto.
  • the foregoing time bitmap for reading the current time from the memory, and displaying the time bitmap may include:
  • the refreshing the currently displayed time bitmap to the current read time bitmap includes:
  • the currently displayed time bitmap superimposed on the background bitmap is refreshed to the currently read time bitmap.
  • the time bitmap overlay can be displayed on the background bitmap, and at the refresh time, only the time bitmap superimposed on the background bitmap is refreshed, and the background bitmap is always maintained, thereby reducing power consumption. Thereby saving electricity.
  • the background bitmap is displayed in the background area, and the time bitmap is displayed in the time display area.
  • the background bitmap may be a binary bitmap that converts a background image pre-selected by the user and stored in the memory.
  • the above method may be performed by the smart watch in the constant light mode.
  • a plurality of optional implementation manners are added on the basis of the method shown in FIG. 1, which can reduce the power consumption of the smart watch and prolong the battery life.
  • the embodiment of the present invention provides a time display method, including the steps shown in FIG. 5.
  • the embodiment may further provide a system block diagram of a smart watch. As shown in FIG. 6, including a sleep module, a wake-up module, and a timer interrupt generation module. Block, interrupt processing module, CPU module, bitmap module, LCD module and refresh time interrupt service module, wherein:
  • the timer interrupt generation module is set to generate an interrupt every minute.
  • the bitmap module is configured to convert the background image selected by the user into a binary bitmap and store it in the memory, and convert all the time to be displayed into a binary bitmap and store it in the memory, and when the system is sleeping, according to the current time and
  • the currently selected background bitmap generates an initial bitmap that is flushed to the LCD during sleep to determine and save the bitmap offset for the next refresh.
  • the interrupt handling module is set to receive an interrupt and notify the CPU to work.
  • the CPU module is set to execute the refresh time interrupt service module content.
  • the LCD module is set to receive the transmitted time bitmap and display it.
  • the hibernation module is set to put the system into hibernation, and superimposes the current time bitmap and the background bitmap selected by the user in the process of hibernation to generate the first time bitmap when sleeping, and refreshes to the LCD.
  • the background bitmap is no longer refreshed, and only the time bitmap is sent to update the time display area.
  • the wake-up module is set to wake up the system when the wake-up source is received, and stop the refresh time interrupt service module.
  • FIG. 6 is only an example in the embodiment of the present invention. Some modules included in the system may be virtual modules, and other modules that can be combined with hardware or hardware modules. The embodiment of the present invention is not limited thereto.
  • step S501 the initial system is in the working mode.
  • Step S502 the user sets the system to the constant light mode, selects the background image and the selection when sleeping. Time bitmap style when sleeping.
  • This step can be understood as the style of the time bitmap when the smart watch responds to the user input to set the system to the always-on mode, and receives the user-selected operation selection background image, and receives the user-entered operation to select sleep.
  • Step S503 converting the sequence of the selected background image and the time bitmap into a binary bitmap and storing the data in the memory.
  • the step can be implemented by a bitmap module.
  • Step S504 When the system enters sleep mode, if the current is in the constant light mode, the backlight is set to be always bright, and according to the current time, the corresponding time bitmap is overlaid on the background bitmap, and the generated bitmap is refreshed to the screen. And record the time bitmap offset to be refreshed next time, the system finally goes to sleep.
  • the above screen may be an LCD screen.
  • the offset of the time bitmap to be refreshed next time can be understood as the offset of the currently displayed time bitmap and the next time bitmap in the memory, that is, the current offset introduced in the above embodiment.
  • step S505 the timer interrupt generates an interrupt, and the CPU starts to work.
  • the CPU can execute the refresh time interrupt service module.
  • Step S506 setting the CPU to a low-power operation mode, so that the memory and the LCD are in the working mode; according to the current bitmap offset to be refreshed, taking out the time bitmap, refreshing to the time display area, and updating the time to be refreshed next time. Bitmap offset.
  • the step can be implemented by a refresh time interrupt service module.
  • Step S507 After the time is refreshed, the memory and the LCD are in the power saving mode, and the CPU is notified to stop working.
  • the step can be implemented by a refresh time interrupt service module.
  • Step S508 generating a new timing interrupt.
  • the system is not woken up, only the time is refreshed, and the system is still in a sleep state.
  • Step S509 Receive an interrupt of the wake-up system, and stop the operation of the refresh time interrupt service module. Wake up the system and the system is in full working mode.
  • the effect of implementing the refresh time without waking up the system can be achieved, so that the purpose of power saving in such a scenario can be achieved.
  • an embodiment of the present invention provides a smart watch
  • the smart watch 70 includes:
  • the control module 71 is configured to read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, each time bit The figure represents a time, and the plurality of time bitmaps are stored in chronological order;
  • the display module 72 is configured to read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
  • the display module 72 includes:
  • the reading unit 721 is configured to read a next time bitmap of the time bitmap currently displayed in the memory according to the current offset, wherein the current offset is the currently displayed time bitmap and the next time bitmap The offset in the memory;
  • the display unit 722 refreshes the currently displayed time bitmap to the currently read time bitmap, and updates the current offset
  • the triggering unit 723 is configured to cyclically trigger the reading unit to perform an operation of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset.
  • the triggering unit 723 may be configured to trigger the reading unit to perform the next time bitmap of the time bitmap currently displayed in the memory according to the current offset when the preset timing interrupt is interrupted once. Operation.
  • the triggering unit 723 may be configured to, when the preset timing interrupt is interrupted once, to perform the reading of the current bitmap displayed in the memory according to the current offset.
  • the CPU of the step of the time bitmap is set to a preset low power operation mode, and the memory and the display screen for representing the time bitmap are set to the working mode, and the reading unit is triggered to perform the current according to the current Offsetting the operation of reading the next time bitmap of the time bitmap currently displayed in the memory;
  • the smart watch 70 may further include:
  • the setting module 73 is configured to: when the currently displayed time bitmap is refreshed to the currently read time bitmap, and update the current offset, stop the CPU, and set the memory and display to Preset power save mode.
  • control module 71 may be configured to read a time bitmap and a background bitmap of the current time from the memory, and display the time bitmap and the background in a manner that the time bitmap is superimposed on the background position. bitmap;
  • the display module 72 can be configured to refresh the currently displayed time bitmap superimposed on the background bitmap to a currently read time bitmap.
  • the smart watch 70 can implement the various processes implemented by the smart watch in the method embodiments of FIG. 1 to FIG. 5, and can achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap.
  • the preset time bitmap of the currently displayed time bitmap in the memory is read every preset time, and the currently displayed time bitmap is refreshed to the currently read time bitmap, including :
  • Reading the next time bit of the time bitmap currently displayed in the memory according to the current offset The map, wherein the current offset is an offset of a currently displayed time bitmap and a next time bitmap in the memory;
  • the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time.
  • the step of cyclically triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time, including:
  • the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every time the preset timing interrupt is interrupted.
  • the step of triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered when the preset timing interrupt is interrupted once, including:
  • the method further includes:
  • the time bitmap of the current time is read from the memory, and the time bitmap is displayed, including:
  • the refreshing the currently displayed time bitmap to the current read time bitmap includes:
  • Embodiments of the present invention also provide a storage medium.
  • the foregoing storage medium may be configured to store program code for performing the following steps:
  • S2 Read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
  • the storage medium is further arranged to store program code for performing the following steps:
  • the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory.
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • a mobile hard disk e.g., a hard disk
  • magnetic memory e.g., a hard disk
  • the time bitmap of the current time is read from the memory, the time bitmap is displayed, and the control system enters hibernation, wherein at least a plurality of time bitmaps are stored in the memory, each time bit The figure represents a time, and the plurality of time bitmaps are stored in chronological order; Every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap. In this way, the system can update and display the time in the sleep state, so as to reduce the power consumption of the smart watch and prolong the battery life.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Electric Clocks (AREA)
  • User Interface Of Digital Computer (AREA)
  • Microcomputers (AREA)

Abstract

A time display method and a smart watch. The method may comprise: reading, from a memory, a time bitmap of a current time; displaying the time bitmap and controlling a system so same enters dormancy (S101), wherein the memory at least stores a plurality of time bitmaps, each time bitmap represents a time, and the plurality of time bitmaps is stored according to a time sequence order; and reading the next time bitmap of the currently displayed time bitmap in the memory at each pre-set time, and refreshing the currently displayed time bitmap so same is the currently read time bitmap (S102). By means of the method, the power consumption of the smart watch can be reduced, and the duration time of a battery is prolonged.

Description

一种时间显示方法和智能手表Time display method and smart watch 技术领域Technical field
本发明实施例涉及通信技术领域,特别涉及一种时间显示方法和智能手表。Embodiments of the present invention relate to the field of communications technologies, and in particular, to a time display method and a smart watch.
背景技术Background technique
随着电子技术的发展,目前智能手表被广泛得到应用。而且目前智能手表上具备的功能也越来越多,如智能手表上可以显示时间、日期和天气等日常生活信息,另外,智能手机上还可以安装应用程序,例如:即时通讯应用程序、新闻应用程序、财经应用程序、拨打电话应用程序或者相机应用程序等等。在实际应用中,智能手表的系统一直是处于工作状态,即智能手表一直会显示上述日常信息,以及运行安装的应用程序。这样就会导致智能手表的功耗很大,电池续航时间比较短。With the development of electronic technology, smart watches are widely used. At present, there are more and more functions on smart watches. For example, smart watches can display daily life information such as time, date and weather. In addition, applications can be installed on smart phones, such as instant messaging applications and news applications. Programs, financial applications, calling applications or camera applications, and more. In practical applications, the system of the smart watch is always in working state, that is, the smart watch always displays the above-mentioned daily information, and runs the installed application. This will result in a large power consumption of the smart watch and a short battery life.
发明内容Summary of the invention
本发明实施例的目的在于提供一种时间显示方法和智能手表,解决了智能手表的功耗很大,电池续航时间比较短的问题。An object of the embodiments of the present invention is to provide a time display method and a smart watch, which solve the problem that the power consumption of the smart watch is large and the battery life is relatively short.
为了达到上述目的,本发明实施例提供一种时间显示方法,包括:In order to achieve the above objective, an embodiment of the present invention provides a time display method, including:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;Reading a time bitmap of the current time from the memory, displaying the time bitmap, and controlling the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents a time, and The plurality of time bitmaps are stored in chronological order;
每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。Every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap.
本发明实施例还提供一种智能手表,包括:The embodiment of the invention further provides a smart watch, comprising:
控制模块,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储; a control module, configured to read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap Representing a time, and the plurality of time bitmaps are stored in chronological order;
显示模块,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。The display module is configured to read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
本发明实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行的一个或多个程序,所述一个或多个程序被所述计算机执行时使所述计算机执行如上述提供的一种时间显示方法。The embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores one or more programs executable by a computer, and when the one or more programs are executed by the computer, the computer is executed as described above. A time display method is provided.
上述技术方案中的一个技术方案具有如下优点或有益效果:One of the above technical solutions has the following advantages or benefits:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现系统在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。Reading a time bitmap of the current time from the memory, displaying the time bitmap, and controlling the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents a time, and The plurality of time bitmaps are stored in chronological order; every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed as the current read. Take the time bitmap. In this way, the system can update and display the time in the sleep state, so as to reduce the power consumption of the smart watch and prolong the battery life.
附图说明DRAWINGS
图1是本发明实施例提供的一种时间显示方法的流程示意图;1 is a schematic flowchart of a time display method according to an embodiment of the present invention;
图2是本发明实施例提供的一种时间位图的示意图;2 is a schematic diagram of a time bitmap provided by an embodiment of the present invention;
图3是本发明实施例提供的另一种时间显示方法的流程示意图;3 is a schematic flow chart of another time display method according to an embodiment of the present invention;
图4是本发明实施例提供的一种背景位置和时间位图的示意图;4 is a schematic diagram of a background position and a time bitmap according to an embodiment of the present invention;
图5是本发明实施例提供的另一种时间显示方法的流程示意图;FIG. 5 is a schematic flowchart diagram of another time display method according to an embodiment of the present invention; FIG.
图6是本发明实施例提供的一种系统的框图;6 is a block diagram of a system according to an embodiment of the present invention;
图7是本发明实施例提供的一种智能手表的结构示意图;7 is a schematic structural diagram of a smart watch according to an embodiment of the present invention;
图8是本发明实施例提供的另一种智能手表的结构示意图;FIG. 8 is a schematic structural diagram of another smart watch according to an embodiment of the present invention; FIG.
图9是本发明实施例提供的另一种智能手表的结构示意图。FIG. 9 is a schematic structural diagram of another smart watch according to an embodiment of the present invention.
具体实施方式detailed description
为使本发明要解决的技术问题、技术方案和优点更加清楚,下面将结合附图及具体实施例进行详细描述。 The technical problems, the technical solutions, and the advantages of the present invention will be more clearly described in the following description.
如图1所示,本发明实施例提供一种时间显示方法,包括以下步骤:As shown in FIG. 1 , an embodiment of the present invention provides a time display method, including the following steps:
步骤S101、从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储。Step S101: Read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents one Time, and the plurality of time bitmaps are stored in chronological order.
本实施例中,上述内存中存储的时间位图可以是系统在进入休眠前,将多个时间位图存储在上述内存中,每个时间位图表示一个时间,从而在系统休眠时不用唤醒系统就可以更新时间。例如:如图2所示,包括从时间00:00至23:59中每隔一分钟一个时间位图。当然,在一些场景中也可以采用12时间制的,对此不作限定。这些时间位图可以是二进制位图,例如:将24小时或者12小时制的时间序列转换成二进制位图,并按顺序存储在内存中。当然,在一些场景中上述时间位图也可以是表盘格式的,即上述每个时间位图可以是指示一个时间的完整表盘的位图,当然,为了节约内存,上述时间位图还可以是表盘的表针,即每次更新时只需要更新表针即可,而表盘静态部分则可以一直变。In this embodiment, the time bitmap stored in the memory may be that the system stores multiple time bitmaps in the memory before entering the sleep, and each time bitmap represents a time, so that the system does not wake up when the system sleeps. It is possible to update the time. For example, as shown in FIG. 2, a time bitmap is included every one minute from 00:00 to 23:59. Of course, in some scenarios, a 12-time system can also be used, which is not limited thereto. These time bitmaps can be binary bitmaps, for example, converting a 24-hour or 12-hour time series into a binary bitmap and storing them in memory in order. Certainly, in some scenarios, the time bitmap may also be in a dial format, that is, each time bitmap may be a bitmap indicating a complete dial of a time. Of course, in order to save memory, the time bitmap may also be a dial. The hands of the hands, that is, only need to update the hands every time the update, and the static part of the dial can always change.
另外,上述系统进入休眠可以理解为智能手表的系统不启动,这样可以节约智能手表的功耗,以达到省电的目的。In addition, the above system enters sleep can be understood as the system of the smart watch does not start, which can save the power consumption of the smart watch to achieve the purpose of power saving.
步骤S102、每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。Step S102: Read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
本实施例中,上述多个时间位图中任意两个连续存储的时间位图表示的时间之差可以是相同的,例如:每间隔一分钟一个时间位图。另外,上述预设时间可以等于上述多个时间位图中任意两个连续存储的时间位图表示的时间之差。例如:每一分钟执行一次步骤S102。In this embodiment, the time difference represented by any two consecutively stored time bitmaps in the plurality of time bitmaps may be the same, for example, one time bitmap every one minute. In addition, the preset time may be equal to the difference between the times represented by any two consecutively stored time bitmaps in the plurality of time bitmaps. For example, step S102 is performed once every minute.
需要说明的是,由于步骤S102是循环执行的,即每个执行时当前显示的时间位图都是不一样的,这样可以实现每次执行时当前读取和刷新的时间位图也是不同的。例如:以一分钟间隔为例,第一次执行时,当前显示的时间位图为00:00,那么,第一次读取的时间位图就是00:01,即第一次将00:00刷新为00:01;第二次执行时,当前显示的时间位图为00:01, 那么,第二次读取的时间位图就是00:02,即第二次将00:01刷新为00:02,一直这样执行,从而可以显示完整的时间。当然,如果当前显示的时间位图为内存中存储的最后一个位图时,例如:23:59,那么,此时就读取第一个时间位图,例如:00:00,并刷新。It should be noted that since the step S102 is executed cyclically, that is, the time bitmap currently displayed at each execution is different, so that the time bitmap of the current read and refresh at each execution can be different. For example, taking a one-minute interval as an example, when the first time execution, the currently displayed time bitmap is 00:00, then the time bitmap for the first reading is 00:01, that is, the first time will be 00:00. Refreshed to 00:01; the second time execution, the currently displayed time bitmap is 00:01, Then, the time bitmap of the second read is 00:02, that is, the second time 00:01 is refreshed to 00:02, and this is always performed, so that the complete time can be displayed. Of course, if the currently displayed time bitmap is the last bitmap stored in memory, for example: 23:59, then the first time bitmap is read, for example: 00:00, and refreshed.
本实施例中,上述方法可以应用于智能手表。In this embodiment, the above method can be applied to a smart watch.
本实施例中,从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现系统在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。In this embodiment, the time bitmap of the current time is read from the memory, the time bitmap is displayed, and the control system enters hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap is stored. Representing a time, and the plurality of time bitmaps are stored in chronological order; every other preset time, reading a next time bitmap of the currently displayed time bitmap in the memory, and displaying the currently displayed time bit The graph is refreshed as the time bitmap of the current read. In this way, the system can update and display the time in the sleep state, so as to reduce the power consumption of the smart watch and prolong the battery life.
如图3所示,本发明实施例提供另一种时间显示方法,包括以下步骤:As shown in FIG. 3, an embodiment of the present invention provides another time display method, including the following steps:
步骤S301、从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储。Step S301: Read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents one Time, and the plurality of time bitmaps are stored in chronological order.
步骤S302、根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移。Step S302: Read a next time bitmap of the time bitmap currently displayed in the memory according to the current offset, where the current offset is the currently displayed time bitmap and the next time bitmap in the memory. The offset in .
本实施例中,由于时间位图都存在内存中,那么,时间位图之间就会存偏移,而当前偏移是内存中当前显示的时间位图与下一个时间位图的偏移,从而可以根据该当前偏移读取下一个时间位图。In this embodiment, since the time bitmaps are all in the memory, the offsets are stored between the time bitmaps, and the current offset is the offset between the currently displayed time bitmap and the next time bitmap in the memory. Thereby the next time bitmap can be read based on the current offset.
例如:步骤S302在第一次执行时,那么,当前显示的时间位图为步骤S302中的上述当前时间的时间位图,那么,此时的上述当前偏移就是步骤S302中的上述当前时间的时间位图与下一个时间的时间位图的偏移。例如:步骤S302中的上述当前时间的时间位图是00:00,那么,步骤S302在第一次执行时,上述当前偏移就是00:00的时间位图与00:01的时间位图的偏移,从而根据该偏移读取00:01的时间位图。另外,在步骤S302 第一次执行时的当前偏移可以是在步骤S301执行时设置好的,例如:在步骤S301中读取上述当前时间的时间位图时,就设置好当前偏移,从而步骤S302在第一次执行时就可以使用该当前偏移。For example, when the step S302 is executed for the first time, then the currently displayed time bitmap is the time bitmap of the current time in step S302, then the current offset at this time is the current time in step S302. The offset of the time bitmap from the time bitmap of the next time. For example, the time bitmap of the current time in step S302 is 00:00, then, in the first execution of step S302, the current offset is a time bitmap of 00:00 and a time bitmap of 00:01. Offset, thereby reading the time bitmap of 00:01 based on the offset. In addition, in step S302 The current offset at the time of the first execution may be set when the step S301 is executed. For example, when the time bitmap of the current time is read in step S301, the current offset is set, so that step S302 is at the first This current offset can be used when it is executed.
另外,当前偏移为在所述内存中当前显示的时间位图与下一个时间位图的偏移,这样随着当前显示的时间位图一直在变化,从而当前偏移也是一直在变化,这样就可以实现读取的下一个时间位图也是一直变化的。In addition, the current offset is the offset between the time bitmap currently displayed in the memory and the next time bitmap, such that as the currently displayed time bitmap is constantly changing, the current offset is also constantly changing, such that The next time bitmap that can be read is also constantly changing.
步骤S303、将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移。Step S303: Refresh the currently displayed time bitmap to the currently read time bitmap, and update the current offset.
其中,步骤S303中当前读取的时间位图就是步骤S302读取的时间位图,即步骤S302将当前显示的时间位图刷新为步骤S302当前读取的时间位图。例如:当前显示的时间位图是11:11,在执行步骤S302时就读取到11:12,从而步骤S303将11:11刷新为11:12。The time bitmap currently read in step S303 is the time bitmap read in step S302. That is, step S302 refreshes the currently displayed time bitmap to the time bitmap currently read in step S302. For example, the currently displayed time bitmap is 11:11, and 11:12 is read when step S302 is performed, so that step S303 refreshes 11:11 to 11:12.
另外,由于当前偏移为当前显示的时间位图与下一个时间位图的在所述内存中的偏移,这样在步骤S302中将当前显示的时间位图刷新为当前读取的时间位图时,那么,此时当前显示的时间位图为刷新后的时间位图,从而步骤S303中更新上述当前偏移为刷新后的时间位图与下一个时间位图的偏移。例如:步骤S303将11:11刷新为11:12,那么,S303更新当前偏移是将11:12与11:13的在内存中的偏移作为当前偏移,从而保证步骤S302每次读取时都是采用更新后的当前偏移进行读取的。In addition, since the current offset is the offset of the currently displayed time bitmap and the next time bitmap in the memory, the currently displayed time bitmap is refreshed to the currently read time bitmap in step S302. Then, the time bitmap currently displayed at this time is the refreshed time bitmap, so that the current offset is updated in step S303 to be the offset of the refreshed time bitmap and the next time bitmap. For example, in step S303, 11:11 is refreshed to 11:12. Then, S303 updates the current offset to use the offset in memory of 11:12 and 11:13 as the current offset, thereby ensuring that step S302 is read each time. The time is read using the updated current offset.
步骤S304、每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。Step S304, the step of periodically reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time.
通过步骤S304就可以按照上述预设时间循环执行上述步骤S302,以及步骤S303。例如:步骤S302第一次执行时,当前显示的时间位图是11:11,从而步骤S302读取11:12,步骤S303将11:11刷新为11:12;间隔1分钟后,再触发步骤S302,则此时当前显示的时间位图是11:12,从而步骤S302读取11:13,步骤S303将11:12刷新为11:13;间隔1分钟后,再触发步骤S302,则此时当前显示的时间位图是11:13,从而步骤S302读取11:14, 步骤S303将11:13刷新为11:14,这样持续执行,从而可以实现完整的显示所有时间。The above step S302 and step S303 can be executed in a loop according to the above preset time by step S304. For example, when the first execution of step S302 is performed, the currently displayed time bitmap is 11:11, so step S302 reads 11:12, step S303 refreshes 11:11 to 11:12; after 1 minute interval, the trigger step is repeated. S302, the time bitmap currently displayed at this time is 11:12, so that step S302 reads 11:13, step S303 refreshes 11:12 to 11:13; after 1 minute interval, step S302 is triggered again. The currently displayed time bitmap is 11:13, so step S302 reads 11:14, Step S303 refreshes 11:13 to 11:14, which is continuously executed, so that a complete display of all time can be achieved.
可选的,上述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,可以包括:Optionally, the step of periodically triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered by the preset time period, which may include:
在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。The step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every time the preset timing interrupt is interrupted.
其中,上述预设定时中断可以为预先设置的每隔预设时间进行中断,例如:每隔1分钟进行一次中断,即可以实现每隔1分钟触发一次步骤S302,当然,每执行一次步骤S302就会执行一次步骤S303。The preset timing interrupt may be interrupted every preset time set in advance. For example, the interrupt is performed every 1 minute, that is, the step S302 may be triggered every 1 minute. Of course, the step S302 is performed every time. Step S303 is performed once.
该实施方式中,通过中断来实现每隔预设时间触发步骤S302的执行,从而不需要开起智能手表的系统,以节省智能手机的电量。In this embodiment, the execution of step S302 is triggered every predetermined time by interrupting, so that the system of the smart watch does not need to be opened to save the power of the smart phone.
可选的,该实施方式中,上述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,可以包括:Optionally, in the embodiment, the step of triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset when the preset timing interrupt is interrupted may include:
在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;Setting the CPU for performing the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset to a preset low power operation when the preset timing interrupt is interrupted once a mode, and setting the memory and the display screen for representing the time bitmap to an operational mode, and triggering the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset ;
所述方法还包括:The method further includes:
在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。When the currently displayed time bitmap is refreshed to the currently read time bitmap and the current offset is updated, the CPU is stopped, and the memory and display are set to the preset power saving mode.
该实施方式中,可以实现预设定时中断每中断一次时将CPU设置为预设低功耗工作模式,这样可以节约电量,其中,预设低功耗工作模式可以预先由用户设置好的,或者智能手表默认的等等。In this implementation manner, the preset timing interrupt can be set to set the CPU to a preset low-power working mode every time the interrupt is interrupted, so that the power can be saved, wherein the preset low-power working mode can be preset by the user, or Smart watches default and so on.
另外,由于在将当前显示的时间位图刷新为当前读取的时间位图,并 更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式,这样可以实现当时间刷新完成后,将CPU停止工作,以进一步节约电量,且将所述内存和显示屏设置为预设省电模式也可以进一步节约电量,延长智能手表的电池续航时间。其中,上述预设省电模式可以是用户预先设置好的,或者智能手表默认,如单核最低频,对此不作限定。In addition, since the currently displayed time bitmap is refreshed to the current read time bitmap, and When the current offset is updated, the CPU is stopped, and the memory and the display screen are set to a preset power saving mode, so that when the time refresh is completed, the CPU is stopped to further save power. And setting the memory and display screen to the preset power saving mode can further save power and extend the battery life of the smart watch. The preset power saving mode may be preset by the user, or the default of the smart watch, such as a single core minimum frequency, which is not limited thereto.
可选的,上述从内存中读取当前时间的时间位图,显示所述时间位图,可以包括:Optionally, the foregoing time bitmap for reading the current time from the memory, and displaying the time bitmap, may include:
从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;Reading a time bitmap and a background bitmap of the current time from the memory, and displaying the time bitmap and the background bitmap in a manner that the time bitmap is superimposed on the background position;
所述将当前显示的时间位图刷新为当前读取的时间位图,包括:The refreshing the currently displayed time bitmap to the current read time bitmap includes:
将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。The currently displayed time bitmap superimposed on the background bitmap is refreshed to the currently read time bitmap.
该实施方式中,可以实现时间位图叠加在背景位图上显示,且在刷新时间时,只刷新叠加在背景位图上的时间位图,而背景位图一直保持,这样可以减少功耗,从而节约电量。其中,背景位图和时间位图的示意可以参见图4所示,背景位图显示在背景区域,而时间位图显示在时间显示区域。另外,上述背景位图可以是将用户预先选择的背景图像转换二进制位图,并存储在内存中。In this implementation manner, the time bitmap overlay can be displayed on the background bitmap, and at the refresh time, only the time bitmap superimposed on the background bitmap is refreshed, and the background bitmap is always maintained, thereby reducing power consumption. Thereby saving electricity. For the illustration of the background bitmap and the time bitmap, as shown in FIG. 4, the background bitmap is displayed in the background area, and the time bitmap is displayed in the time display area. In addition, the background bitmap may be a binary bitmap that converts a background image pre-selected by the user and stored in the memory.
另外,本实施例中,上述方法可以是智能手表处于常亮模式下执行的。In addition, in this embodiment, the above method may be performed by the smart watch in the constant light mode.
当然,该实施方式中,同样可以应用到图1所示的实施例中,且能达到相同有益效果。Of course, in this embodiment, the same can be applied to the embodiment shown in FIG. 1 and the same advantageous effects can be achieved.
本实施例中,在图1所示的基础上增加了多种可选的实施方式,都可以实现降低智能手表的功耗,延长电池续航时间。In this embodiment, a plurality of optional implementation manners are added on the basis of the method shown in FIG. 1, which can reduce the power consumption of the smart watch and prolong the battery life.
如图5所示,本发明实施例提供一种时间显示方法,包括图5所示的步骤,另外,在描述图5所示的方式时,本实施例还可以提供一种智能手表的系统框图,如图6所示,包括休眠模块、唤醒模块、定时中断产生模 块、中断处理模块、CPU模块、位图模块、LCD模块和刷新时间中断服务模块,其中:As shown in FIG. 5, the embodiment of the present invention provides a time display method, including the steps shown in FIG. 5. In addition, when describing the mode shown in FIG. 5, the embodiment may further provide a system block diagram of a smart watch. As shown in FIG. 6, including a sleep module, a wake-up module, and a timer interrupt generation module. Block, interrupt processing module, CPU module, bitmap module, LCD module and refresh time interrupt service module, wherein:
定时中断产生模块,设置为每隔一分钟产生一次中断。The timer interrupt generation module is set to generate an interrupt every minute.
位图模块,设置为把用户选择的背景图转换成二进制位图保存于内存中,以及把所有需要显示的时间转换成二进制位图保存于内存中,以及在系统休眠的时候,根据当前时间和当前选择的背景位图,生成休眠时刷新到LCD的初始位图,以确定且保存下一次刷新的时间位图偏移。The bitmap module is configured to convert the background image selected by the user into a binary bitmap and store it in the memory, and convert all the time to be displayed into a binary bitmap and store it in the memory, and when the system is sleeping, according to the current time and The currently selected background bitmap generates an initial bitmap that is flushed to the LCD during sleep to determine and save the bitmap offset for the next refresh.
中断处理模块,设置为接收中断并通知CPU工作。The interrupt handling module is set to receive an interrupt and notify the CPU to work.
CPU模块,设置为执行刷新时间中断服务模块内容。The CPU module is set to execute the refresh time interrupt service module content.
刷新时间中断服务模块,设置为负责设置CPU为省电工作模式,譬如工作在单核最低频,以及设置LCD模块和内存模块为工作模式,并根据保存的时间位图偏移,取出当前要刷新的时间位图,发送到LCD模块上的时间显示区域,以及把位图偏移更新为下个要刷新的时间位图偏移。刷新时间中断服务模块处理完后,置LCD模块和内存为休眠模式后,通知CPU模块停止工作。The refresh time interrupt service module is set to be responsible for setting the CPU to the power-saving working mode, such as working at the lowest frequency of the single core, and setting the LCD module and the memory module to the working mode, and according to the saved time bitmap offset, the current refresh is required. The time bitmap is sent to the time display area on the LCD module and the bitmap offset is updated to the next time bitmap offset to be refreshed. After the refresh time interrupt service module is processed, after the LCD module and the memory are in the sleep mode, the CPU module is notified to stop working.
LCD模块,设置为接收发送来的时间位图并显示出来。The LCD module is set to receive the transmitted time bitmap and display it.
休眠模块,设置为使系统进入休眠,并在休眠的过程中把当前时间位图和用户选择的背景位图叠加产生休眠时的首个时间位图,刷新到LCD上。当系统在休眠过程中,再次刷新时间的时候,不再刷新背景位图,只发送时间位图来更新时间显示区域。The hibernation module is set to put the system into hibernation, and superimposes the current time bitmap and the background bitmap selected by the user in the process of hibernation to generate the first time bitmap when sleeping, and refreshes to the LCD. When the system refreshes the time during the sleep process, the background bitmap is no longer refreshed, and only the time bitmap is sent to update the time display area.
唤醒模块,设置为在接收到唤醒源的时候,唤醒系统,并停止刷新时间中断服务模块的工作。The wake-up module is set to wake up the system when the wake-up source is received, and stop the refresh time interrupt service module.
其中,需要说明的是,图6所示的系统仅是本发明实施例中的一个举例,该系统中包括的模块有些可以是虚拟模块,而另一些可以虚拟与硬件结合的模块,或者硬件模块,对此本发明实施例不作限定。It should be noted that the system shown in FIG. 6 is only an example in the embodiment of the present invention. Some modules included in the system may be virtual modules, and other modules that can be combined with hardware or hardware modules. The embodiment of the present invention is not limited thereto.
步骤S501、初始系统处于工作模式。In step S501, the initial system is in the working mode.
步骤S502、用户设置系统为常亮模式、选择休眠时的背景图和选择 休眠时时间位图样式。Step S502, the user sets the system to the constant light mode, selects the background image and the selection when sleeping. Time bitmap style when sleeping.
该步骤可以理解为智能手表响应用户输入的操作将系统设置为常亮模式,以及接收用户输入的操作选择背景图,以及接收用户输入的操作选择休眠时,时间位图的样式。This step can be understood as the style of the time bitmap when the smart watch responds to the user input to set the system to the always-on mode, and receives the user-selected operation selection background image, and receives the user-entered operation to select sleep.
步骤S503、将选择的背景图和时间位图的序列转换成二进制位图存储于内存中。Step S503, converting the sequence of the selected background image and the time bitmap into a binary bitmap and storing the data in the memory.
其中,该步骤可以是由位图模块实现的。Wherein, the step can be implemented by a bitmap module.
步骤S504、当系统进入休眠时,若当前为常亮模式,设置背光常亮,并根据当前时间,将对应的时间位图覆盖于背景位图之上,把生成的位图刷新到屏幕上,并记录下次要刷新的时间位图偏移,系统最后进入休眠。Step S504: When the system enters sleep mode, if the current is in the constant light mode, the backlight is set to be always bright, and according to the current time, the corresponding time bitmap is overlaid on the background bitmap, and the generated bitmap is refreshed to the screen. And record the time bitmap offset to be refreshed next time, the system finally goes to sleep.
其中,上述屏幕可以是LCD屏。另外,上述下次要刷新的时间位图的偏移可以理解为当前显示的时间位图与下一个时间位图在内存中的偏移,即上述实施例中介绍的当前偏移。Wherein, the above screen may be an LCD screen. In addition, the offset of the time bitmap to be refreshed next time can be understood as the offset of the currently displayed time bitmap and the next time bitmap in the memory, that is, the current offset introduced in the above embodiment.
步骤S505、定时中断产生中断,CPU开始工作。In step S505, the timer interrupt generates an interrupt, and the CPU starts to work.
在该步骤中,CPU开始工作时,CPU可以执行刷新时间中断服务模块。In this step, when the CPU starts working, the CPU can execute the refresh time interrupt service module.
步骤S506、设置CPU为低功耗工作模式,使内存和LCD处于工作模式;根据当前要刷新的时间位图偏移,取出时间位图,刷新到时间显示区域,以及更新下次要刷新的时间位图偏移。Step S506, setting the CPU to a low-power operation mode, so that the memory and the LCD are in the working mode; according to the current bitmap offset to be refreshed, taking out the time bitmap, refreshing to the time display area, and updating the time to be refreshed next time. Bitmap offset.
其中,该步骤可以由刷新时间中断服务模块实现。Wherein, the step can be implemented by a refresh time interrupt service module.
步骤S507、时间刷新完后,使内存和LCD处于省电模式,并通知CPU停止工作。Step S507: After the time is refreshed, the memory and the LCD are in the power saving mode, and the CPU is notified to stop working.
其中,该步骤可以由刷新时间中断服务模块实现。Wherein, the step can be implemented by a refresh time interrupt service module.
步骤S508、产生新的定时中断。Step S508, generating a new timing interrupt.
在该步骤中不唤醒系统,仅刷新时间,系统还处于休眠状态。In this step, the system is not woken up, only the time is refreshed, and the system is still in a sleep state.
步骤S509、收到唤醒系统的中断,停止刷新时间中断服务模块的工作。唤醒系统,系统处于完全工作模式。 Step S509: Receive an interrupt of the wake-up system, and stop the operation of the refresh time interrupt service module. Wake up the system and the system is in full working mode.
执行完该步骤时,用户可以操作系统。When this step is performed, the user can operate the system.
需要说明的是,在图5所示的虚线内,智能手表的系统一直处于休眠状态。It should be noted that, within the dotted line shown in FIG. 5, the system of the smart watch is always in a sleep state.
通过以上所描述的步骤,可以实现不唤醒系统而实现刷新时间的效果,从而可以达到这种场景下省电的目的。Through the steps described above, the effect of implementing the refresh time without waking up the system can be achieved, so that the purpose of power saving in such a scenario can be achieved.
如图7所示,本发明实施例提供一种智能手表,智能手表70包括:As shown in FIG. 7, an embodiment of the present invention provides a smart watch, and the smart watch 70 includes:
控制模块71,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;The control module 71 is configured to read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, each time bit The figure represents a time, and the plurality of time bitmaps are stored in chronological order;
显示模块72,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。The display module 72 is configured to read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
可选的,如图8所示,所述显示模块72包括:Optionally, as shown in FIG. 8, the display module 72 includes:
读取单元721,设置为根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;The reading unit 721 is configured to read a next time bitmap of the time bitmap currently displayed in the memory according to the current offset, wherein the current offset is the currently displayed time bitmap and the next time bitmap The offset in the memory;
显示单元722,将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;The display unit 722 refreshes the currently displayed time bitmap to the currently read time bitmap, and updates the current offset;
触发单元723,设置为每隔预设时间循环触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。The triggering unit 723 is configured to cyclically trigger the reading unit to perform an operation of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset.
可选的,触发单元723可以设置为在预设定时中断每中断一次时触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。Optionally, the triggering unit 723 may be configured to trigger the reading unit to perform the next time bitmap of the time bitmap currently displayed in the memory according to the current offset when the preset timing interrupt is interrupted once. Operation.
可选的,触发单元723可以设置为在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一 个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作;Optionally, the triggering unit 723 may be configured to, when the preset timing interrupt is interrupted once, to perform the reading of the current bitmap displayed in the memory according to the current offset. The CPU of the step of the time bitmap is set to a preset low power operation mode, and the memory and the display screen for representing the time bitmap are set to the working mode, and the reading unit is triggered to perform the current according to the current Offsetting the operation of reading the next time bitmap of the time bitmap currently displayed in the memory;
如图9所示,智能手表70还可以包括:As shown in FIG. 9, the smart watch 70 may further include:
设置模块73,设置为在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。The setting module 73 is configured to: when the currently displayed time bitmap is refreshed to the currently read time bitmap, and update the current offset, stop the CPU, and set the memory and display to Preset power save mode.
可选的,控制模块71可以设置为从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;Optionally, the control module 71 may be configured to read a time bitmap and a background bitmap of the current time from the memory, and display the time bitmap and the background in a manner that the time bitmap is superimposed on the background position. bitmap;
所述显示模块72可以设置为将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。The display module 72 can be configured to refresh the currently displayed time bitmap superimposed on the background bitmap to a currently read time bitmap.
智能手表70能够实现图1至图5的方法实施例中智能手表实现的各个过程,以及能达到相同的有益效果,为避免重复,这里不再赘述。The smart watch 70 can implement the various processes implemented by the smart watch in the method embodiments of FIG. 1 to FIG. 5, and can achieve the same beneficial effects. To avoid repetition, details are not described herein again.
本领域普通技术人员可以理解实现上述实施例方法的全部或者部分步骤是可以通过程序指令相关的硬件来完成,所述的程序可以存储于一计算机可读取介质中,该程序在执行时,包括以下步骤:It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be performed by hardware associated with program instructions, which may be stored in a computer readable medium, including when executed, including The following steps:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;Reading a time bitmap of the current time from the memory, displaying the time bitmap, and controlling the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents a time, and The plurality of time bitmaps are stored in chronological order;
每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。Every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap.
可选的,所述每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图,包括:Optionally, the preset time bitmap of the currently displayed time bitmap in the memory is read every preset time, and the currently displayed time bitmap is refreshed to the currently read time bitmap, including :
根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位 图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;Reading the next time bit of the time bitmap currently displayed in the memory according to the current offset The map, wherein the current offset is an offset of a currently displayed time bitmap and a next time bitmap in the memory;
将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;Refreshing the currently displayed time bitmap to the currently read time bitmap and updating the current offset;
每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。The step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time.
可选的,所述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:Optionally, the step of cyclically triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time, including:
在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。The step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every time the preset timing interrupt is interrupted.
可选的,所述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:Optionally, the step of triggering the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered when the preset timing interrupt is interrupted once, including:
在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;Setting the CPU for performing the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset to a preset low power operation when the preset timing interrupt is interrupted once a mode, and setting the memory and the display screen for representing the time bitmap to an operational mode, and triggering the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset ;
所述方法还包括:The method further includes:
在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。When the currently displayed time bitmap is refreshed to the currently read time bitmap and the current offset is updated, the CPU is stopped, and the memory and display are set to the preset power saving mode.
可选的,所述从内存中读取当前时间的时间位图,显示所述时间位图,包括:Optionally, the time bitmap of the current time is read from the memory, and the time bitmap is displayed, including:
从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;Reading a time bitmap and a background bitmap of the current time from the memory, and displaying the time bitmap and the background bitmap in a manner that the time bitmap is superimposed on the background position;
所述将当前显示的时间位图刷新为当前读取的时间位图,包括:The refreshing the currently displayed time bitmap to the current read time bitmap includes:
将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的 时间位图。Refreshing the currently displayed time bitmap superimposed on the background bitmap to the currently read Time bitmap.
本发明的实施例还提供了一种存储介质。可选地,在本实施例中,上述存储介质可以被设置为存储用于执行以下步骤的程序代码:Embodiments of the present invention also provide a storage medium. Optionally, in the embodiment, the foregoing storage medium may be configured to store program code for performing the following steps:
S1,从内存中读取当前时间的时间位图,显示时间位图,并控制系统进入休眠,其中,内存中至少存储有多个时间位图,每个时间位图表示一个时间,且多个时间位图按照时间先后顺序存储;S1, reading a time bitmap of the current time from the memory, displaying the time bitmap, and controlling the system to go to sleep, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents a time and multiple Time bitmaps are stored in chronological order;
S2,每隔预设时间,读取内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。S2: Read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
可选地,存储介质还被设置为存储用于执行以下步骤的程序代码:Optionally, the storage medium is further arranged to store program code for performing the following steps:
S1,根据当前偏移读取内存中当前显示的时间位图的下一个时间位图,其中,当前偏移为当前显示的时间位图与下一个时间位图在内存中的偏移;S1, reading a next time bitmap of a time bitmap currently displayed in the memory according to the current offset, where the current offset is an offset of the currently displayed time bitmap and the next time bitmap in the memory;
S2,将当前显示的时间位图刷新为当前读取的时间位图,并更新当前偏移;S2, refreshing the currently displayed time bitmap to the currently read time bitmap, and updating the current offset;
S3,每隔预设时间循环触发根据当前偏移读取内存中当前显示的时间位图的下一个时间位图的步骤。S3. The step of periodically reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every preset time.
可选地,在本实施例中,上述存储介质可以包括但不限于:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。Optionally, in this embodiment, the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory. A variety of media that can store program code, such as a disc or a disc.
以上所述是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明所述原理的前提下,还可以作出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。The above is a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It should be considered as the scope of protection of the present invention.
工业实用性Industrial applicability
在本实施例中,从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储; 每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现系统在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。 In this embodiment, the time bitmap of the current time is read from the memory, the time bitmap is displayed, and the control system enters hibernation, wherein at least a plurality of time bitmaps are stored in the memory, each time bit The figure represents a time, and the plurality of time bitmaps are stored in chronological order; Every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap. In this way, the system can update and display the time in the sleep state, so as to reduce the power consumption of the smart watch and prolong the battery life.

Claims (10)

  1. 一种时间显示方法,包括:A time display method comprising:
    从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;Reading a time bitmap of the current time from the memory, displaying the time bitmap, and controlling the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap represents a time, and The plurality of time bitmaps are stored in chronological order;
    每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。Every preset time, the next time bitmap of the time bitmap currently displayed in the memory is read, and the currently displayed time bitmap is refreshed to the currently read time bitmap.
  2. 如权利要求1所述的方法,其中,所述每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图,包括:The method of claim 1, wherein the reading of the next time bitmap of the currently displayed time bitmap in the memory is performed every preset time, and the currently displayed time bitmap is refreshed as the current read. The time bitmap taken, including:
    根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;Reading a next time bitmap of the time bitmap currently displayed in the memory according to the current offset, wherein the current offset is a bias of the currently displayed time bitmap and the next time bitmap in the memory shift;
    将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;Refreshing the currently displayed time bitmap to the currently read time bitmap and updating the current offset;
    每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。The step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered cyclically every preset time.
  3. 如权利要求2所述的方法,其中,所述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:The method of claim 2, wherein the step of triggering the reading of the next time bitmap of the currently displayed time bitmap in the memory according to the current offset is triggered every predetermined time period, comprising:
    在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。The step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered every time the preset timing interrupt is interrupted.
  4. 如权利要求3所述的方法,其中,所述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:The method of claim 3, wherein the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset is triggered each time the preset timing interrupt is interrupted, include:
    在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为 工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;Setting the CPU for performing the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset to a preset low power operation when the preset timing interrupt is interrupted once Mode, and setting the memory and the display used to represent the time bitmap to a working mode, and triggering the step of reading the next time bitmap of the time bitmap currently displayed in the memory according to the current offset;
    所述方法还包括:The method further includes:
    在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。When the currently displayed time bitmap is refreshed to the currently read time bitmap and the current offset is updated, the CPU is stopped, and the memory and display are set to the preset power saving mode.
  5. 如权利要求1-4中任一项所述的方法,所述从内存中读取当前时间的时间位图,显示所述时间位图,包括:The method according to any one of claims 1 to 4, wherein the time bitmap of the current time is read from the memory, and the time bitmap is displayed, including:
    从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;Reading a time bitmap and a background bitmap of the current time from the memory, and displaying the time bitmap and the background bitmap in a manner that the time bitmap is superimposed on the background position;
    所述将当前显示的时间位图刷新为当前读取的时间位图,包括:The refreshing the currently displayed time bitmap to the current read time bitmap includes:
    将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。The currently displayed time bitmap superimposed on the background bitmap is refreshed to the currently read time bitmap.
  6. 一种智能手表,包括:A smart watch that includes:
    控制模块,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制系统进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;a control module, configured to read a time bitmap of the current time from the memory, display the time bitmap, and control the system to enter hibernation, wherein at least a plurality of time bitmaps are stored in the memory, and each time bitmap Representing a time, and the plurality of time bitmaps are stored in chronological order;
    显示模块,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。The display module is configured to read the next time bitmap of the time bitmap currently displayed in the memory every preset time, and refresh the currently displayed time bitmap to the currently read time bitmap.
  7. 如权利要求6所述的智能手表,其中,所述显示模块包括:The smart watch of claim 6, wherein the display module comprises:
    读取单元,设置为根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;a reading unit, configured to read a next time bitmap of a time bitmap currently displayed in the memory according to a current offset, wherein the current offset is a currently displayed time bitmap and a next time bitmap The offset in the memory;
    显示单元,将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;a display unit, refreshing the currently displayed time bitmap to a currently read time bitmap, and updating the current offset;
    触发单元,设置为每隔预设时间循环触发所述读取单元执行所述根据 当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。a triggering unit configured to trigger the reading unit to perform the basis according to a cycle every preset time The current offset reads the operation of the next time bitmap of the time bitmap currently displayed in the memory.
  8. 如权利要求7所述的智能手表,其中,所述触发单元设置为在预设定时中断每中断一次时触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。The smart watch according to claim 7, wherein the trigger unit is configured to trigger the reading unit to perform the reading of the current display in the memory according to the current offset when the preset timing interrupt is interrupted once. The operation of the bitmap's next time bitmap.
  9. 如权利要求8所述的智能手表,其中,所述触发单元设置为在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作;The smart watch according to claim 8, wherein the trigger unit is configured to, when the preset timing interrupt is interrupted once, to execute the time bitmap for reading the current display in the memory according to the current offset. The CPU of the step of the next time bitmap is set to a preset low power operation mode, and the memory and the display screen for representing the time bitmap are set to the operation mode, and the reading unit is triggered to perform the Reading an operation of a next time bitmap of a time bitmap currently displayed in the memory according to a current offset;
    所述智能手表还包括:The smart watch also includes:
    设置模块,设置为在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。a setting module configured to: when the currently displayed time bitmap is refreshed to the currently read time bitmap, and update the current offset, stop the CPU, and set the memory and display to pre Set the power saving mode.
  10. 如权利要求6所述的智能手表,所述控制模块设置为从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;The smart watch according to claim 6, wherein the control module is configured to read a time bitmap and a background bitmap of the current time from the memory, and display the time in a manner in which the time bitmap is superimposed on the background position. a bitmap and the background bitmap;
    所述显示模块设置为将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。 The display module is configured to refresh the currently displayed time bitmap superimposed on the background bitmap to a currently read time bitmap.
PCT/CN2016/107499 2016-07-07 2016-11-28 Time display method and smart watch WO2018006537A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019500464A JP2019527822A (en) 2016-07-07 2016-11-28 Time display method and smart watch

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610530600.8A CN107589821A (en) 2016-07-07 2016-07-07 A kind of time display method and intelligent watch
CN201610530600.8 2016-07-07

Publications (1)

Publication Number Publication Date
WO2018006537A1 true WO2018006537A1 (en) 2018-01-11

Family

ID=60901617

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/107499 WO2018006537A1 (en) 2016-07-07 2016-11-28 Time display method and smart watch

Country Status (3)

Country Link
JP (1) JP2019527822A (en)
CN (1) CN107589821A (en)
WO (1) WO2018006537A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992229A (en) * 2019-03-22 2019-07-09 联想(北京)有限公司 A kind of control method, electronic equipment and storage medium
US10937362B1 (en) 2019-09-23 2021-03-02 Au Optronics Corporation Electronic apparatus and operating method thereof

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110308783B (en) * 2019-07-09 2021-12-21 京东方科技集团股份有限公司 Time display method and device and electronic equipment
CN111026346B (en) * 2019-12-10 2024-01-12 西安易朴通讯技术有限公司 Low-power consumption updating method, equipment and storage medium for dial display content

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070183268A1 (en) * 2006-02-09 2007-08-09 Samsung Electronics Co., Ltd. Time display apparatus and method
CN101115254A (en) * 2006-07-27 2008-01-30 三星电子株式会社 Screen displaying method of mobile terminal
CN102662614A (en) * 2012-03-23 2012-09-12 安科智慧城市技术(中国)有限公司 Embedded device and time display method and time display system thereof
CN105431897A (en) * 2013-03-15 2016-03-23 谷歌技术控股有限责任公司 Method and apparatus for displaying a predetermined image on a display panel of an electronic device when the electronic device is operating in a reduced power mode of operation

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100505796C (en) * 2004-11-24 2009-06-24 中兴通讯股份有限公司 Time displaying method for cell phone
CN101673253A (en) * 2009-08-21 2010-03-17 曙光信息产业(北京)有限公司 Realizing method of direct memory access (DMA)
US9501127B2 (en) * 2012-08-28 2016-11-22 Samsung Electronics Co., Ltd. Low power detection apparatus and method for displaying information
CN103064648A (en) * 2013-01-05 2013-04-24 刘遥 Method, device and system for updating display of electronic paper screen through cloud end
CN103942020B (en) * 2014-03-10 2017-02-15 北京君正集成电路股份有限公司 Information display method and device under dormant state of system
CN104156052B (en) * 2014-07-23 2016-09-14 深圳市金立通信设备有限公司 A kind of management method of desktop real-time clock

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070183268A1 (en) * 2006-02-09 2007-08-09 Samsung Electronics Co., Ltd. Time display apparatus and method
CN101115254A (en) * 2006-07-27 2008-01-30 三星电子株式会社 Screen displaying method of mobile terminal
CN102662614A (en) * 2012-03-23 2012-09-12 安科智慧城市技术(中国)有限公司 Embedded device and time display method and time display system thereof
CN105431897A (en) * 2013-03-15 2016-03-23 谷歌技术控股有限责任公司 Method and apparatus for displaying a predetermined image on a display panel of an electronic device when the electronic device is operating in a reduced power mode of operation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992229A (en) * 2019-03-22 2019-07-09 联想(北京)有限公司 A kind of control method, electronic equipment and storage medium
US10937362B1 (en) 2019-09-23 2021-03-02 Au Optronics Corporation Electronic apparatus and operating method thereof

Also Published As

Publication number Publication date
JP2019527822A (en) 2019-10-03
CN107589821A (en) 2018-01-16

Similar Documents

Publication Publication Date Title
WO2018006537A1 (en) Time display method and smart watch
US10127849B2 (en) Displaying always on display-related content
CN107168508B (en) Low-power-consumption normally-displayed information implementation method and device
WO2018171236A1 (en) Display method and terminal
CN106648025B (en) Screen-off display method and terminal
WO2015027316A1 (en) Low power design for autonomous animation
CN106802551A (en) Intelligent wearable device control method and intelligent wearable device
CN102289279A (en) Equipment management method and device based on RTC (Real-Time Clock) clock interrupt
CN104536739A (en) Method for arousing terminal system
EP2595102A1 (en) Electronic device and method for updating a time identifier associated therewith
US20160274738A1 (en) Display method using virtual widget and associated device
JP2004288087A (en) Information processor
CN103150191A (en) Terminal equipment
CN110908492A (en) Screen-turning display control method and terminal
CN112783274B (en) Intelligent watch and control device and control method thereof
CN111352796A (en) Method and device for acquiring electric quantity by intelligent wearable equipment
JP6664044B2 (en) Device and program
CN111026346B (en) Low-power consumption updating method, equipment and storage medium for dial display content
CN104571461A (en) Terminal
JP6635141B2 (en) Information processing apparatus, control method, and program
CN110536019B (en) High-stability timing awakening method and device
CN116932057A (en) Event processing method, event processing device, electronic equipment and computer readable storage medium
CN219066321U (en) Desk calendar display equipment
CN114461050A (en) Device operation method and device, electronic device and computer readable storage medium
CN110557816A (en) system and method for realizing low-power consumption standby clock of AMOLED display screen

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16908041

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019500464

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16908041

Country of ref document: EP

Kind code of ref document: A1