NEXT
Previous
Contents
2. Several GUI system architectures under Embedded Linux
Even if it is below the embedded environment, the GUI overall architecture is not far from PC Desktop, and the drawing cart library, font, event processing .. Waiting for the topic is that the GUI system does not have to face, but embedded The system itself has a variety of restrictions mentioned earlier, so it must be more rigorous in the overall design, and must be more conditions. It seems to make a game under the DOS, which is more than the memory of the software.
The graphic window under the UNIX environment is the X Window System, Linux is the system of Unix Like. The GUI system running is compatible with the standard x XFree86 system, so the Embedded Linux GUI system naturally refers to the existing PC Desktop architecture and micro, the author X Window System Architecture Thinking To introduce all systems, I hope this introduction allows you to have a clear idea.
According to the logic of x, I roughly divided X Server (including Display, INPUT ..), Graphic Library, Toolkitss (such as QT, GTK .., etc.), Window Manager, Internationalization (i18n) .. Waiting a variety of categories.
There are a few x-based nouns under the bottom, and the author is brief introduction to the architecture of X Window System. If you want more thorough understanding, you must find relevant special books.
The X Server X Window System has a feature that there is nothing, this feature is the Client / Server architecture, please note that this is generally well known to a certain server (Server end) with the PC (Client) The situation is different. The only similar thing is that X Window System itself is also a network architecture design. Introduction, X Client is a soft body we executed on X, and X Server is responsible for display, and transfer user input events (including keyboard and micro-mouse .. etc.). Graphic Library we can imagine a pattern as composed of thousands of fine little dots. This small unit is usually Pixel. In the same square single, the more small points are, the more clear, painted The better quality, the professional explanation is the high resolution. We want to design a window to draw a little bit, this is too popular, based on such a concept, we will start designing a high-order group to help us some cumbersome steps, so possible There will be a high-order group of drawing points, drawing, painting, painting, painting, painting irregular shape, coloring .. etc. Through these high-order functions, it makes the program designer do not have to take a few points of the point, and how to make the display to display such a large-scale low-level job, we call the drawing related group of Forms library for the basics of GRAPHIC LIBRARY . After Toolkits has a dot, line, and face, it has already removed most of the boring work, but it is still very efficient to develop the window program, what should I do? Only the abstract elements that constitute the window, such as buttons, reels .., etc., detail, redefine a group of higher-order libraries, and then cooperate with some syntax fifth of the contacts into Toolkits, current Take Qt, GTK .. WINDOW MANGER has Toolkits We can easily build a window software (X Client), but each window software is only responsible for transactions within your own software, communication between different windows, coordinated, for example: switching, zooming, and shrinking the window. Wait, no one has worked, so the window administrator (Window Manager) came to be born. Internationalization of Internationalization is usually a topic of people in our oriental language countries, but many software is dominated by Western countries, so this is often ignored. This problem is very broad, from language display, Input, medium to language habits, down to the processing of text bits, and complete solutions must be achieved from head to the foot to achieve, only half of them can only be said to be a lame system. With more and more people using GNU / Linux, I18N is also increasingly valued. At present, the bottom LIBC part has a complete support, and it is the problem of the GUI system. Due to the processing of double metadata consumption. In the case of more resources, the system leading the system, sometimes in some hits, I18N is sacrificed, and the overall Embedded Linux GUI system is usually good in I18n, and only when there is a demand Pay special attention to it. What should I say that the author is a hierarchy of X Window System to point out the functions that the general GUI system must have, although the X architecture is good, but frankly, it is not suitable for the embedded environment, because it is actually It is too big, so there are many Embedded Linux GUI systems to merge the above points, even all tied to a piece, of course, this will lose a lot of elasticity and function, but it has to be practiced.
2.1 Qt Embedded Said QT is a cross-platform Framework environment developed by this commercial company in this business company. It can be seen as a functional UI Toolkits under X. It uses a syntax similar to C and has item-oriented features, cross-platform Features allows for software written using QT, only write a program but can be in Microsoft Windows 95/98/2000, Microsoft Windows NT, Macos X, Linux, Solaris, HP-UX, Tru64 (Digital UNIX), Irix, Freebsd, BSD / OS, SCO and AIX these platforms are executed. Although it is a commercial company's products, qt walks is the road of Open Source, and follows the same game rules, in addition to providing free download, all open original code, non-commercial use, also use GPL copyright announcement, famous Open Source "KDE" Project is developed by QT. Qt / Embedded for Embedded System Trolltech also launched a "Qt / Embedded" product for embedded environments. Unlike the Desktop version, QT / Embedded has directly replaced the X Server and X Library, etc., all of which are integrated. Characteristic
Cross-platform Trolltech promises to maintain the same API, whether it is QT under Windows or QT under X11, what is the benefit? As long as you write a soft body with QT, then you can use it immediately under different platforms, and save a lot of hard work, it naturally saves many valuable times, so the concept is very close to Java. . The most advantageous advantage of modular design modular design is elasticity, Linux kernel does not elastic because of moderate, QT / Embedded number can be minimized to 800 kB, up to 3 MB (for intel x86) Such elastic let Qt / Embedded are more suitable for survival under the embedded environment. The advantages of opening the original code open the original code should be unhappy. If you want you to know how QT is working. The interface is simple and beautiful installed KDE! Is it true that it is really beautiful? If the execution speed is compared to X11, shaving many cumbersome, QT / Embedded execution speeds are much higher. Trolltech supports the company's purchase software is the integrity support, as long as you purchase QT with Trolltech, you can get their most complete support. Reflexible QT Birth is also a few years, through Trolltech and the whole world netizen's efforts, Qt's documentation can be said to be quite complete and rich. Reference website
http://www.trolltech.com/products/QT/Embedded/
2.2 QPE (QT Plamtop Environment)
Said Trolltech's overall solution for PDA software, from the bottom GUI system, Window Manager, Soft Keyboard to the upper PIM, browser, multimedia .., etc., all one hand. Screenshot
main screen
Figure 1 Address BOOK
Figure 2 handwritten
Figure 3 Datebook
Figure 4 computer
Figure 5 MPEG PLAYER
Figure 6 Games
Figure 7 System Tools
Figure 8 Reference Website http://www.trolltech.com/products/QT/Embedded / QPE.html
2.3 gtkfb
Say, since QT launched an Embedded version, although GTK is not developing, it has also stepped up the GTKFB project, which is of course a set of GTK GUI solutions for the Embedded system. Similar to Qt / Embedded, gtkfb also skips X-layers directly communicated with FrameBuffer, so there are several advantages of QT / Embedded, but they are not commercial software, which is still slow. Slow. Features Do not need X Server to communicate directly with FrameBuffer API with Desktop. LGPL authorization mode small Screentshot
Figure 9 Reference website http://www.directfb.org/gtk.xml
2.4 MicroWindows
Said that MicroWindows Open Source Project is the purpose of establishing a small device, establishing an advanced window environment. After Linux Desktop, after Cross Complie, you can easily make MicroWindows software, feature
Cross-platform does not require x Server to use Fltk Toolkits to support TrueType fonts Screenshot
MP3 Player
Figure 10 TODO
Figure 11 Games
Figure 12 Reference URL http://microwindows.org/
2.5 miniGUI
It is said that this is a special set of GUI systems, and the project hosted by Mr. Wei Yongming, the mainland, is rare to be dominated by Chinese people, because so, MiniGui has a very good support for Chinese. Characteristic
Support GB2312 and BIG5 font sets, other font sets can also be easily added. Supports a variety of format fonts, for example: TrueType, Adobe Type1, etc. GDI functions (Moveto, Lineto, Fillbox, Rectangle, Circle, Textout, DrawText .., etc.). You can choose the MINIGUI LITE version with a Multi-Thread version with no multi-thread. Screenshot
Figure 13 Browser
Figure 14 Games
Figure 15 Reference URL http://www.minigui.org/
2.6 Pure X Architecture
Tiny X Server Tiny X Server is part of Xfree86 Project, by Mr. Keith Packard, is one of the core members of the Xfree86 project, and the general X Server is too large, so Keith Packard is based on Xfree86, streamlined. Many things are tiny X Server, which can be small to several hundred KB, which is very suitable for use in embedded environments. The biggest advantage is that the maximum advantage is that the elasticity and development speed is the same as the Desktop's X architecture, so many software developed in QT, GTK , FLTK .. Easy to transplant. Although the transplantation speed is fast, there is a shortcomings of volume, because many software is originally developed for the Deskop environment, there is a variety of functions in invisible, and some do not apply to embedded environments, so "adjusting" becomes used This architecture is the largest issue, and sometimes rewritten may be shorter than the time required for the school. Screenshot (Xtinux of Coventive)
main screen
Figure 16 MAIL
Figure 17 Browser
Figure 18 handwriting
Figure 19 calendar
Figure 20 Dictionary
Figure 21 GAMES
Figure 22 Reference website http://www.xfree86.org/
NEXT
Previous
Contents