Skip to content

File OledSPI.cpp

FileList > examples > OLED_SPI > OledSPI.cpp

Go to the source code of this file

  • #include "daisy_patch_sm.h"
  • #include "dev/oled_ssd130x.h"

Public Types

Type Name
typedef OledDisplay< SSD130x4WireSpi128x64Driver > MyDisplay

Public Attributes

Type Name
MyDisplay display
DaisyPatchSM hw

Public Functions

Type Name
void AudioCallback (AudioHandle::InputBuffer in, AudioHandle::OutputBuffer out, size_t size)
int main (void)

Public Types Documentation

typedef MyDisplay

using MyDisplay =  OledDisplay<SSD130x4WireSpi128x64Driver>;

Public Attributes Documentation

variable display

MyDisplay display;

variable hw

DaisyPatchSM hw;

Public Functions Documentation

function AudioCallback

void AudioCallback (
    AudioHandle::InputBuffer in,
    AudioHandle::OutputBuffer out,
    size_t size
) 

function main

int main (
    void
) 


The documentation for this class was generated from the following file external-docs/libDaisy/examples/OLED_SPI/OledSPI.cpp