Test for STM32F4

Dependents:   Nucleo_SSD1331

Fork of RGB_OLED_SSD1331 by Juergen M

Changes

RevisionDateWhoCommit message
18:47cbbfc890a8 2017-08-02 kkado Initial commit default tip
17:1bcdc92af126 2016-12-10 messi1 removed wait(0.05); Add boundingRect function
16:7984718638fc 2016-12-08 messi1 Add template class Line
15:c49040bf0e1d 2016-12-08 messi1 Add template class Point and Rect
14:961ce3497de1 2015-12-22 messi1 Add comment example for second spi port
13:8dd215952d76 2015-12-03 messi1 Fixed Chinese Typos
12:8e27450eb391 2015-11-18 messi1 Bugfixing and improveing of the template based SGL class
11:162aa3e801df 2015-11-18 messi1 Rewrite SGL class to template based class
10:ef7440718431 2015-11-17 messi1 Improved the drawString function; Add setFont function
9:5a7bf0ce8518 2015-11-17 messi1 Add comments and fixed bugs of the crappy seeedstudio driver; Add new function like drawRect().;
8:ff74bd4d94d6 2015-11-17 messi1 Improved SGL class; Add new drawLine function and fillScreen function to the SSD1331 driver
7:5250c825c7bb 2015-11-15 messi1 Fixed 16bit collor transmission to the spi port according to the datasheet page32
6:06c211302c93 2015-11-14 messi1 Add moveArea function according to the SSD1331 datasheet
5:9de43186f5ea 2015-11-13 messi1 Improved all draw function in speed and timing
4:1707ca53e7d5 2015-11-12 messi1 Improved drawLine function
3:af00512c9694 2015-11-12 messi1 Replaced unsigned char with uint8_t
2:e033aab5daad 2015-11-12 messi1 Improved SSD1331 driver with various sendCmd functions
1:b55525d2db34 2015-11-10 messi1 Removed unused includes
0:6e810b5b40a3 2015-11-10 messi1 Init version