mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
* master: (33 commits) feat: add HalDisplay and HalGPIO (#522) feat: Display epub metadata on Recents (#511) chore: Cut release 0.16.0 fix: Correctly render italics on image alt placeholders (#569) chore: .gitignore: add compile_commands.json & .cache (#568) fix: Render keyboard entry over multiple lines (#567) fix: missing front layout in mapLabels() (#564) refactor: Re-work for OTA feature (#509) perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) feat: Add Spanish hyphenation support (#558) feat: Add support to B&W filters to image covers (#476) feat(ux): page turning on button pressed if long-press chapter skip is disabled (#451) feat: Add status bar option "Full w/ Progress Bar" (#438) fix: Validate settings on read. (#492) fix: rotate origin in drawImage (#557) feat: Extract author from XTC/XTCH files (#563) fix: add txt books to recent tab (#526) docs: add font generation commands to builtin font headers (#547) docs: Update README with supported languages for EPUB (#530) fix: Fix KOReader document md5 calculation for binary matching progress sync (#529) ... |
||
|---|---|---|
| .. | ||
| EpdFont | ||
| Epub | ||
| expat | ||
| FsHelpers | ||
| GfxRenderer | ||
| hal | ||
| JpegToBmpConverter | ||
| KOReaderSync | ||
| miniz | ||
| OpdsParser | ||
| picojpeg | ||
| Serialization | ||
| Txt | ||
| Utf8 | ||
| Xtc | ||
| ZipFile | ||
| README | ||
This directory is intended for project specific (private) libraries.
PlatformIO will compile them to static libraries and link into the executable file.
The source code of each library should be placed in a separate directory
("lib/your_library_name/[Code]").
For example, see the structure of the following example libraries `Foo` and `Bar`:
|--lib
| |
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| | |- library.json (optional. for custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html
| |
| |--Foo
| | |- Foo.c
| | |- Foo.h
| |
| |- README --> THIS FILE
|
|- platformio.ini
|--src
|- main.c
Example contents of `src/main.c` using Foo and Bar:
```
#include <Foo.h>
#include <Bar.h>
int main (void)
{
...
}
```
The PlatformIO Library Dependency Finder will find automatically dependent
libraries by scanning project source files.
More information about PlatformIO Library Dependency Finder
- https://docs.platformio.org/page/librarymanager/ldf.html