Skip to content

Commit d7214ac

Browse files
committed
add AutoDGS functionality to openSAM
1 parent e4bbaf9 commit d7214ac

121 files changed

Lines changed: 97480 additions & 3447 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ version.h
4848

4949
# Kernel Module Compile Results
5050
*.mod*
51+
52+
# Python
53+
**/__pycache__/
5154
*.cmd
5255
.tmp_versions/
5356
modules.order

.vscode/c_cpp_properties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"name": "Win32",
55
"includePath": [
66
"${workspaceFolder}/**",
7-
"${workspaceFolder}/../AutoDGS",
87
"${workspaceFolder}/../xplib/**",
98
"${workspaceFolder}/../SDK/CHeaders/XPLM",
109
"${workspaceFolder}/../SDK/CHeaders/Widgets"

DGS-Marshaller/.gitignore

Whitespace-only changes.

DGS-Marshaller/Marshaller.dds

171 KB
Binary file not shown.

DGS-Marshaller/Marshaller.obj

Lines changed: 17746 additions & 0 deletions
Large diffs are not rendered by default.

DGS-Marshaller/Marshaller.xcf

693 KB
Binary file not shown.

DGS-Marshaller/Marshaller_LIT.dds

171 KB
Binary file not shown.

DGS-Marshaller/Marshaller_LIT.xcf

332 KB
Binary file not shown.

DGS-Safedock-T2-24/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export PYTHONPATH := ../tools
2+
3+
%.obj: %.obj-base gen_display.py ../tools/vdgstools/display.py
4+
py gen_display.py $<
5+
6+
all: Safedock-T2-24-display.obj

DGS-Safedock-T2-24/Notes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Gimp 3.0.2 has a bug with grid filters.
2+
After export to a .png the grid show an offset compared to the .xcf.
3+
4+
A workaround is:
5+
- place the area to be filtered at a position that corresponds to the grid
6+
- the LED background gets a 8x8 and a vertical 128 grid -> upper left is (128, 8)
7+
- apply the grids
8+
- copy layer
9+
- merge down all filters in that layer
10+
- deactivatite the original one

0 commit comments

Comments
 (0)