mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #132] [MERGED] [apps/python] Add set_brightness and get_brightness in Ion module #277
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/UpsilonNumworks/Upsilon/pull/132
Author: @Yaya-Cout
Created: 1/24/2022
Status: ✅ Merged
Merged: 1/25/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-mpy-extend📝 Commits (3)
1b786cf[apps/python] Add suspend, get/set_brightness in Ion module8859eb0Remove suspend from Ion moduleb5c6b89Merge branch 'Lauryy06:upsilon-dev' into upsilon-dev-mpy-extend📊 Changes
14 files changed (+56 additions, -4 deletions)
View changed files
📝
apps/code/catalog.de.i18n(+2 -0)📝
apps/code/catalog.en.i18n(+2 -0)📝
apps/code/catalog.es.i18n(+2 -0)📝
apps/code/catalog.fr.i18n(+3 -1)📝
apps/code/catalog.hu.i18n(+2 -0)📝
apps/code/catalog.it.i18n(+3 -1)📝
apps/code/catalog.nl.i18n(+3 -1)📝
apps/code/catalog.pt.i18n(+2 -0)📝
apps/code/catalog.universal.i18n(+2 -0)📝
apps/code/python_toolbox.cpp(+2 -0)📝
python/port/genhdr/qstrdefs.in.h(+3 -1)📝
python/port/mod/ion/modion.cpp(+16 -0)📝
python/port/mod/ion/modion.h(+2 -0)📝
python/port/mod/ion/modion_table.cpp(+12 -0)📄 Description
This pull request improves the Ion module of Python app. In effect, this pull request introduce some functionalities :
ion.suspend()to suspend the calculatorion.set_brightness()to set the brightness level of screen, that is saved in calculator's preferencesion.get_brightness()to read the brightness level from calculator preferences🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.