diff --git a/tools/desktop/MakePalmBitmap/main.cpp b/tools/desktop/MakePalmBitmap/main.cpp index 32977dd..8dc0f7d 100644 --- a/tools/desktop/MakePalmBitmap/main.cpp +++ b/tools/desktop/MakePalmBitmap/main.cpp @@ -356,8 +356,8 @@ QImage getIconImage(const QString& path, int16_t width, int16_t height, uint8_t void convertToPalmIcons(const QString& path, const QString& outputDirectory){ QFileInfo imagePath(path); - QFile taib03E8File(outputDirectory + "/tAIB03E8.bin"); - QFile taib03E9File(outputDirectory + "/tAIB03E9.bin"); + QFile taib03E8File(outputDirectory + "/tAIB03e8.bin"); + QFile taib03E9File(outputDirectory + "/tAIB03e9.bin"); uint8_t* taib03E8 = new uint8_t[MAX_PALM_BITMAP_SIZE * 5]; uint8_t* taib03E9 = new uint8_t[MAX_PALM_BITMAP_SIZE * 5]; uint32_t taib03E8Offset = 0; diff --git a/tools/palm/muExpansionDriver/traps.c b/tools/palm/muExpansionDriver/traps.c index 530a889..84af7b3 100644 --- a/tools/palm/muExpansionDriver/traps.c +++ b/tools/palm/muExpansionDriver/traps.c @@ -87,3 +87,10 @@ UInt32 emuKeyCurrentState(void){ /*need to call old KeyCurrentState then | wihth new keys*/ return 0x00000000; } + +/*need to add these for 320x320 support +UInt16 WinSetCoordinateSystem(UInt16 coordSys) +HIGH_DENSITY_TRAP(HDSelectorWinSetCoordinateSystem); +Err WinGetSupportedDensity(UInt16* densityP) +HIGH_DENSITY_TRAP(HDSelectorWinGetSupportedDensity); +*/