Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import array
- key_color = array.array('i', [])
- def main():
- key_set(KEY_COLOR_NONE, 0, 84)
- key_set(KEY_COLOR_NONE, 25, 61)
- key_set(KEY_COLOR_NONE, 13, 16)
- def key_set(KEY_COLOR_STATE, counter, counter_max):
- for i in range(0, counter_max):
- key_color[i + counter] = KEY_COLOR_STATE
Advertisement
Add Comment
Please, Sign In to add comment