Skip to content

Commit

Permalink
New firmware added
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Geib committed Dec 3, 2020
1 parent fe417c7 commit 7fefbed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RTD266xFlash/RTD266xFlash/Firmware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,18 @@ public HashInfo[] Hashes
new HashSkip(0x15577, 1),
new HashSkip(0x260D8, 1507)
})
}),
new Firmware("7\" KeDei KD070V02 1024x600", 0x260D8, 1507, 0x12346, 0xD04F, 0x14733, 0x13A31, 0x15577, new[]
{
new HashInfo(0, 0x80000, "6EEF496354199EA4147F6EF5589194D7FD547CC43BC33E3567A0D2411A84C5AC", new []
{
new HashSkip(0xD04F + 0x1D, 48),
new HashSkip(0x12346, 16),
new HashSkip(0x13A31, 48),
new HashSkip(0x14733, 1),
new HashSkip(0x15577, 1),
new HashSkip(0x260D8, 1507)
})
})
};

Expand Down

0 comments on commit 7fefbed

Please sign in to comment.