mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #279] Add a way to manage wallpapers #115
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#115
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?
Originally created by @ImpotStite on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/279
Je propose une appli qui permet de changer de fond d’écran (ajouter dans la mémoire flash comme maintenant). De plus même si je pense que ça peut être très compliquer à faire, une fonction python qui permettrais de rajouter une capture d’écran d’un possible dessin que l’on pourrait faire avec turtle ou kandinsky. Bien sur la capture ne serait pas stocké dans la mémoire flash et donc supprimé par un reset.
@Yaya-Cout commented on GitHub (Oct 5, 2022):
There is no enough memory (
340×240×(16÷8) = 163200 bytes = 163.2 KB). Explanation of the calculation: screen width × screen height × (number of bytes for a pixel = 16 bits / 8 bits in one byte to convert in byte = 2 bytes). But it's a good idea !@ImpotStite commented on GitHub (Oct 5, 2022):
Pas tout compris mais je présume que tu parle du truc python que je propose
@ImpotStite commented on GitHub (Oct 5, 2022):
Mais pour avoir plusieurs fond d’écran que tu puisse changer ça serait faisable?
@Yaya-Cout commented on GitHub (Oct 5, 2022):
Yes, It's easy
@ImpotStite commented on GitHub (Oct 5, 2022):
😍