1
0
원본 프로젝트 : xt-sys/exectos

Fix framebuffer address calculations by using Pitch and BytesPerPixel

This commit is contained in:
2025-09-02 12:42:06 +02:00
부모 6ee7243e04
커밋 e23a4c71a2
2개의 변경된 파일21개의 추가작업 그리고 16개의 파일을 삭제

파일 보기

@@ -376,6 +376,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
UINT Height;
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT BytesPerPixel;
UINT Pitch;
PVOID Font;
struct