You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MMDVM-Nextion-Screen-Layouts/README.md

54 lines
1.6 KiB

# MMDVM-Nextion-Screen-Layouts
This is a collection of Nextion Screen Layouts that I have made.
The bigger screens usually run with a higher baudrate of 115200. With 9600
the screen may flicker a little bit.
~~## Files in this repo (2020-04-27)~~
## Files in this repo (2023-01-12)
As I updated the repo with some excerpts of code that is used within
those files.
```
MMDVM-Nextion-Screen-Layouts
├── 24
│   └── LastHeard-Dashboard-Multislot
│   ├── DMR-LH-BACKGROUND.png
│   ├── MultiSlot-LastHeard-L3-NX3224T024_011.hmi
│   ├── MultiSlot-LastHeard-L3-NX3224T024_011.tft
│   ├── README.md
│   └── screens.png
├── 70
│   └── LastHeard-Dashboard-Multislot-Enhanced
│   ├── linux
│   │   ├── dashboard
│   │   ├── hotspot
│   │   ├── index.txt
│   │   ├── README.md
│   │   └── shrinklog
│   ├── Multi-LH-DMR-NX8048K070_011.HMI
│   ├── Multi-LH-DMR-NX8048K070_011.tft
│   ├── nxt07_01.png
│   └── README.md
├── code_excerpts
│   ├── 24_S0.txt
│   ├── 70_DMR_PostInit.txt
│   ├── 70_MMDVM_PreInit.txt
│   ├── 70_S0.txt
│   ├── 70_SYSTEM_PreInit.txt
│   ├── 70_tm0.txt
│   ├── info.txt
│   └── README.md
├── LICENSE
└── README.md
```
## Licenses
Usually I license my code or similar stuff under the MIT license. All projects
within this repository are licensed under the MIT license, unless specified
otherwise.