Skip to content

Commit

Permalink
Merge pull request #299 from alexevag/patch-2
Browse files Browse the repository at this point in the history
Change reward stimuli in rpscreen
  • Loading branch information
mdiamantaki authored Jun 29, 2022
2 parents a026127 + e61f19d commit 07da96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stimuli/RPScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def ready_stim(self):
self.unshow([64, 64, 64])

def reward_stim(self):
self.unshow([255, 255, 255])
self.unshow([128, 128, 128])

def stop(self):
self.screen.fill([0, 0, 0])
Expand Down

0 comments on commit 07da96d

Please sign in to comment.