Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rt U8g2 | 66 | a year ago | 1 | other | C | |||||
U8g2 for rt-thread - a monochrome graphics library | ||||||||||
Micropython Tft Gui | 48 | 3 years ago | 1 | mit | Python | |||||
Simple GUI for Pyboard and TFT touch panel displays | ||||||||||
Pseudovive | 44 | 3 years ago | 6 | other | C++ | |||||
Simulate device names for any SteamVR driver to increase compatiblity | ||||||||||
Vfd Configurations | 28 | a month ago | 3 | gpl-3.0 | ||||||
vfd.config - A collection of configuration files for linux devices with a front facing display. | ||||||||||
Funutils | 16 | 3 months ago | other | C# | ||||||
Just some fun utilities I wrote for productivity reasons. | ||||||||||
Refind | 9 | 2 months ago | other | C | ||||||
Mirror of https://git.code.sf.net/p/refind/code (https://sourceforge.net/p/refind/code) | ||||||||||
Hubitat_wu_driver | 5 | 5 months ago | apache-2.0 | Groovy | ||||||
Enhanced Weather Underground Driver for Hubitat | ||||||||||
Refind | 5 | 9 years ago | other | C | ||||||
My branch of Refind that has support for the apple_set_os EFI hack for enabling the Intel IGD on hybrid Macbooks in Linux. | ||||||||||
Hubitat | 4 | 5 days ago | Groovy | |||||||
MyDrivers | ||||||||||
Wolfmixer | 4 | 5 months ago | 1 | Python | ||||||
A mixer for the Raspberry Pi Cirrus audio card |
This repository contains configuration files for devices that have a 7 segment display (most often they're Android TV Boxes), driven by FD628 or a similar controller.
This configuration file is device specific, as each device has different GPIO pins connected to the display controller. The displays themselves vary as well, there are displays with different visual and electrical layouts, which require different configuration options to be set.
It alleviates the need for multiple device specific DTBs (Device Tree Binaries), and is much easier to modify and deploy on the device.
The configuration file should be formatted as an Environment File.
The configuration file consits of several entries:
These entries are responsible for telling the driver which GPIO pins are connected to each of the controller pins. Each entry must have 3 values.
Here's the configuration used in the A95X R2 box:
Displays can have different layouts, and they can be connected in different ways to the controller. This entry allows you to configure the driver in such a way that the clock digits appear in the correct order, and that the icons (if the display has them) are displayed as well. The indexes start from 0 (0 indexed).
The internal layout of the driver is as follows:
Here's the configuration used in the A95X R2 box:
This entry allows you set the order at which the Dots or Icons are displayed by the driver. In most cases (so far), this entry will be left at the default order of 0 - 6. It only needs to be changed in case the wrong icon is displayed for a specific status. This entry is 0 indexed.
Here's the configuration used in the A95X R2 box:
This entry tells the driver which type of display your device has, its electrical layout (common cathode or anode) and which controller the device is using. It is important to set this entry correctly, otherwise you may get a scrambled, upside down or even uncomplete digits and/or missing icons.
Here are the values, they are all 0 indexed.
Display type - this value tells the driver about the layout and icons of the display. At this time the driver supports the following display layouts:
ID | Display type |
---|---|
0 | A display like on the Sunvell T95U |
1 | A display like on the Sunvell T95m. It is similar to T95U, but the icons are positioned differently, and the digits are "upside down". |
2 | A display like on the X92 S912 Android TV Box. This display usually has a common anode electrical layout. |
3 | A display like on the A95X R2 (or the Abox A1 Max). |
4 | A display like on the T95K, these displays do not have icons. |
5 | A display like on the Tap1, Tap Pro, Mini One RK3229, MXV+, or Dune HD Sky 4K Plus. |
6 | A display like on the M9 Pro, U2C X+, U5X+S, or Magicsee C400 Plus. |
7 | A display like on the G9SX/Enybox X1. |
8 | A display like on the Freesat GTC. |
Reserved - must be 0.
Flags:
Bits | Description |
---|---|
0 | When this bit is '1', the driver will address the display as a common anode unit. When this bit is configured incorrectly, the display will usually show garbage. |
1..5 | Reserved, should be 0. |
6 | When this bit is '1', the driver will use a slower frequency to communicate with the display controller. |
7 | Reserved, should be 0. |
Controller:
ID | Description |
---|---|
0 | FD628 and compatible controllers |
1 | FD620 |
2 | TM1618 |
3 | FD650 |
4 | 7S MAX |
5 | IL3829 |
6 | PCD8544 |
7 | SH1106 |
8 | SSD1306 |
9 | HD44780 and compatible controllers |
Here are some possible configurations: