What do these acronyms mean?

Hi,

I am trying to connect a very unique microcontroller to an Adafruit screen. The problem is that I need to understand what needs to be transmitted from the microcontroller to the screen's connections, so could anyone help explain what the following acronyms do? Thanks!

  • DC
  • SCLK
  • DIN
  • CS
  • RST

DC- Data or Control
SCLK - Serial Clock
DIN - Data (or Control) In
CS - Chip Select
RST - Reset

Google 'Nokia 5110 LCD' and read the specifications.

Thanks!