forked from DigilentInc/vivado-library
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip: Pmods: PmodOLEDrgb: fixed usleep delays
usleep is used to delay the processor when initializing the PmodOLEDrgb display. These delays need to be in milliseconds, but the given delays were in microseconds. I added three zeros to each usleep call in order fix this issue.
- Loading branch information
Andrew Holzer
committed
Jun 15, 2016
1 parent
c68c205
commit 3857c15
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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