Devel ser234#3
Open
Ser2808 wants to merge 1788 commits into
Open
Conversation
…e path or reset it to default
This reverts commit 53d2a3d.
Better clock
…et image dimensions and do stuff with them
…rate_keymap, adding tests for the keymap generation
…y - requires PyRIC as a dependency to do it the proper way
Wifi country
…stem, HID and custom_i2c (default ZP keypad) drivers, also adding documentation and a test app. Not yet used anywhere and yet to be integrated better with ZP - need to collect usecases and design requirements for better integration, however, this is already available in apps. Also, adding tests for passing correct arguments to callbacks.
…has to be accounted for
…state" convention
…arInput behaviour
…butors correctly, regenerating CONTRIBUTORS.md
…or now - need to rethink it
… concerning __init__, input threads or nested UI elements for now
… concerning __init__, input threads or nested UI elements for now
…rapper using ProHelper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
input/drivers/pygame_input.py
-change KEY_ANSWER,KEY_HASH keys to KEY_*, KEY_# for use in emulator;
apps/utils/calculator/main.py
-add help page;
-add degree/radian;
-make keys consistent (left=Exit, F5=Help,...);
-change current row to blinking cursor;
-change names of operation (^2->square,...);
-add add/sub_memory, change memory to use result;
-set row0=first number, row3=second number;
-no rollover on mode;