feat: 完成jpeg后端

This commit is contained in:
2025-08-14 14:19:46 +08:00
parent e5dac3e731
commit 66bc5882af
4 changed files with 306 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ static class HdmiInAddr
public const UInt32 HdmiIn_READFIFO = BASE + 0x1;
}
class HdmiIn
public class HdmiIn
{
private static readonly NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();