kopia lustrzana https://github.com/OpenRTX/OpenRTX
Configured linux target for Module17 emulation similar to a Module17 rev. 0.1e
rodzic
0e6473f95e
commit
7a31dfba3d
|
@ -290,8 +290,10 @@ linux_def += openrtx_def
|
|||
# Standard UI
|
||||
#
|
||||
linux_default_src = linux_src + ui_src_default
|
||||
linux_default_def = linux_def + {'SCREEN_WIDTH': '160', 'SCREEN_HEIGHT': '128', 'PIX_FMT_RGB565': ''}
|
||||
linux_small_def = linux_def + {'SCREEN_WIDTH': '128', 'SCREEN_HEIGHT': '64', 'PIX_FMT_BW': ''}
|
||||
linux_default_def = linux_def + {'SCREEN_WIDTH': '160', 'SCREEN_HEIGHT': '128', 'PIX_FMT_RGB565': '',
|
||||
'GPS_PRESENT': '', 'RTC_PRESENT': ''}
|
||||
linux_small_def = linux_def + {'SCREEN_WIDTH': '128', 'SCREEN_HEIGHT': '64', 'PIX_FMT_BW': '',
|
||||
'GPS_PRESENT': '', 'RTC_PRESENT': ''}
|
||||
|
||||
#
|
||||
# Module17 UI
|
||||
|
|
|
@ -22,12 +22,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define RTC_PRESENT
|
||||
|
||||
/* Device supports an optional GPS chip */
|
||||
#define GPS_PRESENT
|
||||
|
||||
/* Screen has adjustable brightness */
|
||||
#define SCREEN_BRIGHTNESS
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ static const hwInfo_t hwInfo =
|
|||
.uhf_maxFreq = 480,
|
||||
.uhf_minFreq = 400,
|
||||
.uhf_band = 1,
|
||||
.name = "Linux"
|
||||
.name = "Linux",
|
||||
.hw_version = 1
|
||||
};
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue