1917 views|16 replies

6744

Posts

2

Resources
The OP
 

What are the solutions to drive high-resolution screens? [Copy link]

 

At present, the company has a project to drive 800x600, which is driven by a single-chip microcomputer. Now we want to drive a higher resolution screen, about 1280x720. I think it is very difficult to drive a single-chip microcomputer. If Linux is used, it can only be developed with QT, and the interface is HDMI. Is there a 12-inch HDMI screen with touch? It seems difficult to match, and my ideas are quite confused now.

This post is from Embedded System

Latest reply

Actually, you mean that 8-bit microcontrollers are not capable of such work? Now, some 32-bit microcontrollers can reach a main frequency of more than 200 MHz, which should be able to do such work. Think about it, in the past, the main frequency of 486 computers was only 33MHz.   Details Published on 2023-3-17 11:54

2927

Posts

0

Resources
2
 

Is there a 12-inch HDMI screen with touch? ---Yes, there is. But if you want a big screen, you need a system. Linux, Android or even Windows, how convenient it is to develop software.

This post is from Embedded System

Comments

If we only develop software, there will be nothing for us in electronics...  Details Published on 2023-2-24 09:09
 
 

2927

Posts

0

Resources
3
 

You can directly buy ready-made hardware and develop the software yourself, which is very worry-free. You can search for "touch screen all-in-one computer" and select the hardware, system and appearance you need. There are many choices.

This post is from Embedded System

Comments

There are already plans to use tablet computers, but the effect seems to be not very good.  Details Published on 2023-2-24 09:10
 
 
 

6025

Posts

6

Resources
4
 

High resolution is indeed not suitable for single-chip microcomputers, and the main frequency of single-chip microcomputers is not high.

This post is from Embedded System
 
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 

6025

Posts

6

Resources
5
 

Isn't the serial port screen okay? For example, DWIN's

This post is from Embedded System

Comments

The serial port screen doesn't seem to be enough.  Details Published on 2023-2-24 09:09
 
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 

6744

Posts

2

Resources
6
 
tagetage posted on 2023-2-23 11:12 Is there a 12-inch HDMI screen with touch? ---Yes. But to use a large screen, you need an operating system. Linux or Android or even Windows ...

If we only develop software, there will be nothing for us in electronics...

This post is from Embedded System
 
 
 

6744

Posts

2

Resources
7
 
Qintianqintian0303 posted on 2023-2-23 21:44 Is the serial port screen not working? For example, Devin's

The serial port screen doesn't seem to be enough.

This post is from Embedded System

Comments

The serial port screen is actually very limited and not very easy to use.  Details Published on 2023-2-24 10:46
 
 
 

6744

Posts

2

Resources
8
 
tagetage posted on 2023-2-23 11:39 You can directly buy ready-made hardware and develop the software yourself, which is very worry-free. You search for "touch screen all-in-one machine" and select the one you need...

There are already plans to use tablet computers, but the effect seems to be not very good.

This post is from Embedded System
 
 
 

2927

Posts

0

Resources
9
 
wangerxian posted on 2023-2-24 09:09 The serial port screen doesn’t seem to be enough.

The serial port screen is actually very limited and not very easy to use.

This post is from Embedded System

Comments

Yes, it’s a bit hard to cope with some high-refresh interfaces.  Details Published on 2023-2-24 11:18
 
 
 

6744

Posts

2

Resources
10
 
tagetage posted on 2023-2-24 10:46 The serial port screen is actually very limited and not very easy to use.

Yes, it’s a bit hard to cope with some high-refresh interfaces.

This post is from Embedded System

Comments

It would be troublesome if there were too many interfaces.   Details Published on 2023-2-24 11:56
 
 
 

6025

Posts

6

Resources
11
 
wangerxian posted on 2023-2-24 11:18 Yes, for some high refresh interfaces, it is a bit difficult to cope with.

It would be troublesome if there were too many interfaces.

This post is from Embedded System

Comments

It is not a big deal if there are too many interfaces, but the CPU usage will be high if the interface data changes a lot and there are curves, graphics and other controls.  Details Published on 2023-2-24 14:21
 
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 

6744

Posts

2

Resources
12
 
Qintianqintian0303 posted on 2023-2-24 11:56 It is really troublesome if there are too many interfaces

It is not a big deal if there are too many interfaces, but the CPU usage will be high if the interface data changes a lot and there are curves, graphics and other controls.

This post is from Embedded System
 
 
 

210

Posts

3

Resources
13
 

The higher the screen resolution, the higher the hardware requirements. If the MCU itself is powerful, I don't think it matters. I think a 32-bit MCU with a main frequency of hundreds of MHz should be able to do the job. In addition to high resolution, don't you also need to consider what it is used for? If it is just to display static pictures, the hardware requirements are not high and it can be competent; if it is to display video animations or visual analysis, the hardware requirements are definitely high.

This post is from Embedded System

Comments

The interface has dynamic effects, and the microcontroller does not seem to be able to handle it well.  Details Published on 2023-3-17 10:24
 
 
 

6744

Posts

2

Resources
14
 
suncat posted on 2023-3-17 10:06 The higher the screen resolution, the higher the hardware requirements. If the microcontroller itself is powerful, I don't think it matters. A 32-bit single-chip microcomputer with a main frequency of hundreds of megahertz, ...

The interface has dynamic effects, and the microcontroller does not seem to be able to handle it well.

This post is from Embedded System

Comments

Actually, you mean that 8-bit microcontrollers are not capable of such work? Now, some 32-bit microcontrollers can reach a main frequency of more than 200 MHz, which should be able to do such work. Think about it, in the past, the main frequency of 486 computers was only 33MHz.  Details Published on 2023-3-17 11:54
 
 
 

210

Posts

3

Resources
15
 
wangerxian posted on 2023-3-17 10:24 The interface has dynamic effects, and the microcontroller does not seem to be competent.

Actually, you mean that 8-bit microcontrollers are not capable of such work? Now, some 32-bit microcontrollers can reach a main frequency of more than 200 MHz, which should be able to do such work. Think about it, in the past, the main frequency of 486 computers was only 33MHz.

This post is from Embedded System

Comments

The current phenomenon is that the screen driver is not working.  Details Published on 2023-3-17 13:34
The current phenomenon is that the screen driver is not working.  Details Published on 2023-3-17 13:34
 
 
 

6744

Posts

2

Resources
16
 
suncat posted on 2023-3-17 11:54 In fact, you mean that 8-bit microcontrollers are not capable of such work? Now some 32-bit microcontrollers can reach a main frequency of more than 200 MHz, which should be...

The current phenomenon is that the screen driver is not working.

This post is from Embedded System
 
 
 

6744

Posts

2

Resources
17
 
suncat posted on 2023-3-17 11:54 In fact, you mean that 8-bit microcontrollers are not capable of such work? Now some 32-bit microcontrollers can reach a main frequency of more than 200 MHz, which should be...

32-bit maximum frequency 480MHz

This post is from Embedded System
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list