Miniwinwm Versions Save

Open source embedded window manager with overlapped windows. This project is actively maintained and free support is provided via the website. New features can be added on request. Consultancy can provided for commercial use.

v3.23.0

1 year ago

The hal drivers have been ported to the Renesas Synergy framework to run on the PK-S5D9 development board. All the example projects have been ported to this platform with the exception of...

The FreeRTOS project because Renesas Synergy comes bundled with ThreadX The camera project which will appear in a later release

All the documentation has been reviewed and updated for this release and minor errors corrected.

v3.22.0

2 years ago

The development environment for all projects for all hardware variants has been updated to the latest available. A new test document spreadsheet has been created under the docs folder showing the state of testing, the last test date, and the development environment the project under test was built with.

A new hints and tips section has been added as an appendix to the main document to give information on how to set up some of the more difficult development environments.

v3.21.3

2 years ago

More missing OpenCV dll's added for Windows/MSYS2 MiniWinCamera project when building with gcc

v3.21.2

2 years ago

Added missing OpenCV dll's for MIniWInCamera build on windows using gcc and MSYS2. Now this application can be built and run without having OpenCV installed on the host machine.

v3.21.1

3 years ago

Bit banging only, therefore slow.

v3.21.0

3 years ago

MiniWin has been ported to an Atmel/Microchip SAM ARM Cortex processor. The processor is the ATSAM 3X8E running on the Arduino Due board. The ASF driver library and Atmel/Microchip Studio IDE is used. This code does not build in Arduino IDE.

All example projects except MiniWInCamera are completed. This will follow.

v3.20.1

3 years ago

New example projects for the Raspberry Pi Pico have been added.

The new Raspberry Pi Zero driver layer was breaking some other builds, now fixed.

v3.20.0

3 years ago

MiniWin has been ported to the Raspberry Pi Pico board using an ILI9341 based LCD. Not all the examples are available yet. They will follow in later releases.

v3.19.6

3 years ago

A bug in miniwin_debug.h caused build failure if NDEBUG was defined. Now fixed.

Note Raspberry Pi Pico project files have been caught in this release but the port to this hardware is not yet completed.

v3.19.5

3 years ago

This project now builds for clang in Windows by linking to a clang built version of camlib for Windows. The camlib repo has also been updated and the binary added to the MiniWin repo. No need to build this library yourself as it needs OpenCV installed to do so.