Blog

OLED
OLED (Organic Light-Emitting Diode) technology relies on organic materials to emit light when an electric current passes through them, offering superior color accuracy and contrast. However, these materials are sensitive to heat. High temperatures degrade the organic layers, leading to reduced…
OLED
OLED technology offers various pixel arrangements affecting color accuracy, power consumption, and complexity. The RGB stripe is ideal for smartphones and TVs due to its color fidelity. The Pentile matrix enhances efficiency and lifespan, perfect for wearables. The diamond pixel layout improves…
Industrial Monitor
Imagine the frustration of discovering that saving a mere dollar has led to catastrophic failures, costing thousands. At Interelectronix, we understand the nuances that go into making critical purchasing decisions. We know that for market leaders—innovation and reputation are non-negotiable. Dive…
OLED
Discover the future of display technology with Tandem OLED panels, offering unmatched brightness, efficiency, and durability. Right now used only in high priced applications but as always a few years down the road it will be wide spread adopted and affordable. These advanced displays promise a new…
OLED
Understand the future of laptop displays with LG Display's new 13-inch Tandem OLED panels. Offering doubled lifespan, tripled brightness, and 40% less power consumption, these panels revolutionize laptop design and performance. Experience unparalleled color accuracy and touch responsiveness with…
OLED
Explore the display technologies with Interelectronix's comprehensive guide on OLED, AMOLED, P-OLED, and LCD. Understand the advantages and applications of each technology to make informed decisions for your products. Dive into innovations and future trends in display tech with our expert insights…
OLED
The latest trends in OLED technology with our comprehensive coverage on OLED sales growth, market stabilization, and the increasing adoption of OLED displays in monitors, tablets, and mobile devices. Dive into expert analysis on customer demand, advancements in OLED structures, and the shifting…
OLED
Learn more about the issue of high OEM touchscreen repair costs in cars. Our insight into the automotive industry highlights the need for sustainable, repairable technology. Learn how we advocate for affordable, durable solutions that benefit both consumers and the environment. Join us in…
Industrial Monitor
Industrial Monitor
Explore the world of PCAP touchscreens on our site, where we delve into the benefits and challenges of this innovative technology. Ideal for various industries, from consumer electronics to industrial applications, PCAP screens offer durability, responsiveness, and superior clarity. Discover how…
Outdoor Monitor
Anti-reflective coatings (AR) coatings are thin layers applied to a surface to reduce reflections and improve clarity, but they may not be the best choice for outdoor touch screen applications due to their susceptibility to wear and tear, sensitivity to fingerprints, chemical erosion from…
IK10 Monitor
The impact rating IK10 is the second highest rating for impact resistant monitors, and is important for manufacturers of electrical and electronic equipment, the industrial sector, the public sector, the transportation industry, and outdoor applications to ensure the durability of their equipment…
Embedded Software
This is a guide for cross-compiling Qt 5.15.2 for Raspberry Pi 4 and installing it on the Compute Module 4. It's an update to my blog post Qt on the Raspberry Pi 4, with the difference that this time I'm using Raspberry Pi OS Lite.
Embedded Software
In this blog, I would like to provide a small Qt Quick application (qml) as an example of a Modbus connection over TCP/IP. In the Qt examples, I have only found QWidget examples for Modbus connections, and after recently creating a Qt Quick application for this, I would like to provide a slimmed-…
Embedded Software
You can also use the USB-C interface of the Raspberry Pi 4, which is normally used for power supply, as a normal USB interface. In this case, however, the Raspberry should supply power via the GPIO pins.
Embedded Software
The goal was to write a Qt application for the Raspberry Pi 4 that can be used to switch between different WLAN access points and store the associated credentials. I used a raspbian-buster-lite image and a Qt installation as described in Qt on the Raspberry Pi 4 as a starting point. In addition, I…
Embedded Software
The task was to write a Qt Quick application (GUI) to upload new firmware to a touch controller. The upload software was provided by the manufacturer in a .exe application that loads a .bin file onto the touch controller. I wanted to use the Qt classes "QProcess", which can be used to call and…
Embedded Software
If you have created a Qt application - or any other application - for the Raspberry Pi 4, you often want the application to be called immediately after restarting the Raspberry after the application has been completed. This is often attempted with start scripts that can be entered in various places…
Embedded Software
Due to the frequent writing or overwriting of data, the lifespan of an SD card is affected. For example, it is recommended to write temporary data (e.g. sensor values for comparative calculations) to a RAM disk for applications that often contain temporary data (e.g. sensor values for comparative…
Embedded Software
Recently I had to develop an application (kiosk system) for/on a Raspberry Pi 4. The special thing about it was that 2 touch monitors were to be connected via HDMI, which had to be rotated 90 degrees to the right. So portrait formats, 2 monitors on top of each other. Rotating the screen and…