Skip to content

ESP32 + ls013b4dn04 2.7" Sharp Memory Display #921

Discussion options

You must be logged in to vote

The Commodetto Font Engine (CFE) isn't being included, which is causing a link error The easiest way to resolve that is to include manifest_commodetto.json. Here's a revisited manifest that builds for ESP8266 (and should work for ESP32 as well).

{
	"include" : [
		"$(MODDABLE)/examples/manifest_base.json",
		"$(MODDABLE)/examples/manifest_commodetto.json",
		"$(MODULES)/drivers/ls013b4dn04/manifest.json"
	],
	"config": {
		"screen": "ls013b4dn04",
		"touch": "",
		"format": "Gray256"
	},
	"resources": {
		"*": [
			"./moddable-white"
		]
	},
	"defines": {
		"ls013b4dn04": {
			"width": 96,
			"height": 96,
			"hz": 3500000
		}
	},
	"modules": {
		"Resource": "$(MODDABLE)/modules/files/res…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
13 replies
@Templarian
Comment options

@phoddie
Comment options

@Templarian
Comment options

@phoddie
Comment options

@Templarian
Comment options

Answer selected by Templarian
Comment options

You must be logged in to vote
3 replies
@Templarian
Comment options

@phoddie
Comment options

@Templarian
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants