mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #166] [MERGED] Added ST‐GM29XXF 2.9" Support and French language #998
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/166
Author: @VstudioLAB
Created: 11/22/2023
Status: ✅ Merged
Merged: 12/4/2023
Merged by: @jjwbruijn
Base:
master← Head:master📝 Commits (2)
9410c47Added French66c7ad6Added ST‐GM29XXF 2.9" Support📊 Changes
16 files changed (+1200 additions, -29 deletions)
View changed files
➕
ESP32_AP-Flasher/data/tagtypes/21.json(+74 -0)📝
ESP32_AP-Flasher/data/www/content_cards.json.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/index.html.gz(+0 -0)📝
ESP32_AP-Flasher/platformio.ini(+3 -2)📝
ESP32_AP-Flasher/src/language.cpp(+10 -4)📝
ESP32_AP-Flasher/wwwroot/content_cards.json(+38 -19)📝
ESP32_AP-Flasher/wwwroot/index.html(+1 -0)📝
oepl-definitions.h(+1 -0)📝
zbs243_Tag_FW/powermgt.c(+4 -2)📝
zbs243_Tag_FW/syncedproto.c(+2 -2)➕
zbs243_shared/board/zbs29_BW_ssd1619/board.c(+163 -0)➕
zbs243_shared/board/zbs29_BW_ssd1619/board.h(+36 -0)➕
zbs243_shared/board/zbs29_BW_ssd1619/make.mk(+7 -0)➕
zbs243_shared/board/zbs29_BW_ssd1619/old_screen.c(+1 -0)➕
zbs243_shared/board/zbs29_BW_ssd1619/screen.c(+834 -0)➕
zbs243_shared/board/zbs29_BW_ssd1619/screen.h(+26 -0)📄 Description
Added french langage as an option for tag content
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.