Selecting the correct library for Cubcell LCD displays

The module CubeCell GPS-6502 (HTCC-AB02S) uses a different LCD than the CubeCell Dev-Board Plus (HTCC-AB02). This more of a V-studio question. How do i code in V-Studio to include the correct LCD library for each device within the same code. I suspect it has something to to do with the board defined in platformio.ini

so i am expecting to write something like:

if( board== cubecell_board_plus){
#include"CubeCell_TinyGPS++.h"
#include “HT_SH1107Wire.h”
extern SH1107Wire display;
}