#ifndef _WPI_LCD128X64_H_
#define _WPI_LCD128X64_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(lcd128x64);

#endif