Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
166 commits
Select commit Hold shift + click to select a range
94f1153
Update README.md
jgauchia Apr 24, 2025
a920ee5
build: Initial commit
jgauchia Apr 24, 2025
b68f66d
feat(tft): T4-S3 AMOLED init
jgauchia Apr 25, 2025
7bd30b9
fix(lvgl): Fix LVGL display flush
jgauchia Apr 25, 2025
0033694
fix(storage): Fix T4-S3 SD init
jgauchia Apr 25, 2025
72716cd
fix(touch): Fix T4-S3 panel touch
jgauchia Apr 25, 2025
d2b0e81
refact(tft): Splash screen refactor - support T4-S3
jgauchia Apr 26, 2025
9298054
refactor(tft): Refactor touch calibration screen
jgauchia Apr 26, 2025
6ddd60a
refactor(tft): Refactor firmware upgrade screen
jgauchia Apr 26, 2025
9cf3107
fix(adc): Fix ADC init for non T4-S3 Boards
jgauchia Apr 26, 2025
a67a42d
refactor(tft): Refactor compass calibration screen
jgauchia Apr 27, 2025
d6ee77e
Merge branch 'devel' into devel_t4_s3
jgauchia May 25, 2025
fd75e8a
fix: Fix merge devel
jgauchia May 25, 2025
ed87ebc
build: Change lovyangfx to develop branch
jgauchia May 25, 2025
32652ba
Merge branch 'devel' into devel_t4_s3
jgauchia May 28, 2025
4f63b39
fix(sd): Fix SD init on T4S3
jgauchia May 28, 2025
0e6dff8
fix(gfx): Modify splash screen for T4S3
jgauchia May 28, 2025
7dba2ab
fix(tft); Fix splash screen for T4S3
jgauchia May 28, 2025
d5b397a
fix(gfx): Fix some widgets for T4S3
jgauchia Jun 1, 2025
bf05230
build: Update version
jgauchia Jun 1, 2025
07a7f0e
build: Change ESP core debug level
jgauchia Jun 1, 2025
cb12498
fix(gps): Fix issue #294
jgauchia Jun 1, 2025
82170db
feat(map): Enable button map in map screen
jgauchia Jun 1, 2025
6b4d96f
feat(maps): Chang map from LovyanGfx to LVGL Canvas
jgauchia Jun 1, 2025
6d8fead
fix(map): Fix map toolbar icons
jgauchia Jun 1, 2025
459a279
feat(map): Change zoom buttons to LVGL images
jgauchia Jun 1, 2025
5d268d6
fix(gfx): Fix option toolbar
jgauchia Jun 1, 2025
4cdc69d
fix(lvgl): Fix button bar after loading a GPX file
jgauchia Jun 7, 2025
be6cdfe
Merge pull request #297 from jgauchia/devel_canvas
jgauchia Jun 7, 2025
4422756
docs: Update screenshots
jgauchia Jun 7, 2025
33bc712
docs: Update screenshots
jgauchia Jun 7, 2025
f2f10af
Merge branch 'devel' into devel_t4_s3
jgauchia Jun 7, 2025
7a7fede
build(lvgl): Update to 9.3.0
jgauchia Jun 7, 2025
1de8443
build: Enable LVGL monitor and fork library
jgauchia Jun 8, 2025
ef23f39
build: Update Libraries
jgauchia Jun 8, 2025
2cb66ff
Merge branch 'devel' into devel_t4_s3
jgauchia Jun 8, 2025
e076b6f
feat(map): Change navigation arrow to LVGL widget.
jgauchia Jun 8, 2025
c15480a
Merge branch 'devel' into devel_lvgl_9.3
jgauchia Jun 8, 2025
4afe5a8
feat(map): Change zoom label to LVGL widget
jgauchia Jun 8, 2025
93a433a
fix(zoom): Fix zoom event
jgauchia Jun 8, 2025
dfc9c9c
refactor(zoom): Unify zoom in & out event
jgauchia Jun 9, 2025
e7dd6aa
refactor(map): Refactor map arrow & zoom widgets
jgauchia Jun 9, 2025
636c3b2
fix(widgets): Fix compass screen widgets
jgauchia Jun 9, 2025
2519032
fix(lvgl): Fix lv_conf path buildflag
jgauchia Jun 10, 2025
503cc53
Merge branch 'devel' into devel_lvgl_9.3
jgauchia Jun 10, 2025
e7d19fd
Merge branch 'devel' into devel_t4_s3
jgauchia Jun 10, 2025
ff7d24e
refactor(map): Refactor map speed widget
jgauchia Jun 10, 2025
ec133d0
fix(widget): Set sunset & sunrise default time
jgauchia Jun 10, 2025
4066d19
refactor(map): Refactor compass map widget
jgauchia Jun 10, 2025
290d606
fix(map): Fix compass map rotation
jgauchia Jun 10, 2025
0f64d7a
fix(map): Fix map compass image,
jgauchia Jun 11, 2025
0798d92
refactor(map): Refactor map scale widget
jgauchia Jun 12, 2025
57a3b25
docs: Update screenshots
jgauchia Jun 12, 2025
94beb50
Merge branch 'devel' into devel_lvgl_9.3
jgauchia Jun 12, 2025
77f14e2
build: Disable LVGL perf monitor
jgauchia Jun 12, 2025
7204ac0
Merge pull request #298 from jgauchia/devel_lvgl_9.3
jgauchia Jun 22, 2025
e51d033
feat(nav): Add turn-by-turn navigation widget
jgauchia Jun 22, 2025
855ca5f
feat(nav): Get turn points from GPX track file
jgauchia Jun 22, 2025
f567144
fix(nav): Update turn points filtering by minimum angle and distance
jgauchia Jun 22, 2025
22c0f7a
chore: clean code
jgauchia Jun 22, 2025
dc49658
fix(nav): Update navigation icons
jgauchia Jun 24, 2025
8bca9da
test(nav): Add navigation functions
jgauchia Jun 24, 2025
5278c44
style: Fix indent and add functions definitions (brief)
jgauchia Jun 25, 2025
8819003
Merge from devel
jgauchia Jun 25, 2025
eefb4ea
fix(nav): Fix logs output for testing
jgauchia Jun 25, 2025
2cd9868
test(nav): First test of navigation
jgauchia Jun 25, 2025
c71c48d
test(nav): Testing navigation widgets
jgauchia Jun 29, 2025
8912b05
test(nav): Increase simulation speed
jgauchia Jun 29, 2025
e728ab0
docs: Fix Doxygen info
jgauchia Jun 29, 2025
e512499
Merge branch 'devel' into turn_by_turn
jgauchia Jun 29, 2025
56ef81c
docs: Fix Doxygen info
jgauchia Jun 29, 2025
684b055
test(nav): Add fake GPS signal from loaded track for simulate navigation
jgauchia Jul 4, 2025
1d90259
docs: Update screenshot
jgauchia Jul 4, 2025
581ac5e
feat(cli); Add CLI custom setting to enable/disable navigation simula…
jgauchia Jul 4, 2025
4fa645e
feat(ui): Add message box dialog
jgauchia Jul 7, 2025
a795546
fix(nav): Add out track image
jgauchia Jul 7, 2025
a6614de
docs: Fix doxygen info
jgauchia Jul 7, 2025
94729e2
perf(math): Add lookup tables for sine and cosine if PSRAM is available
jgauchia Jul 9, 2025
df26932
refactor(lvgl): Refactor LVGL display flush callback
jgauchia Jul 9, 2025
ec35f79
build: Add inline functions
jgauchia Jul 9, 2025
a656759
perf: Math functions optimization
jgauchia Jul 10, 2025
77d8d46
perf: Refactor and Optimize Map functtions
jgauchia Jul 10, 2025
91c0ff7
perf: Migrate GPS coordinate operations from double to float,
jgauchia Jul 11, 2025
906d924
Merge pull request #301 from jgauchia/perf_float
jgauchia Jul 11, 2025
0d3e889
feat(maps): Change vector map generation and render
jgauchia Jul 15, 2025
59f3865
feat: Mass copy script for Map TIles
jgauchia Jul 15, 2025
8b7f343
docs: Update README.md
jgauchia Jul 15, 2025
54be862
fix(script): Fix mass copy script
jgauchia Jul 15, 2025
c00a0ff
Merge pull request #299 from jgauchia/turn_by_turn
jgauchia Jul 15, 2025
6ed5d6a
test(map): Testing new render map functions
jgauchia Jul 21, 2025
e451d5a
chore: clean code and unused functions
jgauchia Jul 21, 2025
46ce18c
test(map): Testing render vector tiles
jgauchia Aug 1, 2025
d09bdb6
fix: Update tools/mass_copy/rsync_copy.sh
jgauchia Aug 1, 2025
6197406
fix: Update tools/mass_copy/rsync_copy.sh
jgauchia Aug 1, 2025
3611189
fix: Update lib/utils/src/gpsMath.cpp
jgauchia Aug 1, 2025
26e07af
fix: Update lib/lvgl/src/lvglFuncs.cpp
jgauchia Aug 1, 2025
3810c8d
refactor: Clean code and obsolete functions
jgauchia Aug 10, 2025
0df27a4
fix(map): Fix polygon borders in vector tiles
jgauchia Aug 10, 2025
8921e50
test: Test map drawing
jgauchia Aug 14, 2025
23da36c
fix: add exhaustive validation for binary tile readers
jgauchia Aug 20, 2025
416242a
fix: use PSRAM for tile buffer when available, fallback to RAM
jgauchia Aug 20, 2025
1d6b15e
perf: improve performance by batching line draw operations
jgauchia Aug 20, 2025
7956dad
fix: allow all draw commands
jgauchia Aug 21, 2025
f6b45f5
feat: Improve polygon border rendering. visual edge adjustment on til…
jgauchia Aug 21, 2025
6cf1173
feat: optimize polygon fill with fillTriangle for triangles
jgauchia Aug 21, 2025
6e5ff5f
chore: Add Vector draw functions to class
jgauchia Sep 6, 2025
7f93eed
refactor(maps): Optimize maps functions (memory, commands...)
jgauchia Sep 6, 2025
09615b8
docs: Update README.md
jgauchia Sep 7, 2025
f62122b
feat(cli): Add fill polygon user setting in CLI
jgauchia Sep 7, 2025
da1c149
Update lib/maps/src/maps.cpp
jgauchia Sep 7, 2025
6e9e609
Update lib/utils/src/gpsMath.hpp
jgauchia Sep 7, 2025
41c7a11
Merge pull request #303 from jgauchia/new_vector
jgauchia Sep 7, 2025
a46f4e6
fix(build): Fix MAKERFABS build
jgauchia Sep 19, 2025
5d54efe
fix(build): Fix ELECROW build
jgauchia Sep 19, 2025
4775585
fix(env); Fix ESP32_N16R4 env
jgauchia Sep 19, 2025
d044ecf
fix(maps): Review and fix the color system and layer priority to disp…
jgauchia Oct 10, 2025
7ab306e
perf(maps): Advanced memory pool for vector maps
jgauchia Oct 10, 2025
415f01f
feat(maps): Unified memory pool for vector maps
jgauchia Oct 11, 2025
f3cb377
chore(maps): Clean code
jgauchia Oct 11, 2025
efa6edd
perf(maps): RAII implementation for automatic memory management in ve…
jgauchia Oct 11, 2025
c34c22d
chore: fix .gitignore
jgauchia Oct 11, 2025
c0904f1
chore(maps): Clean obsolete code
jgauchia Oct 12, 2025
be51b96
perf(maps): Precompute coordinate transformation matrices
jgauchia Oct 12, 2025
901785b
perf(maps): More efficient batch rendering of vector maps
jgauchia Oct 12, 2025
c8ae2d1
fix(maps): Fix Preload tiles
jgauchia Oct 12, 2025
993f60c
chore: Clean code
jgauchia Oct 14, 2025
2fbddc5
chore: Clean code
jgauchia Oct 14, 2025
5b0c967
chore: Clean code
jgauchia Oct 14, 2025
50f15e1
chore: Clean code
jgauchia Oct 14, 2025
9b192da
chore: Clean code
jgauchia Oct 14, 2025
b6c7d5f
chore(maps): Clean code and final refactor
jgauchia Oct 14, 2025
461b0e3
refactor(nav): Refactor navigation code.
jgauchia Oct 14, 2025
2933e66
build: Change revision
jgauchia Oct 14, 2025
6488cf2
fix(nav): Fix turn-by-turn navigation and Navigation simulation
jgauchia Oct 15, 2025
827650f
docs(tasks): Add Doxygen info
jgauchia Oct 15, 2025
e335400
Merge pull request #306 from jgauchia/devel_refactor
jgauchia Oct 15, 2025
8f1510b
perf(maps): Render Tile optimization
jgauchia Oct 17, 2025
7dca262
fix(lvgl): Fix LVGL configuration
jgauchia Oct 20, 2025
6a57787
feat(board): Add custom IceNav board splash screen
jgauchia Oct 21, 2025
aa73816
fix(board): Fix IceNav boar splash screen
jgauchia Oct 21, 2025
573e15a
chore: Update LVGL 9.4.0
jgauchia Oct 21, 2025
8ea4e71
chore: Update ESP32 Wifi CLI to 0.3.5
jgauchia Oct 21, 2025
441dea3
build: Change ESP Core Debug Level
jgauchia Oct 21, 2025
61fbc69
chore: Update AsyncWebServer to 3.4.0
jgauchia Oct 21, 2025
54703ae
chore: Update Adafruit Libraries
jgauchia Oct 21, 2025
1a8df56
perf(storage): Modify SD Card initialization
jgauchia Oct 26, 2025
5a4a7b4
fix(tools): Fix mass copy script
jgauchia Oct 26, 2025
73f76ce
chore: Change core debug level
jgauchia Oct 26, 2025
230676d
fix(maps): Fix vector maps render
jgauchia Oct 27, 2025
07c29b6
chore: Clean code & Change debug core level
jgauchia Oct 27, 2025
31137fc
Merge pull request #310 from jgauchia/devel_features
jgauchia Oct 27, 2025
9223ad4
chore: Change date
jgauchia Nov 3, 2025
9fb575c
chore: Clean code
jgauchia Nov 5, 2025
419410d
Merge pull request #311 from jgauchia/devel_features
jgauchia Nov 6, 2025
f5ab574
fix(lvgl): Fix SatInfo screen
jgauchia Nov 6, 2025
058a3cb
fix(lvgl): Fix sunrise/sunset widget size
jgauchia Nov 6, 2025
29f7b00
Merge pull request #312 from jgauchia/devel_features
jgauchia Nov 6, 2025
6c8ad0d
fix(batt): Fix battery reading
jgauchia Nov 6, 2025
511228b
Merge pull request #313 from jgauchia/devel_features
jgauchia Nov 6, 2025
f68a493
Merge branch 'devel_features' into devel_t4_s3
jgauchia Nov 9, 2025
f790e28
fix(build): Fix LovyanGfx library
jgauchia Nov 9, 2025
cecf39a
fix(board): Fix lilygo T4S3 panel definition
jgauchia Nov 9, 2025
9db862e
Merge pull request #314 from jgauchia/devel_t4_s3
jgauchia Nov 9, 2025
467e4fa
chore: Clean and Indent code
jgauchia Nov 9, 2025
c1513cc
Merge pull request #315 from jgauchia/devel_features
jgauchia Nov 9, 2025
87a48de
Update README.md
jgauchia Dec 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/settings.json
.vscode
assets
tools/*.raw
tools/*.png
61 changes: 24 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ESP32 Based GPS Navigator (LVGL - LovyanGFX).

## Screenshots

|<img src="images/dev/splash.png">|<img src="images/dev/compass.jpg">|<img src="images/dev/rendermap.jpg">|<img src="images/dev/satelliteinfo.jpg">|
|<img src="images/dev/splash.png">|<img src="images/dev/compass.jpg">|<img src="images/dev/mapnav.jpg">|<img src="images/dev/satelliteinfo.jpg">|
|:-:|:-:|:-:|:-:|

<details><summary>See more...</summary>
Expand Down Expand Up @@ -80,6 +80,7 @@ Currently, IceNav works with the following hardware setups and specs
| [ELECROW ESP32 Terminal](https://www.elecrow.com/esp-terminal-with-esp32-3-5-inch-parallel-480x320-tft-capacitive-touch-display-rgb-by-chip-ili9488.html) | 16M | 8M | ``` [env:ELECROW_ESP32] ``` | ✔️ YES [^1] [^2]|
| [MAKERFABS ESP32S3](https://www.makerfabs.com/esp32-s3-parallel-tft-with-touch-ili9488.html) | 16M | 2M | ``` [env:MAKERF_ESP32S3] ``` | 🚧 TESTING |
| [LILYGO T-DECK](https://www.lilygo.cc/products/t-deck) | 16M | 8M | ``` [env:TDECK_ESP32S3] ``` | ✔️ YES |
| [LILYGO T4-S3](https://lilygo.cc/products/t4-s3) | 16M | 8M | ``` [env:T4_S3] ``` | 🚧 TESTING |

If the board has a BOOT button (GPIO0) it is possible to use power saving functions.
To do this, simply include the following Build Flag in the required env in platformio.ini
Expand Down Expand Up @@ -148,43 +149,29 @@ On SD Card map tiles (256x256 PNG Format) should be stored, in these folders str
|__________________ [ 📁 tile X folder (number) ]
|_______________________ 🗺️ tile Y file.png

## SD Vectorized Map File structure
## SD Vectorized Map File structure

Using [OSM_Extract](https://github.com/aresta/OSM_Extract) you can generate binary map files to later create vector maps. Once generated, these files should be saved in the `mymap` folder on the SD card.
Vectorized maps for IceNav can be generated using the Tile-Generator utility, which is available on GitHub at [jgauchia/Tile-Generator](https://github.com/jgauchia/Tile-Generator). This script allows you to convert map data into the required vector tile format compatible with IceNav. Please refer to the Tile-Generator repository for detailed instructions and usage examples on generating and preparing your own vector map files.

The PBF files can be downloaded from the [geofabrik](https://download.geofabrik.de/) website.
[ 📁 VECTMAP ]
|________ [ 📁 zoom folder (number) ]
|__________________ [ 📁 tile X folder (number) ]
|_______________________ 🗺️ tile Y file.bin

The PBF files should be saved in the `pbf` directory. Once saved, you should select the region or boundaries for which the GeoJSON files will be generated.
## Mass Copy Script for Map Tiles

To obtain the boundaries use `osmconvert file.pbf --out-statistics`:
```
lon min: -5.5203154
lon max: 11.7825360
lat min: 35.2703341
lat max: 44.4078541
```

or use [Bboxfinder](http://bboxfinder.com/) website drawing a box on desired area.


For generate GeoJSON files run inside `scripts` directory:
For efficient transfer of millions of map tiles to SD cards or external storage devices, IceNav includes a high-performance mass copy script. This script is optimized for copying large numbers of small files (such as map tiles) and can reduce transfer time from hours to minutes.

```bash
min_lon=123
min_lat=123
max_lon=123
max_lat=123

./pbf_to_geojson.sh $min_lon $min_lat $max_lon $max_lat /pbf/clipped.pbf /maps/test
```
**Key features:**
- ✅ **Optimized for millions of small files** - Much faster than traditional copy methods
- ✅ **Real-time progress monitoring** - See exactly what's being copied
- ✅ **Resumable transfers** - Continue interrupted copies
- ✅ **Built-in integrity verification** - Sample file verification
- ✅ **Performance metrics** - Speed and time statistics

For generate binary map files run inside `scripts` directory.
```bash
./extract_features.py $min_lon $min_lat $max_lon $max_lat /maps/test
```
Once the process is completed, the maps will be inside the `maps/mymap` directory. Copy all folders to the SD card except the `test_imgs` directory into `VECTMAP` folder of the SD Card.
For detailed instructions on how to use the mass copy script, please refer to the [Mass Copy Tools Documentation](tools/mass_copy/README.md).

Please follow the instructions provided by [OSM_Extract](https://github.com/aresta/OSM_Extract) for any further questions.
Download link: [tools/mass_copy/rsync_copy.sh](tools/mass_copy/rsync_copy.sh)

## Firmware install

Expand Down Expand Up @@ -244,7 +231,7 @@ Please follow the instructions provided by [OSM_Extract](https://github.com/ares

## CLI

IceNav has a basic CLI accessible via Serial and optionally via Telnet if enabled. When you access the CLI and type `help`, you should see the following commands:
IceNav has a basic CLI accessible via Serial and optionally via Telnet if enabled (port 11000). When you access the CLI and type `help`, you should see the following commands:

```bash
clear: clear shell
Expand All @@ -268,12 +255,13 @@ Some extra details:
KEYNAME DEFINED VALUE
======= ======= =====
defZoom custom 17 Default zoom
fullScrMap custom true Fullscreen map
vectMap custom false Vectorized map
mapSpeed custom true Show speed meter in map
mapScale custom true Show scale meter in map
mapComp custom true Show compass in map
mapCompRot custom true Rotate map with the compass
simNav custom false Indicates whether navigation simulation mode is enabled or disabled
fillPoly custom true Fill polygons in vectorized map
gpsTX custom 43 GPS Tx gpio
gpsRX custom 44 GPS Rx gpio
defLAT custom 52.5200 Default latitude
Expand Down Expand Up @@ -338,14 +326,15 @@ To access the Web File Server, simply use any browser and go to the following ad
- [ ] Multiple IMU's and Compass module implementation
- [X] Power saving
- [X] Vector maps
- [ ] Google Maps navigation style (turn by turn)
- [x] Optimize code
- [X] Google Maps navigation style (turn by turn)
- [X] Optimize code
- [X] Fix bugs!
- [X] Web file server


## Special thanks to....
* [@hpsaturn](https://github.com/hpsaturn) Thanks to him and his knowledge, this project is no longer sitting in a drawer :smirk:.
* [@Xinyuan-LilyGO](https://github.com/Xinyuan-LilyGO) for provide me hardware to test it.
* [@Elecrow-RD](https://github.com/Elecrow-RD) For your interest in my project and for providing me with hardware to test it.
* [@pcbway](https://github.com/pcbway) for bringing a first prototype of the IceNav PCB to reality :muscle:
* [@lovyan03](https://github.com/lovyan03/LovyanGFX) for his library; I still have a lot to learn from it.
Expand All @@ -360,8 +349,6 @@ To access the Web File Server, simply use any browser and go to the following ad
* Improved auto mainScreen selection from env variable preset thanks to [@hpsaturn](https://github.com/hpsaturn)
* Improved getLat getLon from environment variables thanks to [@hpsaturn](https://github.com/hpsaturn)
* 3DPrint case for an ESP32S3 Makerfabs Parallel board thanks to [@hpsaturn](https://github.com/hpsaturn)
* Vectorial Maps routines [ESP32_GPS](https://github.com/aresta/ESP32_GPS) thanks to [@aresta](https://github.com/aresta)
* OSM to binary vectorial maps [OSM_Extract](https://github.com/aresta/OSM_Extract) thanks to [@aresta](https://github.com/aresta)
* Preferences Library [Easy Preferences](https://github.com/hpsaturn/easy-preferences) thanks to [@hpsaturn](https://github.com/hpsaturn)
* Wifi CLI manager [esp32-wifi-cli](https://github.com/hpsaturn/esp32-wifi-cli) thanks to [@hpsaturn](https://github.com/hpsaturn)
* Web file server based in [@smford](https://github.com/smford) [esp32-asyncwebserver-fileupload-example](https://github.com/smford/esp32-asyncwebserver-fileupload-example)
Expand Down
41 changes: 41 additions & 0 deletions boards/T-Display-AMOLED.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"build": {
"arduino": {
"ldscript": "esp32s3_out.ld",
"partitions": "default_16MB.csv",
"memory_type": "qio_opi"
},
"core": "esp32",
"extra_flags": [
"-DLILYGO_TDISPLAY_AMOLED_SERIES",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [["0x303A", "0x1001"]],
"mcu": "esp32s3",
"variant": "esp32s3"
},
"connectivity": ["wifi"],
"debug": {
"default_tool": "esp-builtin",
"onboard_tools": ["esp-builtin"],
"openocd_target": "esp32s3.cfg"
},
"frameworks": ["arduino", "espidf"],
"name": "LilyGo T-Display AMOLED Series (16M Flash 8M OPI PSRAM )",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"use_1200bps_touch": true,
"wait_for_upload_port": true,
"require_upload_port": true,
"speed": 921600
},
"url": "https://www.lilygo.cc",
"vendor": "LilyGo"
}
Binary file added data/LOGO_NEW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/TODO.png
Binary file not shown.
Binary file added data/mapspeed.bin
Binary file not shown.
Binary file added data/navarrow.bin
Binary file not shown.
Binary file added data/zoom.bin
Binary file not shown.
Binary file added data/zoomin.bin
Binary file not shown.
Binary file added data/zoomout.bin
Binary file not shown.
Binary file added images/dev/mapnav.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dev/mapsettings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dev/rendermap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dev/vectormap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading