Skip to content

Commit

Permalink
Add link to liboxide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 12, 2023
1 parent 031fadd commit ed24f32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ reMarkable Template Qt Oxide Application

- [src/vendor/epaper/epframebuffer.h](src/vendor/epaper/epframebuffer.h) - Methods for direct access to the reMarkable screen.
- [src/vendor/epaper/libqsgepaper.a](src/vendor/epaper/libqsgepaper.a) - Static library that contains the epaper Qt platform. This is required for Qt to be able to interact with the screen on the reMarkable.
- [src/vendor/liboxide](src/vendor/liboxide) - The liboxide API ([Documentation](https://oxide.eeems.codes/liboxide/))
- [src/vendor/epaper.pri](src/vendor/epaper.pri) - Include file used by [src/src.pro](src/src.pro) to allow the application to access the epaper Qt platform.
- [src/vendor/liboxide.pri](src/vendor/liboxide.pri) - Include file used by [src/src.pro](src/src.pro) to include the liboxide API.
- [src/controller.h](src/controller.h) - Basic controller object that provides an interop between QML and C++.
- [src/main.cpp](src/main.cpp) - Main application code.
- [src/main.qml](src/main.qml) - Main user interface.
Expand Down

0 comments on commit ed24f32

Please sign in to comment.