Nothing Special   »   [go: up one dir, main page]

CN110275740B - Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal - Google Patents

Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal Download PDF

Info

Publication number
CN110275740B
CN110275740B CN201810203986.0A CN201810203986A CN110275740B CN 110275740 B CN110275740 B CN 110275740B CN 201810203986 A CN201810203986 A CN 201810203986A CN 110275740 B CN110275740 B CN 110275740B
Authority
CN
China
Prior art keywords
card
vehicle
adjustment
elements
different
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810203986.0A
Other languages
Chinese (zh)
Other versions
CN110275740A (en
Inventor
吴俊�
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Pateo Connect and Technology Shanghai Corp
Original Assignee
Pateo Connect and Technology Shanghai Corp
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 Pateo Connect and Technology Shanghai Corp filed Critical Pateo Connect and Technology Shanghai Corp
Priority to CN201810203986.0A priority Critical patent/CN110275740B/en
Publication of CN110275740A publication Critical patent/CN110275740A/en
Application granted granted Critical
Publication of CN110275740B publication Critical patent/CN110275740B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention provides a card type UI dynamic scaling method and system, a storage medium and a vehicle-mounted terminal, comprising the following steps: acquiring an adjustment proportion value of the card; setting different zooming speeds for different UI elements in the card; and when the card moves, scaling the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card. The card type UI dynamic scaling method and system, the storage medium and the vehicle-mounted terminal can scale the card type UI according to actual requirements, so that a better visual effect is achieved.

Description

Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a card UI dynamic scaling method and system, a storage medium, and a vehicle-mounted terminal.
Background
An Electronic map (Electronic map), i.e., a digital map, is a map stored and referred to digitally using computer technology. The method for storing information in electronic map generally uses vector image storage, and the map scale can be enlarged, reduced or rotated without affecting the display effect.
The vehicle-mounted terminal utilizes the vehicle-mounted GPS (global positioning system) to cooperate with the electronic map to perform positioning and navigation, so that the exact position of the vehicle can be known anytime and anywhere when the vehicle is driven, and the shortest or fastest route to the destination can be conveniently and accurately told to the driver.
Besides the navigation function, the vehicle-mounted terminal is also developed with application functions such as instant messaging, multimedia playing, broadcast receiving and the like. In the prior art, a card type User Interface (UI) is generally used to display different applications. Typically, the high priority card of interest to the driver will be moved to the side of the screen closest to the driver, such as the navigation card, the incoming call card, and the low priority card, such as the broadcast card, the music card, will be moved to the side of the screen away from the driver.
For wider screens, such as a center-control integrated cockpit screen, a card that is far from the driver may make it impossible for the driver to clearly learn what is on the card, such as lyrics on a music card, text on a calendar card, etc., without moving the card. Thus, a mechanism is needed to scale the card UI to ensure that the content thereon is clearly presented.
Disclosure of Invention
In view of the above-mentioned drawbacks of the prior art, the present invention aims to provide a method and a system for dynamically scaling a card UI, a storage medium and a vehicle-mounted terminal, which can scale the card UI according to actual requirements, thereby achieving better visual effects.
To achieve the above and other related objects, the present invention provides a card type UI dynamic scaling method, comprising the steps of: acquiring an adjustment proportion value of the card; setting different zooming speeds for different UI elements in the card; and when the card moves, scaling the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card.
In an embodiment of the present invention, the adjustment ratio v=1+ (W/L) × (X/W) S, where W is the card width, L is the screen width, X is the left end position of the card, and S is the scaling factor.
In an embodiment of the present invention, the scaling factor is a preset value.
In an embodiment of the present invention, the zooming of the card based on the adjustment scale value and the zooming speed corresponding to different UI elements in the card includes the following steps:
traversing UI elements of the card, and acquiring the scaling speed of each UI element;
for each UI element, using Interpolator. GetInteraction (V) as the adjustment value for the UI element, V is the adjustment scale value for the card.
Correspondingly, the invention provides a card type UI dynamic scaling system based on a vehicle-mounted terminal, which comprises an acquisition module, a setting module and a scaling module;
the acquisition module is used for acquiring an adjustment proportion value of the card;
the setting module is used for setting different zooming speeds for different UI elements in the card;
and the scaling module is used for scaling the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card when the card moves.
In an embodiment of the present invention, the adjustment ratio v=1+ (W/L) × (X/W) S, where W is the card width, L is the screen width, X is the left end position of the card, and S is the scaling factor.
In an embodiment of the present invention, the scaling factor is a preset value.
In an embodiment of the present invention, the scaling module performs the scaling of the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card, and performs the following steps:
traversing UI elements of the card, and acquiring the scaling speed of each UI element;
for each UI element, using Interpolator. GetInteraction (V) as the adjustment value for the UI element, V is the adjustment scale value for the card.
The invention provides a storage medium, on which a computer program is stored, which when executed by a processor implements the card-type UI dynamic scaling method based on the vehicle-mounted terminal.
Finally, the present invention provides a vehicle-mounted terminal, including: a processor and a memory;
the memory is used for storing a computer program;
the processor is used for executing the computer program stored in the memory so that the vehicle-mounted terminal can execute the card-type UI dynamic scaling method based on the vehicle-mounted terminal.
As described above, the card UI dynamic scaling method and system, the storage medium and the vehicle-mounted terminal of the present invention have the following beneficial effects:
(1) When the card of the card type UI is far away from the screen at one side of the driver, UI elements on the card can be dynamically scaled, and different scaling speeds and scaling degrees are formulated for each UI element according to service requirements, so that the card type UI achieves a better visual effect;
(2) The user experience is greatly improved.
Drawings
FIG. 1 is a flow chart of a card type UI dynamic scaling method based on a vehicle-mounted terminal according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a card-type UI dynamic zooming system based on a vehicle-mounted terminal according to an embodiment of the invention;
fig. 3 is a schematic structural diagram of an in-vehicle terminal according to an embodiment of the invention.
Description of element reference numerals
21. Acquisition module
22. Setting module
23. Scaling module
31. Processor and method for controlling the same
32. Memory device
Detailed Description
Other advantages and effects of the present invention will become apparent to those skilled in the art from the following disclosure, which describes the embodiments of the present invention with reference to specific examples. The invention may be practiced or carried out in other embodiments that depart from the specific details, and the details of the present description may be modified or varied from the spirit and scope of the present invention.
It should be noted that, the illustrations provided in the present embodiment merely illustrate the basic concept of the present invention by way of illustration, and only the components related to the present invention are shown in the drawings and are not drawn according to the number, shape and size of the components in actual implementation, and the form, number and proportion of the components in actual implementation may be arbitrarily changed, and the layout of the components may be more complex.
According to the card type UI dynamic scaling method and system, the storage medium and the vehicle-mounted terminal, UI elements on the card can be dynamically scaled, and different scaling speeds and scaling degrees are formulated for each UI element according to service requirements, so that a better visual effect of the card type UI is achieved, and user experience is greatly improved.
As shown in fig. 1, in an embodiment, the method for dynamic scaling of a card UI of the present invention includes the following steps:
and S1, acquiring an adjustment proportion value of the card.
Specifically, in order to set the adjustment degree of the card, an adjustment ratio value of the card needs to be obtained. In an embodiment of the present invention, the adjustment ratio v=1+ (W/L) × (X/W) S, where W is the card width, L is the screen width, X is the left end position of the card, and S is the scaling factor.
For example, the card width is set to 300, the screen width is 3000, and the zoom factor is 1. When the card moves to the far right, the left end position of the card is 2700, and the adjustment ratio value v=1+ (300/3000) × (2700/300) ×1=1+0.9=1.9 of the card. That is, the adjustment degree of the card is 1.9 times of that of the original base.
Preferably, the scaling factor S is preset data, and may be adjusted up or down according to service requirements.
Step S2, setting different zooming speeds for different UI elements in the card.
Specifically, the card sets different zoom accelerator objects for different UI elements inside according to the service requirement, that is, sets different zoom speeds. Based on the above-described setting, different UI elements have different zoom-in and zoom-out speeds, and the zoom speeds of all UI elements are not linearly uniform. Therefore, by setting, when the card is far away from the driver, the importance of different contents in the card, such as the music card, can be highlighted, and the image amplification speed of the album art is higher than that of the progress bar when the card is far away, so that the acquisition of the information of the music card is accelerated. And when the user is far away, the font amplification speed of the first few backlog is higher than that of the second few backlog, so that important information is seen preferentially, and the user experience is greatly improved.
And S3, when the card moves, scaling the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card.
Specifically, when the card moves, a card moving event and an adjustment proportion value are sent to the card based on the card container, so that the card is scaled based on the adjustment proportion value and scaling speeds corresponding to different UI elements in the card. That is, the card is dynamically scaled according to the preset adjustment degree and adjustment speed of the card, so that various viewing requirements are met, and the viewing requirements of a user are ensured.
In an embodiment of the present invention, the zooming of the card based on the adjustment scale value and the zooming speed corresponding to different UI elements in the card includes the following steps:
31 Traversing the UI elements of the card, and acquiring the zoom speed of each UI element;
32 For each UI element, using interstator. Getinterstator (V) as the adjustment value of the UI element, V being the adjustment scale value of the card.
As shown in fig. 2, in an embodiment, the card UI dynamic scaling system based on the vehicle-mounted terminal of the present invention includes an acquisition module 21, a setting module 22 and a scaling module 23.
The obtaining module 21 is configured to obtain an adjustment ratio value of the card.
Specifically, in order to set the adjustment degree of the card, an adjustment ratio value of the card needs to be obtained. In an embodiment of the present invention, the adjustment ratio v=1+ (W/L) × (X/W) S, where W is the card width, L is the screen width, X is the left end position of the card, and S is the scaling factor.
For example, the card width is set to 300, the screen width is 3000, and the zoom factor is 1. When the card moves to the far right, the left end position of the card is 2700, and the adjustment ratio value v=1+ (300/3000) × (2700/300) ×1=1+0.9=1.9 of the card. That is, the adjustment degree of the card is 1.9 times of that of the original base.
Preferably, the scaling factor S is preset data, and may be adjusted up or down according to service requirements.
The setting module 22 is connected to the obtaining module 21 for setting different zoom speeds for different UI elements in the card.
Specifically, the card sets different zoom accelerator objects for different UI elements inside according to the service requirement, that is, sets different zoom speeds. Based on the above-described setting, different UI elements have different zoom-in and zoom-out speeds, and the zoom speeds of all UI elements are not linearly uniform. Therefore, by setting, when the card is far away from the driver, the importance of different contents in the card, such as the music card, can be highlighted, and the image amplification speed of the album art is higher than that of the progress bar when the card is far away, so that the acquisition of the information of the music card is accelerated. And when the user is far away, the font amplification speed of the first few backlog is higher than that of the second few backlog, so that important information is seen preferentially, and the user experience is greatly improved.
The scaling module 23 is connected to the obtaining module 21 and the setting module 22, and is configured to scale the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card when the card moves.
Specifically, when the card moves, a card moving event and an adjustment proportion value are sent to the card based on the card container, so that the card is scaled based on the adjustment proportion value and scaling speeds corresponding to different UI elements in the card. That is, the card is dynamically scaled according to the preset adjustment degree and adjustment speed of the card, so that various viewing requirements are met, and the viewing requirements of a user are ensured.
In an embodiment of the present invention, the scaling module 23 performs the scaling of the card based on the adjustment scale value and the scaling speed corresponding to different UI elements in the card, and performs the following steps:
31 Traversing the UI elements of the card, and acquiring the zoom speed of each UI element;
32 For each UI element, using interstator. Getinterstator (V) as the adjustment value of the UI element, V being the adjustment scale value of the card.
It should be noted that, it should be understood that the division of the modules of the above system is merely a division of a logic function, and may be fully or partially integrated into a physical entity or may be physically separated. And these modules may all be implemented in software in the form of calls by the processing element; or can be realized in hardware; the method can also be realized in a form of calling software by a processing element, and the method can be realized in a form of hardware by a part of modules. For example, the x module may be a processing element that is set up separately, may be implemented in a chip of the apparatus, or may be stored in a memory of the apparatus in the form of program code, and the function of the x module may be called and executed by a processing element of the apparatus. The implementation of the other modules is similar. In addition, all or part of the modules can be integrated together or can be independently implemented. The processing element described herein may be an integrated circuit having signal processing capabilities. In implementation, each step of the above method or each module above may be implemented by an integrated logic circuit of hardware in a processor element or an instruction in a software form.
For example, the modules above may be one or more integrated circuits configured to implement the methods above, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), etc. For another example, when a module is implemented in the form of a processing element scheduler code, the processing element may be a general purpose processor, such as a Central Processing Unit (CPU) or other processor that may invoke the program code. For another example, the modules may be integrated together and implemented in the form of a system-on-a-chip (SOC).
The storage medium of the present invention stores a computer program which, when executed by a processor, implements the card-type UI dynamic scaling method based on the vehicle-mounted terminal. Preferably, the storage medium includes: various media that can store program code, such as ROM, RAM, magnetic or optical disks.
As shown in fig. 3, in an embodiment, the vehicle-mounted terminal of the present invention includes a processor 31 and a memory 32.
The memory 32 is used for storing a computer program.
The memory 32 includes: various media capable of storing program codes, such as ROM, RAM, magnetic disk, U-disk, memory card, or optical disk.
The processor 31 is connected to the memory 32, and is configured to execute a computer program stored in the memory 32, so that the vehicle-mounted terminal executes the card-type UI dynamic scaling method based on the vehicle-mounted terminal.
Preferably, the processor 31 may be a general-purpose processor, including a Central Processing Unit (CPU), a Network Processor (NP), etc.; but may also be a Digital Signal Processor (DSP), application Specific Integrated Circuit (ASIC), field-programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components.
In summary, the card type UI dynamic scaling method and system, the storage medium and the vehicle-mounted terminal can dynamically scale the UI elements on the card when the card of the card type UI is far away from the screen on one side of the driver, and formulate different scaling speeds and scaling degrees for each UI element according to service requirements, so that the card type UI achieves better visual effect; the user experience is greatly improved. Therefore, the invention effectively overcomes various defects in the prior art and has high industrial utilization value.
The above embodiments are merely illustrative of the principles of the present invention and its effectiveness, and are not intended to limit the invention. Modifications and variations may be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the invention. Accordingly, it is intended that all equivalent modifications and variations of the invention be covered by the claims, which are within the ordinary skill of the art, be within the spirit and scope of the present disclosure.

Claims (8)

1. A card type UI dynamic amplifying method based on a vehicle-mounted terminal is characterized in that: the method comprises the following steps:
obtaining an adjustment proportion value of a card, wherein the adjustment proportion value V=1+ (W/L) ×s, wherein W is the width of the card, L is the width of a screen, X is the left end position of the card, and S is an amplification factor;
setting different amplification speeds for different UI elements in the card;
and when the card moves, amplifying the card based on the adjustment ratio value and the amplifying speed corresponding to different UI elements in the card.
2. The card type UI dynamic amplifying method based on the vehicle-mounted terminal according to claim 1, wherein: the amplification factor is a preset value.
3. The card type UI dynamic amplifying method based on the vehicle-mounted terminal according to claim 1, wherein: the card is amplified based on the adjustment ratio value and the amplification speeds corresponding to different UI elements in the card, and the method comprises the following steps:
traversing UI elements of the card, and acquiring the amplification speed of each UI element;
for each UI element, an interceptor, getInterpolation (V) is used as an adjustment value for the UI element,
v is the adjustment ratio value of the card.
4. A card type UI dynamic amplifying system based on a vehicle-mounted terminal is characterized in that: the device comprises an acquisition module, a setting module and an amplifying module;
the acquisition module is used for acquiring an adjustment proportion value of the card, wherein the adjustment proportion value V=1+ (W/L) ×X/W) ×S, W is the width of the card, L is the width of a screen, X is the left end position of the card, and S is an amplification factor;
the setting module is used for setting different amplification speeds for different UI elements in the card;
and the amplifying module is used for amplifying the card based on the adjustment ratio value and the amplifying speed corresponding to different UI elements in the card when the card moves.
5. The card type UI dynamic amplifying system based on the vehicle-mounted terminal according to claim 4, wherein: the amplification factor is a preset value.
6. The card type UI dynamic amplifying system based on the vehicle-mounted terminal according to claim 4, wherein: the amplification module performs the amplification of the card based on the adjustment ratio value and the amplification speeds corresponding to different UI elements in the card, and performs the following steps:
traversing UI elements of the card, and acquiring the amplification speed of each UI element;
for each UI element, an interceptor, getInterpolation (V) is used as an adjustment value for the UI element,
v is the adjustment ratio value of the card.
7. A storage medium having a computer program stored thereon, wherein the program when executed by a processor implements the card UI dynamic magnification method based on an in-vehicle terminal as claimed in any one of claims 1 to 3.
8. A vehicle-mounted terminal, characterized by comprising: a processor and a memory;
the memory is used for storing a computer program;
the processor is configured to execute the computer program stored in the memory, so that the in-vehicle terminal executes the card UI dynamic amplification method based on the in-vehicle terminal according to any one of claims 1 to 3.
CN201810203986.0A 2018-03-13 2018-03-13 Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal Active CN110275740B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810203986.0A CN110275740B (en) 2018-03-13 2018-03-13 Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810203986.0A CN110275740B (en) 2018-03-13 2018-03-13 Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal

Publications (2)

Publication Number Publication Date
CN110275740A CN110275740A (en) 2019-09-24
CN110275740B true CN110275740B (en) 2023-06-30

Family

ID=67958413

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810203986.0A Active CN110275740B (en) 2018-03-13 2018-03-13 Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal

Country Status (1)

Country Link
CN (1) CN110275740B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391019A (en) * 2017-07-25 2017-11-24 Tcl移动通信科技(宁波)有限公司 A kind of picture Zoom method, storage medium and terminal device
CN107463323A (en) * 2017-07-24 2017-12-12 上海壹账通金融科技有限公司 The picture method of controlling operation thereof and mobile terminal of mobile terminal

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100818918B1 (en) * 2006-02-14 2008-04-04 삼성전자주식회사 Apparatus and method for managing window layout
US20070266335A1 (en) * 2006-05-12 2007-11-15 Microsoft Corporation Providing a standard user interface (UI) across disparate display interfaces
JP5576841B2 (en) * 2011-09-09 2014-08-20 Kddi株式会社 User interface device capable of zooming image by pressing, image zoom method and program
CN103677721B (en) * 2013-12-27 2016-01-06 腾讯科技(深圳)有限公司 Terminal demonstration interface is carried out to method and the terminal device of convergent-divergent
CN105183358A (en) * 2015-09-09 2015-12-23 魅族科技(中国)有限公司 Zooming-in method, zooming-out method, zooming-in device, zooming-out device and terminal
CN105630241A (en) * 2015-12-29 2016-06-01 惠州Tcl移动通信有限公司 Scaling method and system for screen displayed content
CN106412232A (en) * 2016-08-26 2017-02-15 珠海格力电器股份有限公司 Method and device for controlling zooming of operation interface and electronic equipment
CN107168618A (en) * 2017-03-27 2017-09-15 努比亚技术有限公司 A kind of device for zooming of screen display interface, terminal and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107463323A (en) * 2017-07-24 2017-12-12 上海壹账通金融科技有限公司 The picture method of controlling operation thereof and mobile terminal of mobile terminal
CN107391019A (en) * 2017-07-25 2017-11-24 Tcl移动通信科技(宁波)有限公司 A kind of picture Zoom method, storage medium and terminal device

Also Published As

Publication number Publication date
CN110275740A (en) 2019-09-24

Similar Documents

Publication Publication Date Title
US9582937B2 (en) Method, apparatus and computer program product for displaying an indication of an object within a current field of view
US20160350331A1 (en) Location Based Tracking
US9681053B2 (en) Single piece optical image stabilization actuator coil assembly
CN112004032B (en) Video processing method, terminal device and storage medium
WO2015105653A1 (en) Magnetic camera component mounting in cameras
US11378813B2 (en) Camera actuator with magnet holder having magnetic field
CN109669617B (en) Method and device for switching pages
CN111190520A (en) Menu item selection method and device, readable medium and electronic equipment
US10054763B2 (en) Optical position sensing with temperature calibration
CN111258519B (en) Screen split implementation method, device, terminal and medium
EP4421628A1 (en) Information display method and apparatus, device, and medium
CN111625731A (en) Vehicle owner birthday service method, system, storage medium and vehicle-mounted terminal based on vehicle-mounted terminal
KR20090130765A (en) Method and apparatus for displaying map using non-linear compression
CN112486398A (en) Method for realizing page turning effect of handwriting, electronic equipment and storage medium
CN114387376A (en) Rendering method and device of three-dimensional scene, electronic equipment and readable storage medium
CN108280154B (en) Method and device for displaying map annotation information, terminal and readable storage medium
CN110275740B (en) Card type UI dynamic scaling method and system, storage medium and vehicle-mounted terminal
CN114417782A (en) Display method and device and electronic equipment
CN110825993B (en) Picture display method and device and electronic equipment
CN110576790A (en) Information prompting method and system based on automobile rear window glass display screen and vehicle-mounted terminal
CN112269957A (en) Picture processing method, device, equipment and storage medium
CN115619904A (en) Image processing method, device and equipment
CN110696839A (en) Vehicle-mounted instrument panel-based driving reminding method and system, storage medium and vehicle-mounted terminal
CN111221455B (en) Material display method and device, terminal and storage medium
CN114491309A (en) Picture processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 201822 No.208, building 4, no.1411, Yecheng Road, Jiading Industrial Zone, Jiading District, Shanghai

Applicant after: Botai vehicle networking technology (Shanghai) Co.,Ltd.

Address before: 201822 No.208, building 4, no.1411, Yecheng Road, Jiading Industrial Zone, Jiading District, Shanghai

Applicant before: SHANGHAI PATEO ELECTRONIC EQUIPMENT MANUFACTURING Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 3701, No. 866 East Changzhi Road, Hongkou District, Shanghai, 200080

Patentee after: Botai vehicle networking technology (Shanghai) Co.,Ltd.

Country or region after: China

Address before: 201822 No.208, building 4, no.1411, Yecheng Road, Jiading Industrial Zone, Jiading District, Shanghai

Patentee before: Botai vehicle networking technology (Shanghai) Co.,Ltd.

Country or region before: China