mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
LCD Screens in python
Merge with python branch
This commit is contained in:
@@ -275,9 +275,9 @@ void Console::BitsUpdate(int mask)
|
||||
};
|
||||
|
||||
bool Console::Pressed(int x)
|
||||
{
|
||||
{ // na razie tak - czyta się tylko klawiatura
|
||||
return Global::bActive && (GetKeyState(x) < 0);
|
||||
}; // na razie tak - czyta się tylko klawiatura
|
||||
};
|
||||
|
||||
void Console::ValueSet(int x, double y)
|
||||
{ // ustawienie wartości (y) na kanale analogowym (x)
|
||||
|
||||
Reference in New Issue
Block a user