Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.46 KB

changelog.md

File metadata and controls

87 lines (63 loc) · 2.46 KB

MikroElektronika


BACK TO MAIN FILE


v2.11.3

  • released: 2024-10-03

Changes

Fixes

mikroSDK

  • Fixed touch panel implementation and TSC2003 library to recognize touch on TSC2003 RESISTIVE Displays while using LVGL projects
  • Fixed TP_ROTATION value to be "180" for all 4" CAPACITIVE Mikromedia Boards with PIC32MZ so touch position can be detected correctly

CORE

  • Fixed legacy setup projects previously not copying libraries to current project folder

Improvements

mikroSDK

  • Updated CMakeLists.txt to include MCU Cards headers differently
    • Headers are now included with new path with MCU_NAME
  • Clock schemas added for PIC32 mikromedia boards

CORE

  • Added schema files for following HW:
    • Mikromedia 3 for PIC32MZ Capacitive
    • Mikromedia 3 for PIC32MZ Capacitive FPI with frame
    • Mikromedia 3 for PIC32MZ Capacitive FPI with bezel
    • Mikromedia 4 for PIC32MZ Capacitive
    • Mikromedia 4 for PIC32MZ Capacitive FPI with frame
    • Mikromedia 4 for PIC32MZ Capacitive FPI with bezel
    • Mikromedia 5 for PIC32MZ Capacitive
    • Mikromedia 5 for PIC32MZ Capacitive FPI with frame
    • Mikromedia 5 for PIC32MZ Capacitive FPI with bezel
    • Mikromedia 3 for PIC32MZ Resistive
    • Mikromedia 3 for PIC32MZ Resistive FPI with frame
    • Mikromedia 4 for PIC32MZ Resistive
    • Mikromedia 4 for PIC32MZ Resistive FPI with frame
    • Mikromedia 5 for PIC32MZ Resistive
    • Mikromedia 5 for PIC32MZ Resistive FPI with frame

NEW HARDWARE

NOTE:

If any new hardware was added to current version, it will be listed here.

Support added for following hardware:


BACK TO MAIN FILE