Не нужен переходник. Все работает и так.
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 13, 4, 0, 2, 14);
void setup() {
// set up the LCD's number of columns and rows:
lcd.begin(16, 2);
//...