Sparkfun's MicroOLED library ported to 2 platforms
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Netburner-OLED-demo.tar.bz2OLED demo running on a MODM7AE70 from Netburner. Project for codeblocks is includedx-bzip - 17.06 kB - 02/21/2021 at 18:17 |
|
|
STM32F407ZG-OLED-demo.tar.bz2OLED demo running on a STM32F407ZG. IDE used is STM32CubeIDEx-bzip - 405.47 kB - 02/21/2021 at 02:57 |
|
Got the STM32F407ZGT6 running on Arduino. All I did is select the correct board and pins. See below:
/*
* Board: Generic STM32F4 series
* Board part number: VCCGND F407ZGT6 Mini
*
* OLED - STM32F4 connexions
* STM OLED 0.66" Sparkfun 64x48 pixels #LCD-13003
* GND 1 GND
* 3.3V 2 VDD
* PA7 3 D1/MOSI
* PA5 4 D0/SCK
* -- 5 D2
* PB0 6 D/C
* PB1 7 nRESET
* PA4 8 nCS
*/
//////////////////////////
// MicroOLED Definition //
//////////////////////////
#define PIN_RESET PB1
#define PIN_DC PB0
#define PIN_CS PA4
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
// Also connect pin PA5 to SCK and pin PA7 to MOSI
The rest of the code is the same as the Micro OLED example.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
About Us Contact Hackaday.io Give Feedback Terms of Use Privacy Policy Hackaday API Do not sell or share my personal information