Home | History | Annotate | Download | only in st7735
      1 %module jsupm_st7735
      2 %include "../upm.i"
      3 
      4 %include "gfx.h"
      5 %{
      6     #include "gfx.h"
      7 %}
      8 
      9 %include "st7735.h"
     10 %{
     11     #include "st7735.h"
     12 %}
     13