WO2018006537A1 - 一种时间显示方法和智能手表 - Google Patents

一种时间显示方法和智能手表 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
English (en)
French (fr)
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/ja
Publication of WO2018006537A1 publication Critical patent/WO2018006537A1/zh

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)
  • Microcomputers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

一种时间显示方法和智能手表,该方法可包括:从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠(S101),其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图(S102)。上述方法能够降低智能手表的功耗,延长电池续航时间。

Description

一种时间显示方法和智能手表 技术领域
本发明实施例涉及通信技术领域,特别涉及一种时间显示方法和智能手表。
背景技术
随着电子技术的发展,目前智能手表被广泛得到应用。而且目前智能手表上具备的功能也越来越多,如智能手表上可以显示时间、日期和天气等日常生活信息,另外,智能手机上还可以安装应用程序,例如:即时通讯应用程序、新闻应用程序、财经应用程序、拨打电话应用程序或者相机应用程序等等。在实际应用中,智能手表的***一直是处于工作状态,即智能手表一直会显示上述日常信息,以及运行安装的应用程序。这样就会导致智能手表的功耗很大,电池续航时间比较短。
发明内容
本发明实施例的目的在于提供一种时间显示方法和智能手表,解决了智能手表的功耗很大,电池续航时间比较短的问题。
为了达到上述目的,本发明实施例提供一种时间显示方法,包括:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
本发明实施例还提供一种智能手表,包括:
控制模块,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
显示模块,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
本发明实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行的一个或多个程序,所述一个或多个程序被所述计算机执行时使所述计算机执行如上述提供的一种时间显示方法。
上述技术方案中的一个技术方案具有如下优点或有益效果:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现***在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。
附图说明
图1是本发明实施例提供的一种时间显示方法的流程示意图;
图2是本发明实施例提供的一种时间位图的示意图;
图3是本发明实施例提供的另一种时间显示方法的流程示意图;
图4是本发明实施例提供的一种背景位置和时间位图的示意图;
图5是本发明实施例提供的另一种时间显示方法的流程示意图;
图6是本发明实施例提供的一种***的框图;
图7是本发明实施例提供的一种智能手表的结构示意图;
图8是本发明实施例提供的另一种智能手表的结构示意图;
图9是本发明实施例提供的另一种智能手表的结构示意图。
具体实施方式
为使本发明要解决的技术问题、技术方案和优点更加清楚,下面将结合附图及具体实施例进行详细描述。
如图1所示,本发明实施例提供一种时间显示方法,包括以下步骤:
步骤S101、从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储。
本实施例中,上述内存中存储的时间位图可以是***在进入休眠前,将多个时间位图存储在上述内存中,每个时间位图表示一个时间,从而在***休眠时不用唤醒***就可以更新时间。例如:如图2所示,包括从时间00:00至23:59中每隔一分钟一个时间位图。当然,在一些场景中也可以采用12时间制的,对此不作限定。这些时间位图可以是二进制位图,例如:将24小时或者12小时制的时间序列转换成二进制位图,并按顺序存储在内存中。当然,在一些场景中上述时间位图也可以是表盘格式的,即上述每个时间位图可以是指示一个时间的完整表盘的位图,当然,为了节约内存,上述时间位图还可以是表盘的表针,即每次更新时只需要更新表针即可,而表盘静态部分则可以一直变。
另外,上述***进入休眠可以理解为智能手表的***不启动,这样可以节约智能手表的功耗,以达到省电的目的。
步骤S102、每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
本实施例中,上述多个时间位图中任意两个连续存储的时间位图表示的时间之差可以是相同的,例如:每间隔一分钟一个时间位图。另外,上述预设时间可以等于上述多个时间位图中任意两个连续存储的时间位图表示的时间之差。例如:每一分钟执行一次步骤S102。
需要说明的是,由于步骤S102是循环执行的,即每个执行时当前显示的时间位图都是不一样的,这样可以实现每次执行时当前读取和刷新的时间位图也是不同的。例如:以一分钟间隔为例,第一次执行时,当前显示的时间位图为00:00,那么,第一次读取的时间位图就是00:01,即第一次将00:00刷新为00:01;第二次执行时,当前显示的时间位图为00:01, 那么,第二次读取的时间位图就是00:02,即第二次将00:01刷新为00:02,一直这样执行,从而可以显示完整的时间。当然,如果当前显示的时间位图为内存中存储的最后一个位图时,例如:23:59,那么,此时就读取第一个时间位图,例如:00:00,并刷新。
本实施例中,上述方法可以应用于智能手表。
本实施例中,从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现***在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。
如图3所示,本发明实施例提供另一种时间显示方法,包括以下步骤:
步骤S301、从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储。
步骤S302、根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移。
本实施例中,由于时间位图都存在内存中,那么,时间位图之间就会存偏移,而当前偏移是内存中当前显示的时间位图与下一个时间位图的偏移,从而可以根据该当前偏移读取下一个时间位图。
例如:步骤S302在第一次执行时,那么,当前显示的时间位图为步骤S302中的上述当前时间的时间位图,那么,此时的上述当前偏移就是步骤S302中的上述当前时间的时间位图与下一个时间的时间位图的偏移。例如:步骤S302中的上述当前时间的时间位图是00:00,那么,步骤S302在第一次执行时,上述当前偏移就是00:00的时间位图与00:01的时间位图的偏移,从而根据该偏移读取00:01的时间位图。另外,在步骤S302 第一次执行时的当前偏移可以是在步骤S301执行时设置好的,例如:在步骤S301中读取上述当前时间的时间位图时,就设置好当前偏移,从而步骤S302在第一次执行时就可以使用该当前偏移。
另外,当前偏移为在所述内存中当前显示的时间位图与下一个时间位图的偏移,这样随着当前显示的时间位图一直在变化,从而当前偏移也是一直在变化,这样就可以实现读取的下一个时间位图也是一直变化的。
步骤S303、将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移。
其中,步骤S303中当前读取的时间位图就是步骤S302读取的时间位图,即步骤S302将当前显示的时间位图刷新为步骤S302当前读取的时间位图。例如:当前显示的时间位图是11:11,在执行步骤S302时就读取到11:12,从而步骤S303将11:11刷新为11:12。
另外,由于当前偏移为当前显示的时间位图与下一个时间位图的在所述内存中的偏移,这样在步骤S302中将当前显示的时间位图刷新为当前读取的时间位图时,那么,此时当前显示的时间位图为刷新后的时间位图,从而步骤S303中更新上述当前偏移为刷新后的时间位图与下一个时间位图的偏移。例如:步骤S303将11:11刷新为11:12,那么,S303更新当前偏移是将11:12与11:13的在内存中的偏移作为当前偏移,从而保证步骤S302每次读取时都是采用更新后的当前偏移进行读取的。
步骤S304、每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
通过步骤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,这样持续执行,从而可以实现完整的显示所有时间。
可选的,上述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,可以包括:
在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
其中,上述预设定时中断可以为预先设置的每隔预设时间进行中断,例如:每隔1分钟进行一次中断,即可以实现每隔1分钟触发一次步骤S302,当然,每执行一次步骤S302就会执行一次步骤S303。
该实施方式中,通过中断来实现每隔预设时间触发步骤S302的执行,从而不需要开起智能手表的***,以节省智能手机的电量。
可选的,该实施方式中,上述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,可以包括:
在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;
所述方法还包括:
在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。
该实施方式中,可以实现预设定时中断每中断一次时将CPU设置为预设低功耗工作模式,这样可以节约电量,其中,预设低功耗工作模式可以预先由用户设置好的,或者智能手表默认的等等。
另外,由于在将当前显示的时间位图刷新为当前读取的时间位图,并 更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式,这样可以实现当时间刷新完成后,将CPU停止工作,以进一步节约电量,且将所述内存和显示屏设置为预设省电模式也可以进一步节约电量,延长智能手表的电池续航时间。其中,上述预设省电模式可以是用户预先设置好的,或者智能手表默认,如单核最低频,对此不作限定。
可选的,上述从内存中读取当前时间的时间位图,显示所述时间位图,可以包括:
从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;
所述将当前显示的时间位图刷新为当前读取的时间位图,包括:
将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。
该实施方式中,可以实现时间位图叠加在背景位图上显示,且在刷新时间时,只刷新叠加在背景位图上的时间位图,而背景位图一直保持,这样可以减少功耗,从而节约电量。其中,背景位图和时间位图的示意可以参见图4所示,背景位图显示在背景区域,而时间位图显示在时间显示区域。另外,上述背景位图可以是将用户预先选择的背景图像转换二进制位图,并存储在内存中。
另外,本实施例中,上述方法可以是智能手表处于常亮模式下执行的。
当然,该实施方式中,同样可以应用到图1所示的实施例中,且能达到相同有益效果。
本实施例中,在图1所示的基础上增加了多种可选的实施方式,都可以实现降低智能手表的功耗,延长电池续航时间。
如图5所示,本发明实施例提供一种时间显示方法,包括图5所示的步骤,另外,在描述图5所示的方式时,本实施例还可以提供一种智能手表的***框图,如图6所示,包括休眠模块、唤醒模块、定时中断产生模 块、中断处理模块、CPU模块、位图模块、LCD模块和刷新时间中断服务模块,其中:
定时中断产生模块,设置为每隔一分钟产生一次中断。
位图模块,设置为把用户选择的背景图转换成二进制位图保存于内存中,以及把所有需要显示的时间转换成二进制位图保存于内存中,以及在***休眠的时候,根据当前时间和当前选择的背景位图,生成休眠时刷新到LCD的初始位图,以确定且保存下一次刷新的时间位图偏移。
中断处理模块,设置为接收中断并通知CPU工作。
CPU模块,设置为执行刷新时间中断服务模块内容。
刷新时间中断服务模块,设置为负责设置CPU为省电工作模式,譬如工作在单核最低频,以及设置LCD模块和内存模块为工作模式,并根据保存的时间位图偏移,取出当前要刷新的时间位图,发送到LCD模块上的时间显示区域,以及把位图偏移更新为下个要刷新的时间位图偏移。刷新时间中断服务模块处理完后,置LCD模块和内存为休眠模式后,通知CPU模块停止工作。
LCD模块,设置为接收发送来的时间位图并显示出来。
休眠模块,设置为使***进入休眠,并在休眠的过程中把当前时间位图和用户选择的背景位图叠加产生休眠时的首个时间位图,刷新到LCD上。当***在休眠过程中,再次刷新时间的时候,不再刷新背景位图,只发送时间位图来更新时间显示区域。
唤醒模块,设置为在接收到唤醒源的时候,唤醒***,并停止刷新时间中断服务模块的工作。
其中,需要说明的是,图6所示的***仅是本发明实施例中的一个举例,该***中包括的模块有些可以是虚拟模块,而另一些可以虚拟与硬件结合的模块,或者硬件模块,对此本发明实施例不作限定。
步骤S501、初始***处于工作模式。
步骤S502、用户设置***为常亮模式、选择休眠时的背景图和选择 休眠时时间位图样式。
该步骤可以理解为智能手表响应用户输入的操作将***设置为常亮模式,以及接收用户输入的操作选择背景图,以及接收用户输入的操作选择休眠时,时间位图的样式。
步骤S503、将选择的背景图和时间位图的序列转换成二进制位图存储于内存中。
其中,该步骤可以是由位图模块实现的。
步骤S504、当***进入休眠时,若当前为常亮模式,设置背光常亮,并根据当前时间,将对应的时间位图覆盖于背景位图之上,把生成的位图刷新到屏幕上,并记录下次要刷新的时间位图偏移,***最后进入休眠。
其中,上述屏幕可以是LCD屏。另外,上述下次要刷新的时间位图的偏移可以理解为当前显示的时间位图与下一个时间位图在内存中的偏移,即上述实施例中介绍的当前偏移。
步骤S505、定时中断产生中断,CPU开始工作。
在该步骤中,CPU开始工作时,CPU可以执行刷新时间中断服务模块。
步骤S506、设置CPU为低功耗工作模式,使内存和LCD处于工作模式;根据当前要刷新的时间位图偏移,取出时间位图,刷新到时间显示区域,以及更新下次要刷新的时间位图偏移。
其中,该步骤可以由刷新时间中断服务模块实现。
步骤S507、时间刷新完后,使内存和LCD处于省电模式,并通知CPU停止工作。
其中,该步骤可以由刷新时间中断服务模块实现。
步骤S508、产生新的定时中断。
在该步骤中不唤醒***,仅刷新时间,***还处于休眠状态。
步骤S509、收到唤醒***的中断,停止刷新时间中断服务模块的工作。唤醒***,***处于完全工作模式。
执行完该步骤时,用户可以操作***。
需要说明的是,在图5所示的虚线内,智能手表的***一直处于休眠状态。
通过以上所描述的步骤,可以实现不唤醒***而实现刷新时间的效果,从而可以达到这种场景下省电的目的。
如图7所示,本发明实施例提供一种智能手表,智能手表70包括:
控制模块71,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
显示模块72,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
可选的,如图8所示,所述显示模块72包括:
读取单元721,设置为根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;
显示单元722,将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;
触发单元723,设置为每隔预设时间循环触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。
可选的,触发单元723可以设置为在预设定时中断每中断一次时触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。
可选的,触发单元723可以设置为在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一 个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作;
如图9所示,智能手表70还可以包括:
设置模块73,设置为在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。
可选的,控制模块71可以设置为从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;
所述显示模块72可以设置为将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。
智能手表70能够实现图1至图5的方法实施例中智能手表实现的各个过程,以及能达到相同的有益效果,为避免重复,这里不再赘述。
本领域普通技术人员可以理解实现上述实施例方法的全部或者部分步骤是可以通过程序指令相关的硬件来完成,所述的程序可以存储于一计算机可读取介质中,该程序在执行时,包括以下步骤:
从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
可选的,所述每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图,包括:
根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位 图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;
将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;
每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
可选的,所述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:
在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
可选的,所述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:
在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;
所述方法还包括:
在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。
可选的,所述从内存中读取当前时间的时间位图,显示所述时间位图,包括:
从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;
所述将当前显示的时间位图刷新为当前读取的时间位图,包括:
将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的 时间位图。
本发明的实施例还提供了一种存储介质。可选地,在本实施例中,上述存储介质可以被设置为存储用于执行以下步骤的程序代码:
S1,从内存中读取当前时间的时间位图,显示时间位图,并控制***进入休眠,其中,内存中至少存储有多个时间位图,每个时间位图表示一个时间,且多个时间位图按照时间先后顺序存储;
S2,每隔预设时间,读取内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
可选地,存储介质还被设置为存储用于执行以下步骤的程序代码:
S1,根据当前偏移读取内存中当前显示的时间位图的下一个时间位图,其中,当前偏移为当前显示的时间位图与下一个时间位图在内存中的偏移;
S2,将当前显示的时间位图刷新为当前读取的时间位图,并更新当前偏移;
S3,每隔预设时间循环触发根据当前偏移读取内存中当前显示的时间位图的下一个时间位图的步骤。
可选地,在本实施例中,上述存储介质可以包括但不限于:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明所述原理的前提下,还可以作出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。
工业实用性
在本实施例中,从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储; 每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。这样可以实现***在休眠状态下更新并显示时间,以降低智能手表的功耗,延长电池续航时间。

Claims (10)

  1. 一种时间显示方法,包括:
    从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
    每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
  2. 如权利要求1所述的方法,其中,所述每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图,包括:
    根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;
    将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;
    每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
  3. 如权利要求2所述的方法,其中,所述每隔预设时间循环触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:
    在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤。
  4. 如权利要求3所述的方法,其中,所述在预设定时中断每中断一次时触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤,包括:
    在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为 工作模式,并触发所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤;
    所述方法还包括:
    在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。
  5. 如权利要求1-4中任一项所述的方法,所述从内存中读取当前时间的时间位图,显示所述时间位图,包括:
    从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;
    所述将当前显示的时间位图刷新为当前读取的时间位图,包括:
    将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。
  6. 一种智能手表,包括:
    控制模块,设置为从内存中读取当前时间的时间位图,显示所述时间位图,并控制***进入休眠,其中,所述内存中至少存储有多个时间位图,每个时间位图表示一个时间,且所述多个时间位图按照时间先后顺序存储;
    显示模块,设置为每隔预设时间,读取所述内存中当前显示的时间位图的下一个时间位图,并将当前显示的时间位图刷新为当前读取的时间位图。
  7. 如权利要求6所述的智能手表,其中,所述显示模块包括:
    读取单元,设置为根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图,其中,所述当前偏移为当前显示的时间位图与下一个时间位图在所述内存中的偏移;
    显示单元,将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移;
    触发单元,设置为每隔预设时间循环触发所述读取单元执行所述根据 当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。
  8. 如权利要求7所述的智能手表,其中,所述触发单元设置为在预设定时中断每中断一次时触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作。
  9. 如权利要求8所述的智能手表,其中,所述触发单元设置为在预设定时中断每中断一次时,将用于执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的步骤的CPU设置为预设低功耗工作模式,以及将所述内存和用于表示时间位图的显示屏设置为工作模式,并触发所述读取单元执行所述根据当前偏移读取所述内存中当前显示的时间位图的下一个时间位图的操作;
    所述智能手表还包括:
    设置模块,设置为在将当前显示的时间位图刷新为当前读取的时间位图,并更新所述当前偏移时,将所述CPU停止工作,以及将所述内存和显示屏设置为预设省电模式。
  10. 如权利要求6所述的智能手表,所述控制模块设置为从内存中读取当前时间的时间位图和背景位图,以所述时间位图叠加在所述背景位置的方式显示所述时间位图和所述背景位图;
    所述显示模块设置为将叠加在所述背景位图上的当前显示的时间位图刷新为当前读取的时间位图。
PCT/CN2016/107499 2016-07-07 2016-11-28 一种时间显示方法和智能手表 WO2018006537A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019500464A JP2019527822A (ja) 2016-07-07 2016-11-28 時間表示方法及びスマートウォッチ

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610530600.8 2016-07-07
CN201610530600.8A CN107589821A (zh) 2016-07-07 2016-07-07 一种时间显示方法和智能手表

Publications (1)

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

Family

ID=60901617

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/107499 WO2018006537A1 (zh) 2016-07-07 2016-11-28 一种时间显示方法和智能手表

Country Status (3)

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

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992229A (zh) * 2019-03-22 2019-07-09 联想(北京)有限公司 一种控制方法、电子设备及存储介质
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 (zh) * 2019-07-09 2021-12-21 京东方科技集团股份有限公司 一种时间显示方法、装置以及电子设备
CN111026346B (zh) * 2019-12-10 2024-01-12 西安易朴通讯技术有限公司 一种表盘显示内容低功耗更新方法、设备及存储介质

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 (zh) * 2006-07-27 2008-01-30 三星电子株式会社 移动终端的屏幕显示方法
CN102662614A (zh) * 2012-03-23 2012-09-12 安科智慧城市技术(中国)有限公司 一种嵌入式设备及其时间显示方法、***
CN105431897A (zh) * 2013-03-15 2016-03-23 谷歌技术控股有限责任公司 当电子装置以降低功率操作模式操作时,用于在电子装置的显示面板上显示预定图像的方法和设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100505796C (zh) * 2004-11-24 2009-06-24 中兴通讯股份有限公司 一种手机显示时间的方法
CN101673253A (zh) * 2009-08-21 2010-03-17 曙光信息产业(北京)有限公司 直接存储器访问的实现方法
US9501127B2 (en) * 2012-08-28 2016-11-22 Samsung Electronics Co., Ltd. Low power detection apparatus and method for displaying information
CN103064648A (zh) * 2013-01-05 2013-04-24 刘遥 通过云端更新电子纸屏幕显示的方法、装置及***
CN103942020B (zh) * 2014-03-10 2017-02-15 北京君正集成电路股份有限公司 一种***休眠状态下的信息显示方法与装置
CN104156052B (zh) * 2014-07-23 2016-09-14 深圳市金立通信设备有限公司 一种桌面实时时钟的管理方法

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 (zh) * 2006-07-27 2008-01-30 三星电子株式会社 移动终端的屏幕显示方法
CN102662614A (zh) * 2012-03-23 2012-09-12 安科智慧城市技术(中国)有限公司 一种嵌入式设备及其时间显示方法、***
CN105431897A (zh) * 2013-03-15 2016-03-23 谷歌技术控股有限责任公司 当电子装置以降低功率操作模式操作时,用于在电子装置的显示面板上显示预定图像的方法和设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992229A (zh) * 2019-03-22 2019-07-09 联想(北京)有限公司 一种控制方法、电子设备及存储介质
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 (ja) 2019-10-03
CN107589821A (zh) 2018-01-16

Similar Documents

Publication Publication Date Title
WO2018006537A1 (zh) 一种时间显示方法和智能手表
US10127849B2 (en) Displaying always on display-related content
CN107168508B (zh) 一种低功耗常显信息实现方法及装置
WO2018171236A1 (zh) 一种显示方法和终端
CN106648025B (zh) 熄屏显示方法及终端
WO2015027316A1 (en) Low power design for autonomous animation
JP2015527770A (ja) 電源オフ状態におけるアラーム実現方法、モバイル端末、プログラム及び記録媒体
CN106802551A (zh) 智能可穿戴设备控制方法和智能可穿戴设备
CN102289279A (zh) 一种基于rtc时钟中断的设备管理方法及装置
EP2595102A1 (en) Electronic device and method for updating a time identifier associated therewith
CN103150191A (zh) 一种终端设备
CN111782281B (zh) 一种数据处理方法、装置以及计算机可读存储介质
CN111352796B (zh) 一种智能穿戴设备获取电量的方法及装置
CN110908492A (zh) 一种息屏显示的控制方法及终端
JP6664044B2 (ja) 装置及びプログラム
CN111026346B (zh) 一种表盘显示内容低功耗更新方法、设备及存储介质
CN104571461A (zh) 一种终端
JP2017068500A (ja) テキスト処理装置、テキスト処理装置の制御方法、制御プログラム、及び記録媒体
JP6635141B2 (ja) 情報処理装置、制御方法及びプログラム
JP2011163860A (ja) アラーム及びスケジュール機能付き端末、その目覚まし時刻変更方法及びそのプログラム
CN110536019B (zh) 高稳定性定时唤醒方法与装置
CN116932057A (zh) 事件处理方法、装置、电子设备和计算机可读存储介质
CN219066321U (zh) 一种台历显示设备
CN114461050A (zh) 设备运行方法、装置、电子设备和计算机可读存储介质
JP6883351B2 (ja) 装置及びプログラム

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